Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BrowserCAs ¶
func BrowserCAs() ([]*x509.Certificate, error)
func FromAllBrowsers ¶
Types ¶
type CA ¶
type CA struct { Certificate *x509.Certificate // pre-computed sha256 fingerprint Fingerprint string // dnsNames represents known fqdns (or wildcards) which this // CA has created a certificate for DNSNames []string }
CA holds the x509 certificate representing a signer of another x509 certificate encountered.
Click to show internal directories.
Click to hide internal directories.