Crate windows_ctl

Source
Expand description

A crate for parsing Windows Certificate Trust Lists (CTLs).

Certificate Trust Lists are how Windows distributes the metadata needed to bootstrap trusted certificate stores.

Structs§

CertificateTrustList
The certificate trust list.
TrustedSubject
Represents a single entry in the certificate trust list.

Enums§

CtlError
Possible errors while parsing a certificate trust list.
CtlVersion
Version identifier for CertificateTrustList.

Constants§

MS_CERT_PROP_ID_METAEKUS_OID
The OID for an attribute containing ExtendedKeyUsage identifiers.
MS_CERT_TRUST_LIST_OID
The object identifier for CertificateTrustList.

Type Aliases§

ListIdentifier
MetaEku
Completely undocumented by MS.
SubjectIdentifier
SubjectUsage
NOTE: MS calls X.509’s ExtendedKeyUsageEnhancedKeyUsage”.
TrustedSubjects