aboutsummaryrefslogtreecommitdiff
path: root/lib/vauth/digest.c
AgeCommit message (Expand)Author
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-02-23md5/sha256: Updated the functions to allow non-string data to be hashedSteve Holme
2020-02-23digest: Corrected the name of the local HTTP digest functionSteve Holme
2020-02-07digest: Do not quote algorithm in HTTP authorisationPierre-Yves Bigourdan
2019-06-05build: fix Codacy warningsMarcel Raad
2019-05-16cleanup: remove FIXME and TODO commentsDaniel Stenberg
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-10-03memory: ensure to check allocation resultsDaniel Gustafsson
2018-10-03comment: Fix multiple typos in function parametersDaniel Gustafsson
2018-06-11cppcheck: fix warningsMarian Klymov
2017-10-28auth: add support for RFC7616 - HTTP Digest access authenticationFlorin
2017-05-08rand: treat fake entropy the same regardless of endiannessJay Satiro
2017-04-22lib: fix maybe-uninitialized warningsMarcel Raad
2017-03-26spelling fixesklemens
2016-11-24checksrc: white space edits to comply to stricter checksrcDaniel Stenberg
2016-11-14Curl_rand: fixed and moved to rand.cDaniel Stenberg
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-08-18vauth: Introduced Curl_auth_is_<mechansism>_supported() functionsSteve Holme
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-06URLs: change http to https in many placesViktor Szakats
2016-04-06vauth: Corrected a number of typos in commentsSteve Holme
2016-04-03code: style updatesDaniel Stenberg
2016-04-03vauth: Removed the need for a separate GSS-API based SPN functionSteve Holme
2016-03-25vauth: Refactored function names after move to new vauth directorySteve Holme
2016-03-25vauth: Updated the copyright year after recent changesSteve Holme
2016-03-25digest.c: Fixed checksrc warningsSteve Holme
2016-03-25vauth: Moved the DIGEST authentication code to the new vauth directorySteve Holme