Module all_cert_records

Source
Expand description

Module for processing the CCADB “all certificate records version 2” CSV report.

This report contains information on both root certificates and intermediates, in a variety of inclusion and trust states. It does not include the PEM of the certificates themselves, but does include helpful metadata like CPS and CRL URLs.

If you are interested strictly in root certificates that are included in the Mozilla root program, prefer the mozilla_included_roots module.

Structs§

CertificateMetadata
Metadata related to an issuing certificate from the “all certificate records” CCADB CSV report.

Constants§

URL
URL for the CCADB all certificate records version 2 CSV report.

Functions§

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