summaryrefslogtreecommitdiffstats
path: root/crypto/modes/siv128.c
AgeCommit message (Expand)Author
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-04OSSL_PARAM_construct_utf8_string computes the string length.Pauli
2019-08-24Get rid of the diversity of names for MAC parametersRichard Levitte
2019-08-19Use macros internally for algorithm namesRichard Levitte
2019-08-15Adapt diverse code to provider based MACs.Richard Levitte
2019-07-16Add Common shared code needed to move aes ciphers to providersShane Lontis
2019-06-27Move the public SIV mode functions from public headers to internal onesMatt Caswell
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
2018-12-13Fixes #7879: AES-SIV to use EVP_MAC APIsTodd Short
2018-12-12Add RFC5297 AES-SIV supportTodd Short