1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-01 01:41:50 -05:00
Peter Wu cc5fae5dac nss: use TLSv1.3 as default if supported
SSL_VersionRangeGetDefault returns (TLSv1.0, TLSv1.2) as supported
range in NSS 3.45. It looks like the intention is to raise the minimum
version rather than lowering the maximum, so adjust accordingly. Note
that the caller (nss_setup_connect) initializes the version range to
(TLSv1.0, TLSv1.3), so there is no need to check for >= TLSv1.0 again.

Closes #4187
Reviewed-by: Daniel Stenberg
Reviewed-by: Kamil Dudka
2019-08-13 21:59:30 +01:00
..
2019-05-21 09:38:11 +02:00
2019-05-21 09:38:11 +02:00
2019-05-20 19:00:59 +02:00
2018-09-13 08:26:37 +02:00
2019-08-13 21:59:30 +01:00
2019-05-20 08:51:11 +02:00
2019-06-11 07:46:04 +02:00
2019-06-10 09:18:16 +02:00