summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-04-20 13:33:58 +1000
committerDamien Miller <djm@mindrot.org>2014-04-20 13:33:58 +1000
commitb628cc4c3e4a842bab5e4584d18c2bc5fa4d0edf (patch)
treedbc53fbfb96d58d6a51fcd164d3f6ef7a4aaa6c6 /ChangeLog
parent888566913933a802f3a329ace123ebcb7154cf78 (diff)
- djm@cvs.openbsd.org 2014/04/20 02:49:32
[compat.c] add a canonical 6.6 + curve25519 bignum fix fake version that I can recommend people use ahead of the openssh-6.7 release
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