]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: warn for OpenSSL versions missing TLS 1.3 support
authorViktor Szakats <commit@vsz.me>
Tue, 28 Jan 2025 15:51:18 +0000 (16:51 +0100)
committerViktor Szakats <commit@vsz.me>
Tue, 28 Jan 2025 17:05:40 +0000 (18:05 +0100)
commit34c1c653fc475efb828658f900979596905c688e
treebe0709e1aa0544f35c140d0c02cd59bf08fd10fc
parentb0009d0216a09a3e0ffa34fdbf0185917c449483
cmake: warn for OpenSSL versions missing TLS 1.3 support

To match existing warnings for Secure Transport and BearSSL.

OpenSSL 1.1.1 or upper are offering TLS 1.3 support.

Ref: https://wiki.openssl.org/index.php/TLS1.3

Closes #16120
CMakeLists.txt