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§
- Certificate
Trust List - The certificate trust list.
- Trusted
Subject - 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§
- List
Identifier - MetaEku
- Completely undocumented by MS.
- Subject
Identifier - Subject
Usage - NOTE: MS calls X.509’s
ExtendedKeyUsage
“EnhancedKeyUsage
”. - Trusted
Subjects