aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/hmac.h
AgeCommit message (Expand)AuthorFilesLines
2022-08-13Add HMAC_CTX_get_md.David Benjamin1-0/+3
2022-01-14Zero out the values from the integrity check.Adam Langley1-0/+4
2018-09-06Support symbol prefixesJoshua Liebow-Feeser1-2/+2
2018-08-14Document error behavior of various functionsJoshua Liebow-Feeser1-1/+1
2018-08-14Document failure conditions of some EVP, HMAC, and CBB functionsJoshua Liebow-Feeser1-1/+1
2017-09-29Switch OPENSSL_VERSION_NUMBER to 1.1.0.David Benjamin1-3/+15
2017-08-18Run comment conversion script on include/David Benjamin1-43/+43
2016-09-07Fold stack-allocated types into headers.David Benjamin1-0/+14
2016-08-02Update comments for HMAC to give a more accurate bound than EVP_MD_MAX_SIZEEric Roman1-4/+6
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-04-19Reimplement PKCS#12 key derivation.David Benjamin1-2/+0
2015-06-02Remove HMAC_CTX_set_flags.David Benjamin1-7/+0
2015-06-01EVP_Digest*Update, EVP_DigestFinal, and HMAC_Update can never fail.David Benjamin1-1/+1
2015-03-02Forbid reusing HMAC key without reusing the hash function.David Benjamin1-5/+8
2015-01-14Introduce HMAC_CTX_copy_ex and deprecate HMAC_CTX_copy.David Benjamin1-2/+7
2014-07-31Add visibility rules.Adam Langley1-13/+17
2014-07-14Move public headers to include/openssl/Adam Langley1-1/+155
2014-06-20Inital import.Adam Langley1-0/+1