From 8d42db2f56224a3407e76e6afbd1d50c021978c8 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 6 Feb 2020 16:16:01 +0100 Subject: [PATCH] TLS: Use protocol version enabled on the system by default Signed-off-by: Simon Rozman --- lib/TLS/src/Method.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/TLS/src/Method.cpp b/lib/TLS/src/Method.cpp index 2850d44..4a65356 100644 --- a/lib/TLS/src/Method.cpp +++ b/lib/TLS/src/Method.cpp @@ -230,7 +230,7 @@ void eap::method_tls::begin_session( NULL, // aphMappers 0, // cSupportedAlgs: Use system configured default NULL, // palgSupportedAlgs: Use system configured default - SP_PROT_TLS1_X_CLIENT | (SP_PROT_TLS1_2_CLIENT<<2), // grbitEnabledProtocols: TLS 1.x + 0, // grbitEnabledProtocols: Use system configured default 0, // dwMinimumCipherStrength: Use system configured default 0, // dwMaximumCipherStrength: Use system configured default 0, // dwSessionLifespan: Use system configured default = 10hr