nn::ssl::CertVerifyError Enumerated Typeenum CertVerifyError;
| Value | Description |
|---|---|
CERT_VERIFYERROR_COMMON_NAME |
The server name is inconsistent with both the CommonName and SubjectAltName extended regions. |
CERT_VERIFYERROR_ROOT_CA |
Inconsistent root CA. |
CERT_VERIFYERROR_DATE |
Expired certificate. |
CERT_VERIFYERROR_CHAIN |
Failed certificate chain verification. |
CERT_VERIFYERROR_REVOKED |
Revoked certificate. |
| CERT_VERIFYERROR_EV | Problem in verifying the EV certificate. |
Certificate verification results. (Each definition uses a single bit. You can define multiple errors at the same time using a bitwise OR of multiple definitions. The GetCertVerifyErrors function gets these types of values as a result of verifying certificates.)
CONFIDENTIAL