From 171e924dcf3663f2379a150f57c0771a5a28a60f Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 31 Aug 2016 18:23:21 +0200 Subject: [PATCH] Estimated flag to enable TLS 1.3 once available added --- 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 f3e25fb..7dbe957 100644 --- a/lib/TLS/src/Method.cpp +++ b/lib/TLS/src/Method.cpp @@ -298,7 +298,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, // grbitEnabledProtocols: TLS 1.x + SP_PROT_TLS1_X_CLIENT | (SP_PROT_TLS1_2_CLIENT<<2), // grbitEnabledProtocols: TLS 1.x 0, // dwMinimumCipherStrength: Use system configured default 0, // dwMaximumCipherStrength: Use system configured default 0, // dwSessionLifespan: Use system configured default = 10hr