mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Merge commit 'f81b84d64d895cc87ecb7e3b4d9b9b2ce73bef4b' into feature/update-dependencies
This commit is contained in:
@@ -61,6 +61,9 @@ namespace openvpn {
|
||||
UDP_CONNECT_ERROR, // client error on UDP connect
|
||||
SSL_ERROR, // errors resulting from read/write on SSL object
|
||||
SSL_PARTIAL_WRITE, // SSL object did not process all written cleartext
|
||||
SSL_CA_MD_TOO_WEAK, // CA message digest is too weak
|
||||
SSL_CA_KEY_TOO_SMALL, // CA key is too small
|
||||
SSL_DH_KEY_TOO_SMALL, // DH key is too small
|
||||
ENCAPSULATION_ERROR, // exceptions thrown during packet encapsulation
|
||||
EPKI_CERT_ERROR, // error obtaining certificate from External PKI provider
|
||||
EPKI_SIGN_ERROR, // error obtaining RSA signature from External PKI provider
|
||||
@@ -139,6 +142,9 @@ namespace openvpn {
|
||||
"UDP_CONNECT_ERROR",
|
||||
"SSL_ERROR",
|
||||
"SSL_PARTIAL_WRITE",
|
||||
"SSL_CA_MD_TOO_WEAK",
|
||||
"SSL_CA_KEY_TOO_SMALL",
|
||||
"SSL_DH_KEY_TOO_SMALL",
|
||||
"ENCAPSULATION_ERROR",
|
||||
"EPKI_CERT_ERROR",
|
||||
"EPKI_SIGN_ERROR",
|
||||
|
||||
Reference in New Issue
Block a user