summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-04-23 19:24:32 +1000
committerDamien Miller <djm@mindrot.org>2013-04-23 19:24:32 +1000
commitea11119eee3c5e2429b1f5f8688b25b028fa991a (patch)
tree5916295fcefb8665088f59a5431cb0c792fbf327 /ChangeLog
parenta56086b9903b62c1c4fdedf01b68338fe4dc90e4 (diff)
- djm@cvs.openbsd.org 2013/04/19 01:06:50
[authfile.c cipher.c cipher.h kex.c kex.h kexecdh.c kexecdhc.c kexecdhs.c] [key.c key.h mac.c mac.h packet.c ssh.1 ssh.c] add the ability to query supported ciphers, MACs, key type and KEX algorithms to ssh. Includes some refactoring of KEX and key type handling to be table-driven; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0966a11bb..3d2950e8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -69,6 +69,12 @@
69 reintroduce 1.262 without the connection-killing bug: 69 reintroduce 1.262 without the connection-killing bug:
70 fatal() when ChrootDirectory specified by running without root privileges; 70 fatal() when ChrootDirectory specified by running without root privileges;
71 ok markus@ 71 ok markus@
72 - djm@cvs.openbsd.org 2013/04/19 01:06:50
73 [authfile.c cipher.c cipher.h kex.c kex.h kexecdh.c kexecdhc.c kexecdhs.c]
74 [key.c key.h mac.c mac.h packet.c ssh.1 ssh.c]
75 add the ability to query supported ciphers, MACs, key type and KEX
76 algorithms to ssh. Includes some refactoring of KEX and key type handling
77 to be table-driven; ok markus@
72 78
7320130418 7920130418
74 - (djm) [config.guess config.sub] Update to last versions before they switch 80 - (djm) [config.guess config.sub] Update to last versions before they switch