Skip to content

ctest: Add explicit options for TLS version and server verification

Brad King requested to merge brad.king/cmake:ctest-tls-options into master

Add a dedicated TLSVersion ctest option and a CTEST_TLS_VERSION variable to control it. Fall back to CMAKE_TLS_VERSION.

Add a dedicated TLSVerify ctest option and a CTEST_TLS_VERIFY variable to control it. Fall back to CMAKE_TLS_VERIFY.

Deprecate CurlOptions because it exposes internal implementation details, and TLSVerify provides a more explicit interface for the same thing.

Issue: #25701

Edited by Brad King

Merge request reports