diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-03-18 12:48:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-03-18 12:48:51 +0000 |
commit | 5f19822e37501e1e168408c947b1c757e8f06327 (patch) | |
tree | 8bcddda482faf2650f8cdbf0d77256a5152aff63 /CHANGES | |
parent | 9a0c9cd6e1c6124be255cc1cd6e722c94721f282 (diff) |
- Kamil Dudka brought a patch that enables 6 additional crypto algorithms when
NSS is used. These ciphers were added in NSS 3.4 and require to be enabled
explicitly.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel Stenberg (18 Mar 2009) +- Kamil Dudka brought a patch that enables 6 additional crypto algorithms when + NSS is used. These ciphers were added in NSS 3.4 and require to be enabled + explicitly. + Daniel Stenberg (13 Mar 2009) - Use libssh2_version() to present the libssh2 version in case the libssh2 library is found to support it. |