From 213017d2dcf2ac8d1f66c745256ff430ef391bae Mon Sep 17 00:00:00 2001 From: Stefano Bonicatti Date: Fri, 8 Dec 2023 00:12:14 +0100 Subject: [PATCH] tls: Disable TLS 1.0 and TLS 1.1 - Disable support for TLS 1.0 and TLS 1.1 which are deprecated protocols. - WIP: Should update Thrift to be able to compile --- libraries/cmake/formula/openssl/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libraries/cmake/formula/openssl/CMakeLists.txt b/libraries/cmake/formula/openssl/CMakeLists.txt index 9b17830d14a..38bad650f6e 100644 --- a/libraries/cmake/formula/openssl/CMakeLists.txt +++ b/libraries/cmake/formula/openssl/CMakeLists.txt @@ -11,6 +11,11 @@ function(opensslMain) set(common_options no-ssl3 + no-ssl3-method + no-tls1 + no-tls1-method + no-tls1_1 + no-tls1_1-method no-asm no-shared no-weak-ssl-ciphers