summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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