summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e8592118..5b53c216c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -98,6 +98,16 @@
98 remove the identity files from this manpage - ssh-agent doesn't deal 98 remove the identity files from this manpage - ssh-agent doesn't deal
99 with them at all and the same information is duplicated in ssh-add.1 99 with them at all and the same information is duplicated in ssh-add.1
100 (which does deal with them); prodded by deraadt@ 100 (which does deal with them); prodded by deraadt@
101 - djm@cvs.openbsd.org 2014/04/18 23:52:25
102 [compat.c compat.h sshconnect2.c sshd.c version.h]
103 OpenSSH 6.5 and 6.6 have a bug that causes ~0.2% of connections
104 using the curve25519-sha256@libssh.org KEX exchange method to fail
105 when connecting with something that implements the spec properly.
106
107 Disable this KEX method when speaking to one of the affected
108 versions.
109
110 reported by Aris Adamantiadis; ok markus@
101 111
10220140401 11220140401
103 - (djm) On platforms that support it, use prctl() to prevent sftp-server 113 - (djm) On platforms that support it, use prctl() to prevent sftp-server