summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7098f6d5..efce7df1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,11 @@
8 [cipher.c cipher.h kex.c kex.h mac.c mac.h servconf.c ssh.c] 8 [cipher.c cipher.h kex.c kex.h mac.c mac.h servconf.c ssh.c]
9 Output the effective values of Ciphers, MACs and KexAlgorithms when 9 Output the effective values of Ciphers, MACs and KexAlgorithms when
10 the default has not been overridden. ok markus@ 10 the default has not been overridden. ok markus@
11 - djm@cvs.openbsd.org 2013/11/08 00:39:15
12 [auth-options.c auth2-chall.c authfd.c channels.c cipher-3des1.c]
13 [clientloop.c gss-genr.c monitor_mm.c packet.c schnorr.c umac.c]
14 [sftp-client.c sftp-glob.c]
15 use calloc for all structure allocations; from markus@
11 16
1220131107 1720131107
13 - (djm) [ssh-pkcs11.c] Bring back "non-constant initialiser" fix (rev 1.5) 18 - (djm) [ssh-pkcs11.c] Bring back "non-constant initialiser" fix (rev 1.5)