package
0.0.0-20231219171551-d6d4032e81ac
Repository: https://github.com/juanjitech/cryptox.git
Documentation: pkg.go.dev

# Functions

Parse parses a NSS certdata.txt formatted file, returning only trusted serverAuth roots, as well as any additional constraints.

# Constants

No description provided by the author

# Structs

A Certificate represents a single trusted serverAuth certificate in the NSS certdata.txt list and any constraints that should be applied to chains rooted by it.

# Interfaces

Constraint is a constraint to be applied to a certificate or certificate chain.

# Type aliases

DistrustAfter is a Constraint that indicates a certificate has a CKA_NSS_SERVER_DISTRUST_AFTER constraint.
Kind is the constraint kind, using the NSS enumeration.