summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6da3753d3..541db38c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -126,6 +126,10 @@
126 [misc.c misc.h umac.c] 126 [misc.c misc.h umac.c]
127 use get/put_u32 to load values rather than *((UINT32 *)p) that breaks on 127 use get/put_u32 to load values rather than *((UINT32 *)p) that breaks on
128 strict-alignment architectures; reported by and ok stsp@ 128 strict-alignment architectures; reported by and ok stsp@
129 - djm@cvs.openbsd.org 2014/04/20 02:49:32
130 [compat.c]
131 add a canonical 6.6 + curve25519 bignum fix fake version that I can
132 recommend people use ahead of the openssh-6.7 release
129 133
13020140401 13420140401
131 - (djm) On platforms that support it, use prctl() to prevent sftp-server 135 - (djm) On platforms that support it, use prctl() to prevent sftp-server