mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
[Csocket] Support and default to TLSv1.2
Updates to 21ac28cc29e9256a21a9aa217e29638360c266d0 of Csocket
This commit is contained in:
@@ -591,7 +591,9 @@ public:
|
||||
SSL23 = 0,
|
||||
SSL2 = 2,
|
||||
SSL3 = 3,
|
||||
TLS1 = 4
|
||||
TLS1 = 4,
|
||||
TLS1_1 = 5,
|
||||
TLS1_2 = 6
|
||||
};
|
||||
|
||||
enum ECONState
|
||||
|
||||
Reference in New Issue
Block a user