From 6448f98c1857de521fb2dd3f9d4e5659845b5474 Mon Sep 17 00:00:00 2001 From: Jozef Kralik Date: Tue, 13 Dec 2016 21:10:00 +0100 Subject: vtls: add options to specify range of enabled TLS versions This commit introduces the CURL_SSLVERSION_MAX_* constants as well as the --tls-max option of the curl tool. Closes https://github.com/curl/curl/pull/1166 --- packages/OS400/curl.inc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'packages/OS400/curl.inc.in') diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in index c6224a781..b9b0808c7 100644 --- a/packages/OS400/curl.inc.in +++ b/packages/OS400/curl.inc.in @@ -262,6 +262,16 @@ d c 6 d CURL_SSLVERSION_TLSv1_3... d c 7 + d CURL_SSLVERSION_MAX_DEFAULT... + d c X'00010000' + d CURL_SSLVERSION_MAX_TLSv1_0... + d c X'00040000' + d CURL_SSLVERSION_MAX_TLSv1_1... + d c X'00050000' + d CURL_SSLVERSION_MAX_TLSv1_2... + d c X'00060000' + d CURL_SSLVERSION_MAX_TLSv1_3... + d c X'00070000' * d CURL_TLSAUTH_NONE... d c 0 -- cgit v1.2.3