mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
38390245a2
Issue: #25701
11 lines
476 B
ReStructuredText
11 lines
476 B
ReStructuredText
curl-tls-version
|
|
----------------
|
|
|
|
* The :command:`file(DOWNLOAD)` and :command:`file(UPLOAD)` commands now
|
|
require TLS 1.2 or higher for connections to ``https://`` URLs by default.
|
|
See the :variable:`CMAKE_TLS_VERSION` variable for details.
|
|
|
|
* The :command:`ctest_submit` command and :option:`ctest -T Submit <ctest -T>`
|
|
step now require TLS 1.2 or higher for connections to ``https://`` URLs by
|
|
default. See the :variable:`CTEST_TLS_VERSION` variable for details.
|