summaryrefslogtreecommitdiff
path: root/lib/sha256.c
Commit message (Expand)AuthorAgeFilesLines
* md5/sha256: Updated the functions to allow non-string data to be hashedSteve Holme2020-02-231-3/+4
* tests: Added a unit test for SHA256 digest generationSteve Holme2020-02-221-1/+5
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-2/+2
* sha256: bump the copyright year rangeDaniel Stenberg2019-11-281-1/+1
* curl_setup_once: consistently use WHILE_FALSE in macrosDaniel Gustafsson2019-11-281-2/+2
* http: fix for tiny "HTTP/0.9" responseDaniel Stenberg2018-08-131-5/+2
* cppcheck: fix warningsMarian Klymov2018-06-111-6/+6
* spelling fixesViktor Szakats2018-02-231-1/+1
* sha256: avoid redefineDaniel Stenberg2018-02-121-6/+2
* sha256: build with OpenSSL < 0.9.8 tooDouglas Mencken2018-02-121-0/+12
* auth: add support for RFC7616 - HTTP Digest access authenticationFlorin2017-10-281-0/+262