diff options
author | Damien Miller <djm@mindrot.org> | 2014-07-04 08:59:01 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-07-04 08:59:01 +1000 |
commit | d2c3cd5f2e47ee24cf7093ce8e948c2e79dfc3fd (patch) | |
tree | 17ee8213cb6ac7b5f7468701141d0ce0d5b2b15b /ChangeLog | |
parent | 686feb560ec43a06ba04da82b50f3c183c947309 (diff) | |
download | openssh-git-d2c3cd5f2e47ee24cf7093ce8e948c2e79dfc3fd.tar.gz |
- jsing@cvs.openbsd.org 2014/07/03 12:42:16
[cipher-chachapoly.c]
Call chacha_ivsetup() immediately before chacha_encrypt_bytes() - this
makes it easier to verify that chacha_encrypt_bytes() is only called once
per chacha_ivsetup() call.
ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +20140704 + - OpenBSD CVS Sync + - jsing@cvs.openbsd.org 2014/07/03 12:42:16 + [cipher-chachapoly.c] + Call chacha_ivsetup() immediately before chacha_encrypt_bytes() - this + makes it easier to verify that chacha_encrypt_bytes() is only called once + per chacha_ivsetup() call. + ok djm@ + + 20140703 - (djm) [digest-openssl.c configure.ac] Disable RIPEMD160 if libcrypto doesn't support it. |