SHA512/224 and SHA512/256
[openssl.git] / crypto / evp / e_chacha20_poly1305.c
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.