- 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@
diff --git a/ChangeLog b/ChangeLog
index 0966a11..3d2950e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -69,6 +69,12 @@
      reintroduce 1.262 without the connection-killing bug:
      fatal() when ChrootDirectory specified by running without root privileges;
      ok markus@
+   - 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@
 
 20130418
  - (djm) [config.guess config.sub] Update to last versions before they switch