Expand description
Certificate types
Structs§
- Certificate
Inner - X.509 certificates are defined in RFC 5280 Section 4.1.
- Raw
hazmat
- Parse raw x509 certificate and disable all the checks
- Rfc5280
- Parse certificates with rfc5280-compliant checks
- TbsCertificate
Inner - X.509
TbsCertificate
as defined in RFC 5280 Section 4.1
Enums§
- Version
- Certificate
Version
as defined in RFC 5280 Section 4.1.
Traits§
- Profile
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§
- Certificate
- X.509 certificates are defined in RFC 5280 Section 4.1.
- PkiPath
PkiPath
as defined by X.509 and referenced by RFC 6066.- TbsCertificate
- X.509
TbsCertificate
as defined in [RFC 5280 Section 4.1]