summaryrefslogtreecommitdiff
path: root/lib/sha256.c
Commit message (Expand)AuthorAgeFilesLines
* lib/sha256.c: typo fix in comment (duplicated "is available")Frank Gevaerts2023-03-281-3/+1
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-2/+2
* misc: remove duplicated include filesDaniel Stenberg2022-10-261-42/+31
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* sha256: Fix minimum OpenSSL versionAlejandro R. SedeƱo2022-02-171-1/+1
* misc: allow curl to build with wolfssl --enable-opensslextraHarry Sarson2022-01-211-2/+8
* sha256/md5: return errors when init failsx20182021-12-131-12/+29
* sha256: use high-level EVP interface for OpenSSLMarcel Raad2021-10-071-41/+70
* wolfssl: use for SHA256, MD4, MD5, and setting DES odd parityHayden Roche2021-10-021-0/+7
* mbedTLS: initial 3.0.0 supportBenau2021-08-091-8/+9
* gnutls: assume nettle crypto supportDaniel Stenberg2021-02-181-36/+6
* cleanup: fix two empty expression statement has no effectDaniel Stenberg2020-12-301-5/+8
* http: add hmac support for sha256Matthias Gatto2020-12-211-0/+20
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* 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