TLS version no longer static, thou still fixed to TLS 1.0
This commit is contained in:
@@ -24,6 +24,15 @@ using namespace std;
|
||||
using namespace winstd;
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// eap::tls_version
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
const eap::tls_version eap::tls_version_1_0 = { 3, 1 };
|
||||
const eap::tls_version eap::tls_version_1_1 = { 3, 2 };
|
||||
const eap::tls_version eap::tls_version_1_2 = { 3, 3 };
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// eap::tls_random
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user