]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/implementations/ciphers/cipher_chacha20_poly1305.c
Update copyright year
[thirdparty/openssl.git] / providers / implementations / ciphers / cipher_chacha20_poly1305.c
2021-02-18  Matt CaswellUpdate copyright year
2021-02-18  Shane LontisFix external symbols in the provider cipher implementat...
2021-02-11  Tomas MrazVarious cleanup of PROV_R_ reason codes
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-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-06  Matt CaswellEnsure any allocated MAC is freed in the provider code
2020-07-06  Matt CaswellChange ChaCha20-Poly1305 to be consistent with out...
2020-06-25  Matt CaswellUpdate copyright year
2020-06-24  Dr. Matthias St... Make the naming scheme for dispatched functions more...
2019-11-29  Matt CaswellMake sure we handle input NULL with length 0
2019-10-20  Dr. Matthias St... ciphers/chacha20,poly1303: Fix two coverity errors
2019-10-16  Shane LontisAdd ChaCha related ciphers to default provider