]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/e_chacha20_poly1305.c
Params: add argument to the _from_text calls to indicate if the param exists.
[thirdparty/openssl.git] / crypto / evp / e_chacha20_poly1305.c
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.