mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
ctest: Add explicit options for TLS server verification
Add a dedicated `TLSVerify` ctest option and a `CTEST_TLS_VERIFY` variable to control it. Deprecate `CurlOptions` because it exposes internal implementation details.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
CTEST_CURL_OPTIONS
|
||||
------------------
|
||||
|
||||
.. deprecated:: 3.30
|
||||
|
||||
Use the :variable:`CTEST_TLS_VERIFY` variable instead.
|
||||
|
||||
.. versionadded:: 3.1
|
||||
|
||||
Specify the CTest ``CurlOptions`` setting
|
||||
|
||||
10
Help/variable/CTEST_TLS_VERIFY.rst
Normal file
10
Help/variable/CTEST_TLS_VERIFY.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
CTEST_TLS_VERIFY
|
||||
----------------
|
||||
|
||||
.. versionadded:: 3.30
|
||||
|
||||
Specify the CTest ``TLSVerify`` setting in a :manual:`ctest(1)`
|
||||
:ref:`Dashboard Client` script or in project ``CMakeLists.txt`` code
|
||||
before including the :module:`CTest` module. The value is a boolean
|
||||
indicating whether to verify the server certificate when submitting
|
||||
to a dashboard via ``https://`` URLs.
|
||||
Reference in New Issue
Block a user