mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
file(DOWNLOAD/UPLOAD): Require minimum TLS 1.2 by default
Fixes: #25701
This commit is contained in:
@@ -7,6 +7,11 @@ Specify the default value for the :command:`file(DOWNLOAD)` and
|
||||
:command:`file(UPLOAD)` commands' ``TLS_VERSION`` option.
|
||||
If this variable is not set, the commands check the
|
||||
:envvar:`CMAKE_TLS_VERSION` environment variable.
|
||||
If neither is set, the default is TLS 1.2.
|
||||
|
||||
.. versionchanged:: 3.31
|
||||
The default is TLS 1.2.
|
||||
Previously, no minimum version was enforced by default.
|
||||
|
||||
The value may be one of:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user