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 cb413838e..9436d8af1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@
3 - markus@cvs.openbsd.org 2013/11/06 16:52:11 3 - markus@cvs.openbsd.org 2013/11/06 16:52:11
4 [monitor_wrap.c] 4 [monitor_wrap.c]
5 fix rekeying for AES-GCM modes; ok deraadt 5 fix rekeying for AES-GCM modes; ok deraadt
6 - djm@cvs.openbsd.org 2013/11/08 00:39:15
7 [auth-options.c auth2-chall.c authfd.c channels.c cipher-3des1.c]
8 [clientloop.c gss-genr.c monitor_mm.c packet.c schnorr.c umac.c]
9 [sftp-client.c sftp-glob.c]
10 use calloc for all structure allocations; from markus@
6 11
720130913 1220130913
8 - (djm) [channels.c] Fix unaligned access on sparc machines in SOCKS5 code; 13 - (djm) [channels.c] Fix unaligned access on sparc machines in SOCKS5 code;