aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/digest.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-14Zero out the values from the integrity check.Adam Langley1-0/+7
2021-07-01Add some OpenSSL compatibility aliases.David Benjamin1-0/+3
2021-06-10Add move support to EVP_MD_CTX.David Benjamin1-2/+6
2021-01-26Add basic BLAKE2b-256 support.Adam Langley1-0/+1
2020-09-18Add some accommodations for FreeRDPAdam Langley1-0/+9
2020-04-15Add SHA-512-256.Adam Langley1-0/+1
2019-09-18Add XOF compilation compatibility flagsShelley Vohr1-1/+9
2019-04-30Add a compatibility EVP_DigestFinalXOF function.David Benjamin1-0/+5
2018-09-06Support symbol prefixesJoshua Liebow-Feeser1-2/+2
2018-08-14Document failure conditions of some EVP, HMAC, and CBB functionsJoshua Liebow-Feeser1-2/+2
2018-05-29Match OpenSSL's EVP_MD_CTX_reset return value.David Benjamin1-2/+3
2017-09-29Switch OPENSSL_VERSION_NUMBER to 1.1.0.David Benjamin1-24/+34
2017-09-25Export EVP_parse_digest_algorithm and add EVP_marshal_digest_algorithm.David Benjamin1-0/+17
2017-08-18Run comment conversion script on include/David Benjamin1-103/+103
2017-03-25Decouple PKCS#12 hash lookup from the OID table.David Benjamin1-0/+2
2017-02-10Moving transcript and PRF functions to SSL_TRANSCRIPT.Steven Valdez1-1/+2
2017-01-12Spellcheck our public headers.David Benjamin1-2/+3
2016-09-07Fold stack-allocated types into headers.David Benjamin1-0/+17
2016-08-01Promise more accurate bounds than EVP_MD_MAX_SIZE.David Benjamin1-9/+10
2016-07-12Revert scoped_types.h change.Adam Langley1-12/+0
2016-07-12Assume that MSVC supports C++11.Adam Langley1-1/+1
2016-07-11Remove scoped_types.h.Adam Langley1-0/+12
2016-05-20Add |EVP_dss1| as an alias for |EVP_sha1| in decrepit.Adam Langley1-0/+6
2016-04-19Reimplement PKCS#12 key derivation.David Benjamin1-0/+3
2016-04-19Make EVP_MD_CTX size functions return size_t.David Benjamin1-2/+2
2015-09-28Documentation typo.David Benjamin1-1/+1
2015-09-24Update comments in digest.h to consistently mention that digest size and bloc...Eric Roman1-6/+7
2015-07-16Get rid of err function codes.David Benjamin1-2/+0
2015-06-25Remove EVP_PKEY_HMAC.David Benjamin1-6/+0
2015-06-03Add |EVP_get_digestbyname|.Matt Braithwaite1-0/+4
2015-06-02Unexport and prune EVP_MD_CTX flags.David Benjamin1-17/+0
2015-06-01EVP_Digest*Update, EVP_DigestFinal, and HMAC_Update can never fail.David Benjamin1-6/+5
2015-04-13Replace MD5 in examples with SHA-256.Brian Smith1-2/+2
2015-04-13Remove crypto/obj dependencies from low-level crypto tests.Brian Smith1-3/+0
2015-01-14Various documentation fixes.David Benjamin1-2/+2
2015-01-14Deprecate EVP_PKEY_HMAC.David Benjamin1-1/+2
2014-12-02Add EVP_md5_sha1.David Benjamin1-0/+4
2014-11-06Add digest_test with tests for all existing EVP_MDs.David Benjamin1-1/+1
2014-09-18Add misc functions for easier porting.Adam Langley1-0/+4
2014-08-26Readd MD4.Adam Langley1-0/+1
2014-07-31Add visibility rules.Adam Langley1-34/+39
2014-07-14Move public headers to include/openssl/Adam Langley1-1/+267
2014-06-20Inital import.Adam Langley1-0/+1