TlsCertificateFlags#
Added in version 2.28.
- class TlsCertificateFlags#
A set of flags describing TLS certification validation. This can be
used to describe why a particular certificate was rejected (for
example, in TlsConnection
::accept-certificate).
GLib guarantees that if certificate verification fails, at least one
flag will be set, but it does not guarantee that all possible flags
will be set. Accordingly, you may not safely decide to ignore any
particular type of error. For example, it would be incorrect to mask
EXPIRED
if you want to allow expired certificates,
because this could potentially be the only error flag set even if
other problems exist with the certificate.
Fields#
- class TlsCertificateFlags
- BAD_IDENTITY#
The type of the None singleton.
- EXPIRED#
The type of the None singleton.
- GENERIC_ERROR#
The type of the None singleton.
- INSECURE#
The type of the None singleton.
- NOT_ACTIVATED#
The type of the None singleton.
- NO_FLAGS#
The type of the None singleton.
- REVOKED#
The type of the None singleton.
- UNKNOWN_CA#
The type of the None singleton.
- VALIDATE_ALL#
The type of the None singleton.