- 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.
This commit is contained in:
Daniel Stenberg
2009-03-18 12:48:51 +00:00
parent 9a0c9cd6e1
commit 5f19822e37
3 changed files with 31 additions and 1 deletions

View File

@@ -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.