summaryrefslogtreecommitdiffstats
path: root/crypto/evp/pkey_mac.c
AgeCommit message (Expand)Author
2019-09-27Consistent naming for context gettable param queries .Pauli
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-25s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer
2019-09-25Remove engine param macros from wrapper APIsPauli
2019-09-19Modify providers that keep track of underlying algorithmsRichard Levitte
2019-09-04OSSL_PARAM_construct_utf8_string computes the string length.Pauli
2019-08-29Fix no-engineMatt Caswell
2019-08-24Get rid of the diversity of names for MAC parametersRichard Levitte
2019-08-15Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte
2019-06-06Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx
2019-03-27Correctly check the return code of EVP_MAC_ctrl everwhere it is usedMatt Caswell
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
2018-11-05Add poly1305 MAC supportPaul Yang
2018-10-30EVP_MAC: Integrate SipHash EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte
2018-10-30EVP_MAC: Integrate HMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte
2018-10-30EVP_MAC: Integrate CMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte
2018-10-29Add generic EVP_PKEY_METHOD for EVP_MACsRichard Levitte