Estimated flag to enable TLS 1.3 once available added
This commit is contained in:
parent
281c3ee083
commit
171e924dcf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user