summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-09-24 14:35:10 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-09-24 14:35:19 (GMT)
commitea3405ff605d63c58999926a58e170e0bd72f2f1 (patch)
tree9128b55c2b9197d0380286897551295669273d0d /Help/manual
parent30d3df00c7137328d20bccdaf82463f632ee2ff3 (diff)
parent4e62bc943c74cbc564209a42bb84605f0771bca7 (diff)
downloadCMake-ea3405ff605d63c58999926a58e170e0bd72f2f1.zip
CMake-ea3405ff605d63c58999926a58e170e0bd72f2f1.tar.gz
CMake-ea3405ff605d63c58999926a58e170e0bd72f2f1.tar.bz2
Merge topic 'curl-tls-verify'
4e62bc943c ctest: Verify TLS server certificate by default 8e92ee34f6 file(DOWNLOAD/UPLOAD): Verify TLS server certificate by default dcaea54898 cmCTestCurl: Clarify names and logic using optional<bool> 03d37ae3ff cmFileCommand: Clarify names and logic using optional<bool> Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9843
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/ctest.1.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst
index c9ab31e..4793ef5 100644
--- a/Help/manual/ctest.1.rst
+++ b/Help/manual/ctest.1.rst
@@ -1569,6 +1569,11 @@ Configuration settings include:
* `CTest Script`_ variable: :variable:`CTEST_TLS_VERIFY`
* :module:`CTest` module variable: ``CTEST_TLS_VERIFY``
+ .. versionchanged:: 3.31
+ The default is on. Previously, the default was off.
+ Users may set the :envvar:`CMAKE_TLS_VERIFY` environment
+ variable to ``0`` to restore the old default.
+
``TriggerSite``
Legacy option. Not used.