aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_md5.c
Commit message (Expand)AuthorAge
* tests: unified use of function name macrosEvgeny Grin (Karlson2k)2023-06-01
* Implemented support for hash calculation by GnuTLS lib functionsEvgeny Grin (Karlson2k)2022-09-25
* test_{md5,sha{256,512_256}}: re-use of the context structureEvgeny Grin (Karlson2k)2022-09-25
* test_{md5,sha{256,512_256}}: added long test sequenceEvgeny Grin (Karlson2k)2022-09-25
* test_md5: added more test sequencesEvgeny Grin (Karlson2k)2022-09-25
* test_{md5,sha256,sha512_256}: added more checksEvgeny Grin (Karlson2k)2022-09-25
* md5: replaced public domain MD5 implementation with our own implementationEvgeny Grin (Karlson2k)2022-09-25
* Updated test_sha* and test_md5 with unaligned dataEvgeny Grin (Karlson2k)2021-05-16
* Applied several spelling fixes. (#6142)silvioprog2020-03-31
* indentationChristian Grothoff2019-10-13
* fixing c99 issues reported in #5826Christian Grothoff2019-08-24
* prefix even potentially exported hash symbols with MHD_ (as proposed by Dirk ...Christian Grothoff2019-06-03
* test_md5.c: added missing includeEvgeny Grin (Karlson2k)2019-04-21
* test_md5: fixed out of buffer reads/writesEvgeny Grin (Karlson2k)2019-04-18
* test_md5: added tests for md5 calculationsEvgeny Grin (Karlson2k)2019-04-16