summaryrefslogtreecommitdiff
path: root/src/sys-crypto-md.h
Commit message (Expand)AuthorAgeFilesLines
* [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