[Csocket] Support and default to TLSv1.2

Updates to 21ac28cc29e9256a21a9aa217e29638360c266d0 of Csocket
This commit is contained in:
Kyle Fuller
2014-04-20 23:35:29 +01:00
parent bc795f03cb
commit 5e90bc380b
2 changed files with 44 additions and 2 deletions
+3 -1
View File
@@ -591,7 +591,9 @@ public:
SSL23 = 0,
SSL2 = 2,
SSL3 = 3,
TLS1 = 4
TLS1 = 4,
TLS1_1 = 5,
TLS1_2 = 6
};
enum ECONState