curl-library
[PATCH] nss: enable new AES TLS ciphersuites
From: Kamil Dudka <kdudka_at_redhat.com>
Date: Wed, 18 Mar 2009 12:21:27 +0100
Received on 2009-03-18
Date: Wed, 18 Mar 2009 12:21:27 +0100
Hello,
there are new AES TLS ciphersuites supported by NSS 3.4+, but they are not
enabled by default to ensure that older programs do not use these new cipher
suites inadvertently:
http://www.mozilla.org/projects/security/pki/nss/nss-3.4/nss-3.4-release-notes.html
There is no reason to not use them in nss-enabled libcurl as these ciphers are
commonly used when OpenSSL support is compiled in. The attached patch enables
these ciphers explicitly.
Original Fedora bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=436781
Kamil
- text/x-diff attachment: curl-nss-enable-aes.patch