diff options
author | Paul Howarth <paul@city-fan.org> | 2018-12-03 11:42:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-12-05 15:24:32 +0100 |
commit | 6848ea585b34d7f1d3f73c1d6749321fc5843fbe (patch) | |
tree | 1782fa0bf13cb2c4ef24ca0517fcb244bc779aae /tests/unit/curlcheck.h | |
parent | f7bdf4b2e1d81b2652b81b9b3029927589273b41 (diff) |
nss: Fall back to latest supported SSL version
NSS may be built without support for the latest SSL/TLS versions,
leading to "SSL version range is not valid" errors when the library
code supports a recent version (e.g. TLS v1.3) but it has explicitly
been disabled.
This change adjusts the maximum SSL version requested by libcurl to
be the maximum supported version at runtime, as long as that version
is at least as high as the minimum version required by libcurl.
Fixes #3261
Diffstat (limited to 'tests/unit/curlcheck.h')
0 files changed, 0 insertions, 0 deletions