summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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