summaryrefslogtreecommitdiff
path: root/crypto/modes/siv128.c
Commit message (Expand)AuthorAgeFilesLines
* Fix provider cipher reinit issueShane Lontis2020-07-221-5/+19
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-161-14/+14
* Add and use internal header that implements endianness checkRichard Levitte2020-07-111-10/+5
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-111-14/+14
* Update copyright yearMatt Caswell2020-05-151-1/+1
* Amend references to "OpenSSL license"Shourya Shukla2020-04-291-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* OSSL_PARAM_construct_utf8_string computes the string length.Pauli2019-09-041-2/+1
* Get rid of the diversity of names for MAC parametersRichard Levitte2019-08-241-1/+1
* Use macros internally for algorithm namesRichard Levitte2019-08-191-1/+2
* Adapt diverse code to provider based MACs.Richard Levitte2019-08-151-8/+24
* Add Common shared code needed to move aes ciphers to providersShane Lontis2019-07-161-1/+2
* Move the public SIV mode functions from public headers to internal onesMatt Caswell2019-06-271-0/+1
* Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx2019-06-061-25/+36
* Correctly check the return code of EVP_MAC_ctrl everwhere it is usedMatt Caswell2019-03-271-2/+2
* Fixes #7879: AES-SIV to use EVP_MAC APIsTodd Short2018-12-131-27/+27
* Add RFC5297 AES-SIV supportTodd Short2018-12-121-0/+349