prov: prefix all OSSL_DISPATCH tables names with ossl_
[openssl.git] / providers / implementations / ciphers / cipher_chacha20_poly1305.c
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