]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/e_chacha20_poly1305.c
"foo * bar" should be "foo *bar"
[thirdparty/openssl.git] / crypto / evp / e_chacha20_poly1305.c
2023-09-11  Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2022-08-22  Tianjia Zhangevp: Use functions instead of direct structure field...
2021-10-28  x2018fix some code with obvious wrong coding style
2021-04-22  Matt CaswellUpdate copyright year
2021-04-18  Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-07-16  Richard LevitteUpdate copyright year
2020-07-11  Richard LevitteAdd and use internal header that implements endianness...
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-08-08  Shane LontisChange EVP_CIPHER_CTX_iv_length() to return current...
2019-04-30  PauliStructure alignment macro.
2019-03-06  Matt CaswellPrevent over long nonces in ChaCha20-Poly1305
2019-02-13  David MakepeaceAdded new EVP/KDF API.
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-11  Matt CaswellUpdate copyright year
2018-07-06  Andy Polyakovevp/e_chacha20_poly1305.c: further improve small-fragme...
2018-06-29  Andy Polyakovevp/e_chacha20_poly1305.c: improve performance for...
2017-10-18  KaoruTodaRemove parentheses of return.
2017-02-16  Kazuki YamaguchiProperly zero cipher_data for ChaCha20-Poly1305 on...
2017-01-26  Andy Polyakovcrypto/evp: harden AEAD ciphers.
2017-01-24  Kazuki YamaguchiAdd missing flags for EVP_chacha20()
2016-11-10  Richard Levittechacha20/poly1305: make sure to clear the buffer at...
2016-08-02  FdaSilvaYYFix some style issues...
2016-05-18  Kazuki YamaguchiFix a NULL dereference in chacha20_poly1305_init_key()
2016-05-17  Rich SalzCopyright consolidation 04/10
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-11  Andy Polyakovevp/e_chacha20_poly1305.c: TLS interop fixes.
2015-12-10  Andy Polyakovcrypto/evp: add e_chacha20_poly1305.c.