index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
implementations
/
ciphers
/
cipher_chacha20_poly1305.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add utility function ossl_param_is_empty()
slontis
2024-10-09
1
-1
/
+1
*
implement dupctx for chacha20_poly1305
Neil Horman
2023-09-12
1
-0
/
+21
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arrays
Irak Rigia
2023-04-21
1
-1
/
+1
*
ChaCha20-Poly1305 no longer supports truncated IV's.
slontis
2023-01-30
1
-5
/
+2
*
prov: support params argument to CHACHA20 ciphers
Pauli
2021-03-11
1
-4
/
+11
*
prov: upport modified gettable/settable ctx calls for ciphers
Pauli
2021-02-26
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Fix external symbols in the provider cipher implementations.
Shane Lontis
2021-02-18
1
-1
/
+1
*
Various cleanup of PROV_R_ reason codes
Tomas Mraz
2021-02-11
1
-4
/
+4
*
Move the PROV_R reason codes to a public header
Tomas Mraz
2021-02-11
1
-1
/
+1
*
Replace provider cipher flags with separate param fields
Shane Lontis
2021-02-10
1
-8
/
+2
*
prov: prefix all exposed 'cipher' symbols with ossl_
Pauli
2020-10-01
1
-17
/
+17
*
prov: prefix provider internal functions with ossl_
Pauli
2020-09-29
1
-2
/
+2
*
prov: prefix all OSSL_DISPATCH tables names with ossl_
Pauli
2020-09-29
1
-2
/
+2
*
ciphers: add FIPS error state handling
Pauli
2020-09-12
1
-1
/
+14
*
provider: add the unused paramater tag to the gettable and settable functions
Pauli
2020-08-12
1
-1
/
+2
*
gettables: provider changes to pass the provider context.
Pauli
2020-08-07
1
-1
/
+1
*
Ensure any allocated MAC is freed in the provider code
Matt Caswell
2020-07-06
1
-1
/
+3
*
Change ChaCha20-Poly1305 to be consistent with out ciphers
Matt Caswell
2020-07-06
1
-1
/
+0
*
Update copyright year
Matt Caswell
2020-06-25
1
-1
/
+1
*
Make the naming scheme for dispatched functions more consistent
Dr. Matthias St. Pierre
2020-06-24
1
-10
/
+10
*
Make sure we handle input NULL with length 0
Matt Caswell
2019-11-29
1
-0
/
+5
*
ciphers/chacha20,poly1303: Fix two coverity errors
Dr. Matthias St. Pierre
2019-10-20
1
-1
/
+1
*
Add ChaCha related ciphers to default provider
Shane Lontis
2019-10-16
1
-0
/
+314