summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2014-06-11 07:57:58 +1000
committerDarren Tucker <dtucker@zip.com.au>2014-06-11 07:57:58 +1000
commit9f92c53bad04a89067756be8198d4ec2d8a08875 (patch)
treeda427ae4c4d641b7f0561bc1ecf060df786e682c /ChangeLog
parent15c254a25394f96643da2ad0f674acdc51e89856 (diff)
- djm@cvs.openbsd.org 2014/06/05 22:17:50
[sshconnect2.c] fix inverted test that caused PKCS#11 keys that were explicitly listed not to be preferred. Reported by Dirk-Willem van Gulik
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e2171ec1b..c04af4aa8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,11 @@
6 the proposal if the version of OpenSSL we're using doesn't support ECC. 6 the proposal if the version of OpenSSL we're using doesn't support ECC.
7 - (dtucker) [regress/unittests/sshbuf/test_sshbuf_getput_fuzz.c] ifdef 7 - (dtucker) [regress/unittests/sshbuf/test_sshbuf_getput_fuzz.c] ifdef
8 ECC variable too. 8 ECC variable too.
9 - (dtucker) OpenBSD CVS Sync
10 - djm@cvs.openbsd.org 2014/06/05 22:17:50
11 [sshconnect2.c]
12 fix inverted test that caused PKCS#11 keys that were explicitly listed
13 not to be preferred. Reported by Dirk-Willem van Gulik
9 14
1020140527 1520140527
11 - (djm) [cipher.c] Fix merge botch. 16 - (djm) [cipher.c] Fix merge botch.