summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-11-08 21:10:04 +1100
committerDarren Tucker <dtucker@zip.com.au>2013-11-08 21:10:04 +1100
commitd94240b2f6b376b6e9de187e4a0cd4b89dfc48cb (patch)
treef82b7c698203beb6057bf7b82279bcb20d2a9e44 /ChangeLog
parent1c8ce34909886288a3932dce770deec5449f7bb5 (diff)
- (dtucker) [myproposal.h] Conditionally enable CURVE25519_SHA256.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c2362461..e7d934fdb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,7 @@
23 arc4random_stir (right now this is only OpenBSD -current). 23 arc4random_stir (right now this is only OpenBSD -current).
24 - (dtucker) [kex.c] Only enable CURVE25519_SHA256 if we actually have 24 - (dtucker) [kex.c] Only enable CURVE25519_SHA256 if we actually have
25 EVP_sha256. 25 EVP_sha256.
26 - (dtucker) [myproposal.h] Conditionally enable CURVE25519_SHA256.
26 27
2720131107 2820131107
28 - (djm) [ssh-pkcs11.c] Bring back "non-constant initialiser" fix (rev 1.5) 29 - (djm) [ssh-pkcs11.c] Bring back "non-constant initialiser" fix (rev 1.5)