Module mozilla_included_roots

Source
Expand description

Module for processing the CCADB “included CA certificate PEM” CSV report.

This report contains information about root CA certificates (not intermediates) that are included in the Mozilla root program. PEM content for each root is available.

If you are interested in issuers included in other programs, for purposes other than TLS, or for metadata such as CPS or CRL URLs, prefer the broader all_cert_records module.

Structs§

CertificateMetadata
Metadata related to an included root CA certificate from the Mozilla “included CA certificate PEM” CCADB CSV report.

Constants§

URL
URL for the CCADB Mozilla included CA certificate PEM CSV report.

Functions§

read_csv
Read the provided CSV data, producing an iterator of CertificateMetadata parse results for each of the rows.