summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-07-04 08:59:24 +1000
committerDamien Miller <djm@mindrot.org>2014-07-04 08:59:24 +1000
commit6b37fbb7921d156b31e2c8f39d9e1b6746c34983 (patch)
tree6074421949e077ff52ce6aef3a19831a07a68375 /ChangeLog
parentd2c3cd5f2e47ee24cf7093ce8e948c2e79dfc3fd (diff)
- djm@cvs.openbsd.org 2014/07/03 22:23:46
[sshconnect.c] when rekeying, skip file/DNS lookup if it is the same as the key sent during initial key exchange. bz#2154 patch from Iain Morgan; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7db817c09..03c6b95e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,10 @@
6 makes it easier to verify that chacha_encrypt_bytes() is only called once 6 makes it easier to verify that chacha_encrypt_bytes() is only called once
7 per chacha_ivsetup() call. 7 per chacha_ivsetup() call.
8 ok djm@ 8 ok djm@
9 9 - djm@cvs.openbsd.org 2014/07/03 22:23:46
10 [sshconnect.c]
11 when rekeying, skip file/DNS lookup if it is the same as the key sent
12 during initial key exchange. bz#2154 patch from Iain Morgan; ok markus@
10 13
1120140703 1420140703
12 - (djm) [digest-openssl.c configure.ac] Disable RIPEMD160 if libcrypto 15 - (djm) [digest-openssl.c configure.ac] Disable RIPEMD160 if libcrypto