]> granicus.if.org Git - curl/commit
vtls: add options to specify range of enabled TLS versions
authorJozef Kralik <jozef.kralik@eset.sk>
Tue, 13 Dec 2016 20:10:00 +0000 (21:10 +0100)
committerKamil Dudka <kdudka@redhat.com>
Wed, 8 Mar 2017 14:54:07 +0000 (15:54 +0100)
commit6448f98c1857de521fb2dd3f9d4e5659845b5474
tree183b4febdb062f32be9113ae170e3b57f44a4b28
parentb66690733642d764199eeb1b64aaaa2513c13db3
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
25 files changed:
docs/cmdline-opts/tls-max.d [new file with mode: 0644]
docs/libcurl/opts/CURLOPT_PROXY_SSLVERSION.3
docs/libcurl/opts/CURLOPT_SSLVERSION.3
docs/libcurl/symbols-in-versions
include/curl/curl.h
lib/url.c
lib/urldata.h
lib/vtls/axtls.c
lib/vtls/cyassl.c
lib/vtls/darwinssl.c
lib/vtls/gskit.c
lib/vtls/gtls.c
lib/vtls/mbedtls.c
lib/vtls/nss.c
lib/vtls/openssl.c
lib/vtls/polarssl.c
lib/vtls/schannel.c
lib/vtls/vtls.c
packages/OS400/curl.inc.in
src/tool_cfgable.h
src/tool_getparam.c
src/tool_help.c
src/tool_operate.c
src/tool_paramhlp.c
src/tool_paramhlp.h