mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2026-02-21 01:50:08 +03:00
Implement complete server certificate verification
This commit is contained in:
@ -31,6 +31,7 @@ struct LINK
|
||||
UINT CurrentSendPacketQueueSize; // Current send packet queue size
|
||||
UINT LastError; // Last error
|
||||
bool CheckServerCert; // To check the server certificate
|
||||
bool AddDefaultCA; // Use default trust store
|
||||
X *ServerCert; // Server certificate
|
||||
bool LockFlag; // Lock flag
|
||||
bool *StopAllLinkFlag; // Stop all link flag
|
||||
|
||||
Reference in New Issue
Block a user