mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
6671f17f65
Add a dedicated `TLSVersion` ctest option and a `CTEST_TLS_VERSION` variable to control it. Issue: #25701
23 lines
1.0 KiB
ReStructuredText
23 lines
1.0 KiB
ReStructuredText
curl-tls-version
|
|
----------------
|
|
|
|
* The :command:`file(DOWNLOAD)` and :command:`file(UPLOAD)` commands
|
|
gained a ``TLS_VERSION <min>`` option to specify the minimum TLS
|
|
version for connections to ``https://`` URLs.
|
|
|
|
* The :variable:`CMAKE_TLS_VERSION` variable and :envvar:`CMAKE_TLS_VERSION`
|
|
environment variable were added to specify a default minimum TLS version
|
|
for connections to ``https://`` URLs by the :command:`file(DOWNLOAD)`
|
|
and :command:`file(UPLOAD)` commands.
|
|
|
|
* The :module:`ExternalProject` module's :command:`ExternalProject_Add`
|
|
command gained a ``TLS_VERSION <min>`` option, and support for the
|
|
:variable:`CMAKE_TLS_VERSION` variable and :envvar:`CMAKE_TLS_VERSION`
|
|
environment variable, to specify the minimum TLS version for connections
|
|
to ``https://`` URLs.
|
|
|
|
* The :command:`ctest_submit` command and :option:`ctest -T Submit <ctest -T>`
|
|
step gained ``TLSVersion`` and ``TLSVerify`` options to control negotiation
|
|
with ``https://`` URLs. See the :variable:`CTEST_TLS_VERSION` and
|
|
:variable:`CTEST_TLS_VERIFY` variables.
|