Module x509_cert::certificate
source · Expand description
Certificate types
Structs
- X.509 certificates are defined in RFC 5280 Section 4.1.
- Raw
hazmat
Parse raw x509 certificate and disable all the checks - Parse certificates with rfc5280-compliant checks
- X.509
TbsCertificate
as defined in RFC 5280 Section 4.1
Enums
- Certificate
Version
as defined in RFC 5280 Section 4.1.
Traits
Profile
allows the consumer of this crate to customize the behavior when parsing certificates. By default, parsing will be made in a rfc5280-compliant manner.
Type Aliases
- X.509 certificates are defined in RFC 5280 Section 4.1.
PkiPath
as defined by X.509 and referenced by RFC 6066.- X.509
TbsCertificate
as defined in [RFC 5280 Section 4.1]