[][src]Module rpki::cert

Resource certificates.

The certificates used in RPKI are called resource certificates. They are defined in RFC 6487 as a profile on regular Internet PKI certificates defined in RFC 5280. While they use the format defined for X.509 certificates, the allowed vales for various fields are limited making the overall structure more simple and predictable.

This module implements raw resource certificates in the type Cert and validated certificates in the type ResourceCert. The latter type is used for issuer certificates when validating other certificates.

In addition, there are several types for the components of a certificate.

Re-exports

pub use self::builder::CertBuilder;

Modules

builder
ext

X509 Extensions

Structs

Cert

A raw resource certificate.

ResourceCert

A validated resource certificate.

TbsCert

The data of a resource certificate.

Enums

KeyUsage

The allowed key usages of a resource certificate.

Overclaim

The overclaim mode for resource validation.