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§
- Certificate
Metadata - 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
CertificateMetadataparse results for each of the rows.