summaryrefslogtreecommitdiff
path: root/lib/vauth/digest.c
Commit message (Expand)AuthorAgeFilesLines
* sha256/md5: return errors when init failsx20182021-12-131-2/+2
* digest: compute user:realm:pass digest w/o userhashGlenn Strauss2021-11-301-2/+1
* vauth: factor base64 conversions out of authentication proceduresPatrick Monnerat2021-04-221-43/+19
* misc: fix "warning: empty expression statement has no effect"Daniel Stenberg2020-12-261-6/+8
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-1/+1
* md5/sha256: Updated the functions to allow non-string data to be hashedSteve Holme2020-02-231-27/+19
* digest: Corrected the name of the local HTTP digest functionSteve Holme2020-02-231-12/+12
* digest: Do not quote algorithm in HTTP authorisationPierre-Yves Bigourdan2020-02-071-2/+2
* build: fix Codacy warningsMarcel Raad2019-06-051-5/+6
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-3/+2
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-5/+5
* memory: ensure to check allocation resultsDaniel Gustafsson2018-10-031-1/+3
* comment: Fix multiple typos in function parametersDaniel Gustafsson2018-10-031-3/+3
* cppcheck: fix warningsMarian Klymov2018-06-111-3/+3
* auth: add support for RFC7616 - HTTP Digest access authenticationFlorin2017-10-281-42/+152
* rand: treat fake entropy the same regardless of endiannessJay Satiro2017-05-081-11/+4
* lib: fix maybe-uninitialized warningsMarcel Raad2017-04-221-2/+2
* spelling fixesklemens2017-03-261-4/+4
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-1/+1
* Curl_rand: fixed and moved to rand.cDaniel Stenberg2016-11-141-6/+9
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-17/+17
* vauth: Introduced Curl_auth_is_<mechansism>_supported() functionsSteve Holme2016-08-181-0/+14
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-2/+2
* URLs: change http to https in many placesViktor Szakats2016-04-061-1/+1
* vauth: Corrected a number of typos in commentsSteve Holme2016-04-061-1/+1
* code: style updatesDaniel Stenberg2016-04-031-2/+2
* vauth: Removed the need for a separate GSS-API based SPN functionSteve Holme2016-04-031-1/+1
* vauth: Refactored function names after move to new vauth directorySteve Holme2016-03-251-29/+29
* vauth: Updated the copyright year after recent changesSteve Holme2016-03-251-1/+1
* digest.c: Fixed checksrc warningsSteve Holme2016-03-251-2/+4
* vauth: Moved the DIGEST authentication code to the new vauth directorySteve Holme2016-03-251-0/+881