package
0.0.0-20250301185136-8180986b1a75
Repository: https://github.com/gwatts/rootcerts.git
Documentation: pkg.go.dev

# Functions

NewMozScanner initializes a scanner ready for processing.
ReadObjects parses all objects from the passed in certdata.txt input.
ReadTrustedCerts parses a certdata.txt formatted input and returns the certificates defined within it that are labelled as trusted as a CA.

# Constants

Trusted for issuing code signing certificates.
Trusted for issuing email certificates.
Trusted for issuing server certificates.

# Structs

Cert holds the raw data parsed from the certdata.txt file, along with the Go x509.Certificate representation.
MozScanner scans and tokenizes certdata.txt files.
A MozValue is returned from MozScanner.ScanValue.

# Type aliases

No description provided by the author