Versions in this module Expand all Collapse all v0 v0.0.3 Feb 23, 2024 v0.0.2 Apr 28, 2023 Changes in this version + func OidFromExtKeyUsage(eku x509.ExtKeyUsage) (oid asn1.ObjectIdentifier, ok bool) + func Resolve(chainPem string, did string, ignoreTime bool) (string, error) + func VerifyCertificateChain(chain []*x509.Certificate, trustedRoots []*x509.Certificate, ignoreTime bool) ([][]*x509.Certificate, error)