summaryrefslogtreecommitdiff
path: root/src/sys-crypto-md.h
Commit message (Expand)AuthorAgeFilesLines
* [mod_mbedtls] changes to build with mbedtls 3.0.0Glenn Strauss2022-01-191-1/+50
* [mod_openssl] boringssl compatGlenn Strauss2021-10-031-0/+3
* [core] add wolfssl-specific includeGlenn Strauss2021-09-081-0/+2
* [core] move backtrace and assert macros to ck.[ch]Glenn Strauss2021-08-271-5/+5
* [core] add iovec wrappers to sys-crypto-md.hGlenn Strauss2021-08-271-2/+99
* [core] avoid multiple definition of SHA512_CTXGlenn Strauss2021-01-161-2/+4
* [core] check ifdef WOLFSSL_SHA512 for SHA512 availGlenn Strauss2021-01-161-0/+2
* [core] SHA512_Init, SHA512_Update, SHA512_FinalGlenn Strauss2020-12-061-0/+136
* [core] define SHA*_DIGEST_LENGTH macros if missingGlenn Strauss2020-11-101-3/+14
* [core] set NSS_VER_INCLUDE after crypto lib selectGlenn Strauss2020-10-291-0/+6
* [multiple] include wolfssl/options.h after selectGlenn Strauss2020-10-291-1/+7
* [multiple] include mbedtls/config.h after selectGlenn Strauss2020-10-291-0/+2
* [multiple] test for nss includesGlenn Strauss2020-10-221-0/+8
* [core] init NSS lib for basic crypto algorithmsGlenn Strauss2020-10-211-0/+16
* [core] use inline funcs in sys-crypto-md.hGlenn Strauss2020-10-211-28/+84
* [multiple] use NSS crypto if no other crypto availGlenn Strauss2020-10-191-0/+48
* [core] sys-crypto-md.h consistent interfacesGlenn Strauss2020-10-191-63/+114
* [multiple] openssl 3.0.0 digest interface migrateGlenn Strauss2020-10-191-9/+141
* [multiple] ignore openssl 3.0.0 deprecation warnsGlenn Strauss2020-10-191-0/+7
* [mod_wolfssl] standalone moduleGlenn Strauss2020-10-111-3/+5
* [core] rename md5.[ch] to algo_md5.[ch]Glenn Strauss2020-10-111-2/+2
* [core] Nettle assert()s if buffer len > digest szGlenn Strauss2020-07-131-5/+5
* [mod_openssl] prefer some WolfSSL native APIsGlenn Strauss2020-07-081-0/+109
* [core] sys-crypto-md.h w/ inline message digest fnGlenn Strauss2020-07-081-0/+239