constify *_dup() and *i2d_*() and related functions as far as possible, introducing...
[openssl.git] / crypto / evp / pkey_mac.c
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