summaryrefslogtreecommitdiff
path: root/providers/implementations/ciphers/cipher_chacha20_poly1305.c
Commit message (Expand)AuthorAgeFilesLines
* prov: support params argument to CHACHA20 ciphersPauli2021-03-121-4/+11
* prov: upport modified gettable/settable ctx calls for ciphersPauli2021-02-261-1/+1
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Fix external symbols in the provider cipher implementations.Shane Lontis2021-02-181-1/+1
* Various cleanup of PROV_R_ reason codesTomas Mraz2021-02-111-4/+4
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-1/+1
* Replace provider cipher flags with separate param fieldsShane Lontis2021-02-101-8/+2
* prov: prefix all exposed 'cipher' symbols with ossl_Pauli2020-10-011-17/+17
* prov: prefix provider internal functions with ossl_Pauli2020-09-291-2/+2
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-291-2/+2
* ciphers: add FIPS error state handlingPauli2020-09-121-1/+14
* provider: add the unused paramater tag to the gettable and settable functionsPauli2020-08-121-1/+2
* gettables: provider changes to pass the provider context.Pauli2020-08-071-1/+1
* Ensure any allocated MAC is freed in the provider codeMatt Caswell2020-07-061-1/+3
* Change ChaCha20-Poly1305 to be consistent with out ciphersMatt Caswell2020-07-061-1/+0
* Update copyright yearMatt Caswell2020-06-251-1/+1
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-10/+10
* Make sure we handle input NULL with length 0Matt Caswell2019-11-291-0/+5
* ciphers/chacha20,poly1303: Fix two coverity errorsDr. Matthias St. Pierre2019-10-201-1/+1
* Add ChaCha related ciphers to default providerShane Lontis2019-10-161-0/+314