summaryrefslogtreecommitdiff
path: root/lib/sha256.c
Commit message (Expand)AuthorAgeFilesLines
* sha256: move assign to the declaration lineDaniel Stenberg2020-05-191-2/+1
* sha256: fixed potentially uninitialized variableSiva Sivaraman2020-05-191-0/+1
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-4/+6
* windows: suppress UI in all CryptAcquireContext() callsViktor Szakats2020-03-171-2/+2
* sha256: Added WinCrypt implementationSteve Holme2020-03-081-0/+43
* sha256: Added SecureTransport implementationSteve Holme2020-03-081-0/+31
* Revert "sha256: Added SecureTransport implementation"Daniel Stenberg2020-03-031-70/+0
* sha256: Tidy up following recent changesSteve Holme2020-03-031-20/+59
* sha256: Added WinCrypt implementationSteve Holme2020-03-031-0/+39
* sha256: Added SecureTransport implementationSteve Holme2020-03-031-0/+31
* sha256: Added mbedtls implementationSteve Holme2020-03-031-0/+48
* sha256: Added GNU TLS gcrypt implementationSteve Holme2020-03-031-0/+29
* sha256: Added GNU TLS Nettle implementationSteve Holme2020-03-031-1/+31
* 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