diff options
author | Darren Tucker <dtucker@zip.com.au> | 2014-06-11 07:57:58 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2014-06-11 07:57:58 +1000 |
commit | 9f92c53bad04a89067756be8198d4ec2d8a08875 (patch) | |
tree | da427ae4c4d641b7f0561bc1ecf060df786e682c /ChangeLog | |
parent | 15c254a25394f96643da2ad0f674acdc51e89856 (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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | ||
10 | 20140527 | 15 | 20140527 |
11 | - (djm) [cipher.c] Fix merge botch. | 16 | - (djm) [cipher.c] Fix merge botch. |