TlsCertificateFlags
Description:
[ Flags ]
public enum TlsCertificateFlags
A set of flags describing TLS certification validation.
This can be used to set which validation steps to perform (eg, with
set_validation_flags), or to describe why a particular
certificate was rejected (eg, in accept_certificate).
Content:
Enum values:
- UNKNOWN_CA - The signing
certificate authority is not known.
- BAD_IDENTITY - The
certificate does not match the expected identity of the site that it was retrieved from.
- NOT_ACTIVATED - The
certificate's activation time is still in the future
- EXPIRED - The certificate has
expired
- REVOKED - The certificate has been
revoked according to the TlsConnection's certificate revocation list.
- INSECURE - The certificate's
algorithm is considered insecure.
- GENERIC_ERROR - Some other
error occurred validating the certificate
- VALIDATE_ALL - the
combination of all of the above flags