Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | upstream: move other RCSIDs to before their respective license blocks | djm@openbsd.org | 2023-07-17 | 1 | -2/+1 |
| | | | | | | too no code change OpenBSD-Commit-ID: ef5bf46b57726e4260a63b032b0b5ac3b4fe9cd4 | ||||
* | Fix conditional for openssl-based chacha20. | Darren Tucker | 2020-05-01 | 1 | -1/+1 |
| | | | | | Fixes warnings or link errors when building against older OpenSSLs. ok djm | ||||
* | Include openssl-compat.h before checking ifdefs. | Darren Tucker | 2020-04-06 | 1 | -0/+3 |
| | | | | | Fixes problem where unsuitable chacha20 code in libressl would be used unintentionally. | ||||
* | prefer libcrypto chacha20-poly1305 where possible | Damien Miller | 2020-04-03 | 1 | -0/+3 |
| | |||||
* | upstream: chacha20-poly1305 AEAD using libcrypto EVP_chacha20 | djm@openbsd.org | 2020-04-03 | 1 | -0/+160 |
Based on patch from Yuriy M. Kaminskiy. ok + lots of assistance along the way at a2k20 tb@ OpenBSD-Commit-ID: 5e08754c13d31258bae6c5e318cc96219d6b10f0 |