cURL / Mailing Lists / curl-library / Single Mail

curl-library

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

From: Ray Satiro via curl-library <curl-library_at_cool.haxx.se>
Date: Wed, 2 Nov 2016 16:46:00 -0400

On 11/2/2016 4:49 AM, Kamil Dudka wrote:
>> This looks better but since that api function is only available since
>> >3.14 apparently [1] does libcurl still build with versions older than
>> >that
> It does not since the following commit:
>
> https://github.com/curl/curl/commit/curl-7_33_0-220-g30e7e75

Ok. A few more things. You could squash #3 into #2 they're both
basically support TLSv1.3. And:

packages/OS400/curl.inc.in:

      d CURL_SSLVERSION_TLSv1_3...
      d c 7

after CURL_SSLVERSION_TLSv1_2.

src/tool_setopt.c:

   NV(CURL_SSLVERSION_TLSv1_3),

after CURL_SSLVERSION_TLSv1_2.

also I notice you didn't touch cyassl and openssl ?

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