Expand description
PKIX X.509 Certificate Extensions (RFC 5280)
Re-exports
pub use certpolicy::CertificatePolicies;
pub use constraints::BasicConstraints;
pub use constraints::NameConstraints;
pub use constraints::PolicyConstraints;
pub use crl::BaseCrlNumber;
pub use crl::CrlDistributionPoints;
pub use crl::CrlNumber;
pub use crl::CrlReason;
pub use crl::FreshestCrl;
pub use crl::IssuingDistributionPoint;
pub use sct::Error;
sct
pub use sct::HashAlgorithm;
sct
pub use sct::SerializedSct;
sct
pub use sct::SignatureAlgorithm;
sct
pub use sct::SignatureAndHashAlgorithm;
sct
pub use sct::SignedCertificateTimestamp;
sct
pub use sct::SignedCertificateTimestampList;
sct
pub use sct::Version;
sct
Modules
- PKIX Certificate Policies extension
- PKIX Constraint Extensions
- PKIX Certificate Revocation List extensions
- PKIX Name types
- sct
sct
Signed Certificate Timestamp list extension as defined in the Certificate Transparency RFC 6962.
Structs
- AccessDescription as defined in RFC 5280 Section 4.2.2.1.
- AuthorityInfoAccessSyntax as defined in RFC 5280 Section 4.2.2.1.
- AuthorityKeyIdentifier as defined in RFC 5280 Section 4.2.1.1.
- ExtKeyUsageSyntax as defined in RFC 5280 Section 4.2.1.12.
- InhibitAnyPolicy as defined in RFC 5280 Section 4.2.1.14.
- IssuerAltName as defined in RFC 5280 Section 4.2.1.7.
- KeyUsage as defined in RFC 5280 Section 4.2.1.3.
- PolicyMapping as defined in RFC 5280 Section 4.2.1.5.
- PolicyMappings as defined in RFC 5280 Section 4.2.1.5.
- PrivateKeyUsagePeriod as defined in [RFC 3280 Section 4.2.1.4].
- SubjectAltName as defined in RFC 5280 Section 4.2.1.6.
- SubjectDirectoryAttributes as defined in RFC 5280 Section 4.2.1.8.
- SubjectInfoAccessSyntax as defined in RFC 5280 Section 4.2.2.2.
- SubjectKeyIdentifier as defined in RFC 5280 Section 4.2.1.2.
Enums
- Key usage flags as defined in RFC 5280 Section 4.2.1.3.