]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/pkey_mac.c
Prepare EVP_MAC infrastructure for moving all MACs to providers
[thirdparty/openssl.git] / crypto / evp / pkey_mac.c
2019-08-15  Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-06-06  Kurt RoeckxReplace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()
2019-03-27  Matt CaswellCorrectly check the return code of EVP_MAC_ctrl everwhe...
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-05  Paul YangAdd poly1305 MAC support
2018-10-30  Richard LevitteEVP_MAC: Integrate SipHash EVP_PKEY_METHOD into generic...
2018-10-30  Richard LevitteEVP_MAC: Integrate HMAC EVP_PKEY_METHOD into generic...
2018-10-30  Richard LevitteEVP_MAC: Integrate CMAC EVP_PKEY_METHOD into generic...
2018-10-29  Richard LevitteAdd generic EVP_PKEY_METHOD for EVP_MACs