mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-12-02 16:21:32 +03:00
OpenVPN client certificate authentication (Individual Certificate Authentication) (#327)
* Implement OpenVPN certificate authentication, fixes #55 * fixup! Implement OpenVPN certificate authentication, fixes #55
This commit is contained in:
committed by
Moataz Elmasry
parent
863f87fac1
commit
83295bb736
@ -257,6 +257,7 @@ struct OPENVPN_CHANNEL
|
||||
bool IsInitiatorServer; // Whether the channel was started from the server side
|
||||
bool RekeyInitiated; // Whether re-keying has already started
|
||||
UINT64 NextRekey;
|
||||
struct SslClientCertInfo ClientCert; // Client certificate and verification data
|
||||
};
|
||||
|
||||
// OpenVPN session
|
||||
|
||||
Reference in New Issue
Block a user