aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/sha256.h
Commit message (Expand)AuthorAge
* Implemented support for hash calculation by GnuTLS lib functionsEvgeny Grin (Karlson2k)2022-09-25
* sha256: implemented compact code version, similarly to SHA-512/256Evgeny Grin (Karlson2k)2022-09-25
* sha256: backported minor optimisations from SHA-512/256Evgeny Grin (Karlson2k)2022-09-25
* digestauth: reworked support for multiple digest algorithmsEvgeny Grin (Karlson2k)2022-05-23
* Guard stddef.h includes with '#ifdef HAVE_STDDEF_H'Evgeny Grin (Karlson2k)2021-09-01
* Fixed unaligned data processing in SHA-256 and MD5Evgeny Grin (Karlson2k)2021-05-18
* sha256: formatting, cosmetics, typos in commentsEvgeny Grin (Karlson2k)2021-05-16
* sha256: re-arranged struct members to have better alignmentEvgeny Grin (Karlson2k)2021-05-16
* sha256: renamed one function for clarity and uniformityEvgeny Grin (Karlson2k)2021-05-16
* fix transmission stall issue with upgraded TLS connections reported by Nguyen...Christian Grothoff2020-09-27
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
* prefix even potentially exported hash symbols with MHD_ (as proposed by Dirk ...Christian Grothoff2019-06-03
* Fixed doxygen comments,Evgeny Grin (Karlson2k)2019-05-21
* SHA256: rename sha256_digest() -> sha256_finish()Evgeny Grin (Karlson2k)2019-04-19
* sha256.h: added missed includeEvgeny Grin (Karlson2k)2019-04-19
* SHA256: reimplemented from scratch,Evgeny Grin (Karlson2k)2019-04-19
* preliminary implementation for RFC 7616 supportChristian Grothoff2018-12-08
* import sha256 from GNU NettleChristian Grothoff2018-11-20