Module rpki::repository

source ·
Expand description

Processing the content of RPKI repositories.

This module contains types and procedures to parse and verify as well as create all the objects that can appear in an RPKI repository.

Re-exports

  • pub use self::cert::Cert;
  • pub use self::cert::ResourceCert;
  • pub use self::crl::Crl;
  • pub use self::manifest::Manifest;
  • pub use self::roa::Roa;
  • pub use self::rta::Rta;
  • pub use self::tal::Tal;

Modules

  • Autonomous System Provider Authorization
  • Resource certificates.
  • Certificate Revocation Lists for RPKI.
  • Error handling for the repository module.
  • RPKI Manifests.
  • Handling of IP and AS resources.
  • Route Origin Authorizations.
  • Resource Tagged Attestations.
  • Signed objects.
  • Trust Anchor Locators
  • Types common to all things X.509.