cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: [PATCH 1/3] nss: map CURL_SSLVERSION_DEFAULT to NSS default

From: Ray Satiro via curl-library <curl-library_at_cool.haxx.se>
Date: Thu, 27 Oct 2016 13:40:15 -0400

On 10/27/2016 9:25 AM, Kamil Dudka wrote:
> switch(data->set.ssl.version) {
> - default:
> case CURL_SSLVERSION_DEFAULT:
> + /* nss_init_sslver() should not be called with CURL_SSLVERSION_DEFAULT */
> + break;
> +

It is documented we disable SSLv3 by default [1], could this allow for
an NSS that allows SSLv3 by default?

[1]: https://curl.haxx.se/libcurl/c/CURLOPT_SSLVERSION.html

-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2016-10-27