summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-09-24 22:11:14 +1000
committerDamien Miller <djm@mindrot.org>2010-09-24 22:11:14 +1000
commitd5f62bf280b0798d7009d4424594a648a4e887fb (patch)
tree5f18078ea61f6c5503dc4addfb2f17d13844692c /ChangeLog
parent603134e077e667b4819effb0e121803842df621f (diff)
- djm@cvs.openbsd.org 2010/09/22 05:01:30
[kex.c kex.h kexecdh.c kexecdhc.c kexecdhs.c readconf.c readconf.h] [servconf.c servconf.h ssh_config.5 sshconnect2.c sshd.c sshd_config.5] add a KexAlgorithms knob to the client and server configuration to allow selection of which key exchange methods are used by ssh(1) and sshd(8) and their order of preference. ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d9e994d1..5cb4c880d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,13 @@
31 either ready or stale without races. stale server sockets are now 31 either ready or stale without races. stale server sockets are now
32 automatically removed 32 automatically removed
33 ok deraadt 33 ok deraadt
34 - djm@cvs.openbsd.org 2010/09/22 05:01:30
35 [kex.c kex.h kexecdh.c kexecdhc.c kexecdhs.c readconf.c readconf.h]
36 [servconf.c servconf.h ssh_config.5 sshconnect2.c sshd.c sshd_config.5]
37 add a KexAlgorithms knob to the client and server configuration to allow
38 selection of which key exchange methods are used by ssh(1) and sshd(8)
39 and their order of preference.
40 ok markus@
34 41
3520100910 4220100910
36 - (dtucker) [openbsd-compat/port-linux.c] Check is_selinux_enabled for exact 43 - (dtucker) [openbsd-compat/port-linux.c] Check is_selinux_enabled for exact