summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03c6b95e3..f430bfe8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,11 @@
10 [sshconnect.c] 10 [sshconnect.c]
11 when rekeying, skip file/DNS lookup if it is the same as the key sent 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@ 12 during initial key exchange. bz#2154 patch from Iain Morgan; ok markus@
13 - djm@cvs.openbsd.org 2014/07/03 22:33:41
14 [channels.c]
15 allow explicit ::1 and 127.0.0.1 forwarding bind addresses when
16 GatewayPorts=no; allows client to choose address family;
17 bz#2222 ok markus@
13 18
1420140703 1920140703
15 - (djm) [digest-openssl.c configure.ac] Disable RIPEMD160 if libcrypto 20 - (djm) [digest-openssl.c configure.ac] Disable RIPEMD160 if libcrypto