summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2014-06-11 07:58:35 +1000
committerDarren Tucker <dtucker@zip.com.au>2014-06-11 07:58:35 +1000
commita54a040f66944c6e8913df8635a01a2327219be9 (patch)
tree2a7422465757770133338ba7f2317a7a729154ac /ChangeLog
parent9f92c53bad04a89067756be8198d4ec2d8a08875 (diff)
- dtucker@cvs.openbsd.org 2014/06/10 21:46:11
[sshbuf.h] Group ECC functions together to make things a little easier in -portable. "doesn't bother me" deraadt@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c04af4aa8..3925c6055 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,10 @@
11 [sshconnect2.c] 11 [sshconnect2.c]
12 fix inverted test that caused PKCS#11 keys that were explicitly listed 12 fix inverted test that caused PKCS#11 keys that were explicitly listed
13 not to be preferred. Reported by Dirk-Willem van Gulik 13 not to be preferred. Reported by Dirk-Willem van Gulik
14 - dtucker@cvs.openbsd.org 2014/06/10 21:46:11
15 [sshbuf.h]
16 Group ECC functions together to make things a little easier in -portable.
17 "doesn't bother me" deraadt@
14 18
1520140527 1920140527
16 - (djm) [cipher.c] Fix merge botch. 20 - (djm) [cipher.c] Fix merge botch.