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
- The certificate trust list.
- Represents a single entry in the certificate trust list.
Enums
- Possible errors while parsing a certificate trust list.
- Version identifier for CertificateTrustList.
Constants
- The OID for an attribute containing
ExtendedKeyUsageidentifiers. - The object identifier for
CertificateTrustList.
Type Definitions
- Completely undocumented by MS.
- NOTE: MS calls X.509’s
ExtendedKeyUsage“EnhancedKeyUsage”.