Versions in this module Expand all Collapse all v0 v0.0.2 Aug 19, 2022 v0.0.1 Jul 4, 2022 Changes in this version + var CRLSet = map[string]*pkix.CertificateList + var HardFail = false + func SetCRLFetcher(fn func(io.Reader) ([]byte, error)) + func SetOCSPFetcher(fn func(io.Reader) ([]byte, error)) + func SetRemoteFetcher(fn func(io.Reader) ([]byte, error)) + func VerifyCertificate(cert *x509.Certificate) (revoked, ok bool) + func VerifyCertificateError(cert *x509.Certificate) (revoked, ok bool, err error)