SSL NamespaceΒΆ

Namespace: SSL.

class zlogging.enum.ssl.SctSource(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: IntFlag

Enum: SSL::SctSource.

List of the different sources for Signed Certificate Timestamp.

SCT_X509_EXT = 1

Signed Certificate Timestamp was encountered in the extension of an X.509 certificate.

SCT_TLS_EXT = 2

Signed Certificate Timestamp was encountered in an TLS session extension.

SCT_OCSP_EXT = 4

Signed Certificate Timestamp was encountered in the extension of an stapled OCSP reply.

static _generate_next_value_(name, start, count, last_values)

Generate the next value when not given.

name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None