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_VERSIONvariable andCMAKE_TLS_VERSIONenvironment variable were added to specify a default minimum TLS version for connections tohttps://URLs by thefile(DOWNLOAD)andfile(UPLOAD)commands.The
ExternalProjectmodule'sExternalProject_Add()command gained aTLS_VERSION <min>option, and support for theCMAKE_TLS_VERSIONvariable andCMAKE_TLS_VERSIONenvironment variable, to specify the minimum TLS version for connections tohttps://URLs.The
ctest_submit()command andctest -T Submitstep gainedTLSVersionandTLSVerifyoptions to control negotiation withhttps://URLs. See theCTEST_TLS_VERSIONandCTEST_TLS_VERIFYvariables.