Versions in this module Expand all Collapse all v0 v0.4.5 Nov 1, 2024 v0.4.4 Nov 1, 2024 v0.4.3 Oct 17, 2024 Changes in this version + type Validator func(rawCerts [][]byte, verifiedChains [][]*x509.Certificate) error + func NewValidator(verifiers []Verifier) Validator + type Verifier interface + VerifyPeerCertificate func(rawCerts [][]byte, verifiedChains [][]*x509.Certificate) error