]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/implementations/ciphers/cipher_aes_siv.c
Update copyright year
[thirdparty/openssl.git] / providers / implementations / ciphers / cipher_aes_siv.c
2021-02-18  Matt CaswellUpdate copyright year
2021-02-11  Tomas MrazMove the PROV_R reason codes to a public header
2021-02-10  Shane LontisReplace provider cipher flags with separate param fields
2020-10-15  Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-01  Pauliprov: prefix all exposed 'cipher' symbols with ossl_
2020-09-29  Pauliprov: prefix provider internal functions with ossl_
2020-09-29  Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-12  Pauliciphers: add FIPS error state handling
2020-08-11  Pauliprovider: add the unused paramater tag to the gettable...
2020-08-06  Pauligettables: provider changes to pass the provider context.
2020-07-22  Shane LontisFix provider cipher reinit issue
2020-06-24  Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-04-23  Matt CaswellUpdate copyright year
2020-01-06  Matt CaswellDeprecate the low level AES functions
2019-12-11  Richard LevitteMove providers/common/{ciphers,digests}/* to providers...
2019-11-29  Matt CaswellMake sure we handle input NULL with length 0
2019-11-18  Xiaokang QianFix the issue that aes-xxx-siv algorithms failed in...
2019-11-08  Shane LontisAdd AES SIV ciphers to default provider