diff options
author | Damien Miller <djm@mindrot.org> | 2010-09-24 22:11:14 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-09-24 22:11:14 +1000 |
commit | d5f62bf280b0798d7009d4424594a648a4e887fb (patch) | |
tree | 5f18078ea61f6c5503dc4addfb2f17d13844692c /ChangeLog | |
parent | 603134e077e667b4819effb0e121803842df621f (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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 | ||
35 | 20100910 | 42 | 20100910 |
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 |