summaryrefslogtreecommitdiffstats
path: root/cipher-chachapoly-libcrypto.c
AgeCommit message (Expand)Author
2020-05-01Fix conditional for openssl-based chacha20.Darren Tucker
2020-04-06Include openssl-compat.h before checking ifdefs.Darren Tucker
2020-04-03prefer libcrypto chacha20-poly1305 where possibleDamien Miller
2020-04-03upstream: chacha20-poly1305 AEAD using libcrypto EVP_chacha20djm@openbsd.org