From 281c3ee0835f0e974300d9efc9463e4b21996a62 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 31 Aug 2016 18:10:02 +0200 Subject: [PATCH] Schannel tweaked to support TLS 1.2 now (closes #16) --- 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 6848a8b..f3e25fb 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 - 0, // grbitEnabledProtocols: Use default + SP_PROT_TLS1_X_CLIENT, // grbitEnabledProtocols: TLS 1.x 0, // dwMinimumCipherStrength: Use system configured default 0, // dwMaximumCipherStrength: Use system configured default 0, // dwSessionLifespan: Use system configured default = 10hr