diff options
author | Darren Tucker <dtucker@zip.com.au> | 2014-06-11 07:37:25 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2014-06-11 07:37:25 +1000 |
commit | d7af0cc5bf273eeed0897a99420bc26841d07d8f (patch) | |
tree | 8c58596e69adb058a139ba6df426b405f86bdbad /ChangeLog | |
parent | 67508ac2563c33d582be181a3e777c65f549d22f (diff) |
- (dtucker) [myprosal.h] Don't include curve25519-sha256@libssh.org in
the proposal if the version of OpenSSL we're using doesn't support ECC.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ | |||
2 | - (dtucker) [regress/unittests/sshbuf/test_sshbuf_getput_crypto.c | 2 | - (dtucker) [regress/unittests/sshbuf/test_sshbuf_getput_crypto.c |
3 | regress/unittests/sshbuf/test_sshbuf_getput_fuzz.c] Only do NISTP256 | 3 | regress/unittests/sshbuf/test_sshbuf_getput_fuzz.c] Only do NISTP256 |
4 | curve tests if OpenSSL has them. | 4 | curve tests if OpenSSL has them. |
5 | - (dtucker) [myprosal.h] Don't include curve25519-sha256@libssh.org in | ||
6 | the proposal if the version of OpenSSL we're using doesn't support ECC. | ||
5 | 7 | ||
6 | 20140527 | 8 | 20140527 |
7 | - (djm) [cipher.c] Fix merge botch. | 9 | - (djm) [cipher.c] Fix merge botch. |