Module rama::tls::rustls::dep::pemfile

Expand description

Re-export of the rustls-pemfile crate.

A basic parser for .pem files containing cryptographic keys and certificates.

Enums§

  • Errors that may arise when parsing the contents of a PEM file
  • The contents of a single recognised block in a PEM file.

Functions§

  • Return an iterator over certificates from rd.
  • Return an iterator certificate revocation lists (CRLs) from rd.
  • Return the first certificate signing request (CSR) found in rd.
  • Return an iterator over SEC1-encoded EC private keys from rd.
  • Return an iterator over PKCS8-encoded private keys from rd.
  • Return the first private key found in rd.
  • Return an iterator over SPKI-encoded keys from rd.
  • Extract and return all PEM sections by reading rd.
  • Extract and decode the next PEM section from rd.
  • Extract and decode the next PEM section from input
  • Return an iterator over RSA private keys from rd.