summaryrefslogtreecommitdiff
path: root/providers/implementations/ciphers/cipher_chacha20.c
Commit message (Expand)AuthorAgeFilesLines
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* prov: support params argument to CHACHA20 ciphersPauli2021-03-121-4/+13
* prov: upport modified gettable/settable ctx calls for ciphersPauli2021-02-261-2/+4
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Fix external symbols in the provider cipher implementations.Shane Lontis2021-02-181-8/+8
* 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-2/+1
* prov: prefix all exposed 'cipher' symbols with ossl_Pauli2020-10-011-17/+17
* prov: prefix provider internal functions with ossl_Pauli2020-09-291-1/+1
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-291-2/+2
* ciphers: add FIPS error state handlingPauli2020-09-121-4/+11
* provider: add the unused paramater tag to the gettable and settable functionsPauli2020-08-121-2/+2
* gettables: provider changes to pass the provider context.Pauli2020-08-071-2/+2
* Ensure any allocated MAC is freed in the provider codeMatt Caswell2020-07-061-0/+1
* Update copyright yearMatt Caswell2020-06-251-1/+1
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-7/+7
* 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/+187