Fix migration guide mappings for i2o/o2i_ECPublicKey
[openssl.git] / crypto / modes / siv128.c
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-04-08 Matt CaswellUpdate copyright year
2021-03-18 Shane LontisAdd ossl_siv symbols
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-08-24 Shane LontisFix coverity CID #1452770 - Dereference before NULL...
2020-07-22 Shane LontisFix provider cipher reinit issue
2020-07-16 Matt CaswellRevert "The EVP_MAC functions have been renamed for...
2020-07-11 Richard LevitteAdd and use internal header that implements endianness...
2020-06-11 PauliThe EVP_MAC functions have been renamed for consistency...
2020-05-15 Matt CaswellUpdate copyright year
2020-04-29 Shourya ShuklaAmend references to "OpenSSL license"
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-04 PauliOSSL_PARAM_construct_utf8_string computes the string...
2019-08-24 Richard LevitteGet rid of the diversity of names for MAC parameters
2019-08-19 Richard LevitteUse macros internally for algorithm names
2019-08-15 Richard LevitteAdapt diverse code to provider based MACs.
2019-07-15 Shane LontisAdd Common shared code needed to move aes ciphers to...
2019-06-27 Matt CaswellMove the public SIV mode functions from public headers...
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...
2018-12-13 Todd ShortFixes #7879: AES-SIV to use EVP_MAC APIs
2018-12-11 Todd ShortAdd RFC5297 AES-SIV support