Versions in this module Expand all Collapse all v1 v1.0.1 Jun 29, 2022 Changes in this version + type CertStoreCertificateGroup struct + type DisallowedCerts struct + IssuerLists map[string]*IssuerList + func Parse(byteData []byte) (*DisallowedCerts, error) + type EndElementMarkerEntry struct + ID uint32 + Marker uint64 + type Entry struct + SerialNumber *big.Int + func Check(disallowed *DisallowedCerts, cert *x509.Certificate) *Entry + type IssuerList struct + Entries []*Entry + Issuer pkix.Name + type SerializedCertificateEntry struct + Certificate []byte + EncodingType uint32 + ID uint32 + Length uint32 + type SerializedPropertyEntry struct + EncodingType uint32 + ID uint32 + Length uint32 + Value []byte + type VBASigSerializedCertStore struct + CertGroup CertStoreCertificateGroup + Magic [4]byte + Version uint32