Module ccadb_csv::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§
- Metadata related to an issuing certificate from the “all certificate records” CCADB CSV report.
Constants§
- URL for the CCADB all certificate records version 2 CSV report.
Functions§
- Read the provided CSV data, producing an iterator of
CertificateMetadata
parse results for each of the rows.