aboutsummaryrefslogtreecommitdiffstats
path: root/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
Commit message (Expand)AuthorAgeFilesLines
* that open brace { should be on the previous lineDimitri Papadopoulos2024-07-221-2/+1
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* ChaCha20-Poly1305 no longer supports truncated IV's.slontis2023-01-301-17/+15
* prov: support params argument to CHACHA20 ciphersPauli2021-03-121-4/+4
* Fix external symbols in the provider cipher implementations.Shane Lontis2021-02-181-4/+6
* Update copyright yearRichard Levitte2021-01-281-1/+1
* chacha20: Properly reinitialize the cipher context with NULL keyTomas Mraz2021-01-131-0/+6
* Fix TLS1.2 CHACHA20-POLY1305 ciphersuites with OPENSSL_SMALL_FOOTPRINTMatt Caswell2020-11-301-5/+7
* prov: prefix provider internal functions with ossl_Pauli2020-09-291-1/+1
* Update copyright yearRichard Levitte2020-07-161-1/+1
* Add and use internal header that implements endianness checkRichard Levitte2020-07-111-10/+5
* Change ChaCha20-Poly1305 to be consistent with out ciphersMatt Caswell2020-07-061-0/+2
* Fix typo in cipher_chacha20_poly1305_hw.c.Kelvin Lee2019-10-311-1/+1
* Add ChaCha related ciphers to default providerShane Lontis2019-10-161-0/+408