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