index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
e_chacha20_poly1305.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Matt Caswell
2023-09-28
1
-1
/
+1
*
"foo * bar" should be "foo *bar"
Dimitri Papadopoulos
2023-09-11
1
-1
/
+1
*
evp: Use functions instead of direct structure field references
Tianjia Zhang
2022-08-22
1
-13
/
+14
*
fix some code with obvious wrong coding style
x2018
2021-10-28
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-04-22
1
-1
/
+1
*
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-04-18
1
-0
/
+2
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-2
/
+2
*
Update copyright year
Richard Levitte
2020-07-16
1
-1
/
+1
*
Add and use internal header that implements endianness check
Richard Levitte
2020-07-11
1
-10
/
+5
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-3
/
+3
*
Change EVP_CIPHER_CTX_iv_length() to return current ivlen for some modes
Shane Lontis
2019-08-08
1
-1
/
+6
*
Structure alignment macro.
Pauli
2019-05-01
1
-2
/
+2
*
Prevent over long nonces in ChaCha20-Poly1305
Matt Caswell
2019-03-06
1
-1
/
+3
*
Added new EVP/KDF API.
David Makepeace
2019-02-13
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/evp/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-09-11
1
-1
/
+1
*
evp/e_chacha20_poly1305.c: further improve small-fragment TLS performance.
Andy Polyakov
2018-07-06
1
-8
/
+46
*
evp/e_chacha20_poly1305.c: improve performance for short TLS records.
Andy Polyakov
2018-06-29
1
-10
/
+148
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-1
/
+1
*
Properly zero cipher_data for ChaCha20-Poly1305 on cleanup
Kazuki Yamaguchi
2017-02-16
1
-1
/
+1
*
crypto/evp: harden AEAD ciphers.
Andy Polyakov
2017-01-26
1
-2
/
+3
*
Add missing flags for EVP_chacha20()
Kazuki Yamaguchi
2017-01-24
1
-1
/
+1
*
chacha20/poly1305: make sure to clear the buffer at correct position
Richard Levitte
2016-11-10
1
-1
/
+1
*
Fix some style issues...
FdaSilvaYY
2016-08-02
1
-3
/
+5
*
Fix a NULL dereference in chacha20_poly1305_init_key()
Kazuki Yamaguchi
2016-05-18
1
-9
/
+13
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
1
-47
/
+6
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-1
/
+1
*
evp/e_chacha20_poly1305.c: TLS interop fixes.
Andy Polyakov
2015-12-11
1
-12
/
+10
*
crypto/evp: add e_chacha20_poly1305.c.
Andy Polyakov
2015-12-10
1
-0
/
+490