curl-rust icon indicating copy to clipboard operation
curl-rust copied to clipboard

Requesting support for CURL_SSLVERSION_MAX_* macros

Open frextrite opened this issue 1 year ago • 0 comments

CURLOPT_SSLVERSION allows setting minimum and maximum TLS version. curl-rust supports all CURL_SSLVERSION_* macros which are used to set the minimum TLS version, but CURL_SSLVERSION_MAX_* macros are unavailable which are used for setting maximum TLS version.

frextrite avatar Sep 24 '24 13:09 frextrite