summaryrefslogtreecommitdiff
path: root/cipher-chachapoly-libcrypto.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix conditional for openssl-based chacha20.Darren Tucker2020-05-011-1/+1
| | | | | Fixes warnings or link errors when building against older OpenSSLs. ok djm
* Include openssl-compat.h before checking ifdefs.Darren Tucker2020-04-061-0/+3
| | | | | Fixes problem where unsuitable chacha20 code in libressl would be used unintentionally.
* prefer libcrypto chacha20-poly1305 where possibleDamien Miller2020-04-031-0/+3
|
* upstream: chacha20-poly1305 AEAD using libcrypto EVP_chacha20djm@openbsd.org2020-04-031-0/+160
Based on patch from Yuriy M. Kaminskiy. ok + lots of assistance along the way at a2k20 tb@ OpenBSD-Commit-ID: 5e08754c13d31258bae6c5e318cc96219d6b10f0