Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-01 | Fix conditional for openssl-based chacha20. | Darren Tucker | |
Fixes warnings or link errors when building against older OpenSSLs. ok djm | |||
2020-04-06 | Include openssl-compat.h before checking ifdefs. | Darren Tucker | |
Fixes problem where unsuitable chacha20 code in libressl would be used unintentionally. | |||
2020-04-03 | prefer libcrypto chacha20-poly1305 where possible | Damien Miller | |
2020-04-03 | upstream: chacha20-poly1305 AEAD using libcrypto EVP_chacha20 | djm@openbsd.org | |
Based on patch from Yuriy M. Kaminskiy. ok + lots of assistance along the way at a2k20 tb@ OpenBSD-Commit-ID: 5e08754c13d31258bae6c5e318cc96219d6b10f0 |