curl-tls-versionΒΆ
The
file(DOWNLOAD)
andfile(UPLOAD)
commands gained aTLS_VERSION <min>
option to specify the minimum TLS version for connections tohttps://
URLs.The
CMAKE_TLS_VERSION
variable andCMAKE_TLS_VERSION
environment variable were added to specify a default minimum TLS version for connections tohttps://
URLs by thefile(DOWNLOAD)
andfile(UPLOAD)
commands.The
ExternalProject
module'sExternalProject_Add()
command gained aTLS_VERSION <min>
option, and support for theCMAKE_TLS_VERSION
variable andCMAKE_TLS_VERSION
environment variable, to specify the minimum TLS version for connections tohttps://
URLs.The
ctest_submit()
command andctest -T Submit
step gainedTLSVersion
andTLSVerify
options to control negotiation withhttps://
URLs. See theCTEST_TLS_VERSION
andCTEST_TLS_VERIFY
variables.