summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-02-29 19:25:04 (GMT)
committerBrad King <brad.king@kitware.com>2024-03-12 14:46:23 (GMT)
commit6671f17f65a2d4907f1b598dc2823209714f7ac2 (patch)
tree401ca234e27b3d680e385a79e6e976aafe248ce0 /Help/release
parent0aba13a2f3169687943d4b7d0f05ed65e46ca137 (diff)
downloadCMake-6671f17f65a2d4907f1b598dc2823209714f7ac2.zip
CMake-6671f17f65a2d4907f1b598dc2823209714f7ac2.tar.gz
CMake-6671f17f65a2d4907f1b598dc2823209714f7ac2.tar.bz2
ctest: Add explicit options for TLS version
Add a dedicated `TLSVersion` ctest option and a `CTEST_TLS_VERSION` variable to control it. Issue: #25701
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/curl-tls-version.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/release/dev/curl-tls-version.rst b/Help/release/dev/curl-tls-version.rst
index 6adf189..636fa3c 100644
--- a/Help/release/dev/curl-tls-version.rst
+++ b/Help/release/dev/curl-tls-version.rst
@@ -17,5 +17,6 @@ curl-tls-version
to ``https://`` URLs.
* The :command:`ctest_submit` command and :option:`ctest -T Submit <ctest -T>`
- step gained a ``TLSVerify`` option to control negotiation with
- ``https://`` URLs. See the :variable:`CTEST_TLS_VERIFY` variable.
+ step gained ``TLSVersion`` and ``TLSVerify`` options to control negotiation
+ with ``https://`` URLs. See the :variable:`CTEST_TLS_VERSION` and
+ :variable:`CTEST_TLS_VERIFY` variables.