Versions in this module Expand all Collapse all v1 v1.0.1 Jun 29, 2022 Changes in this version + type ListExtensionData struct + AuthKeyID x509.SubjAuthKeyId + CRLNumber int + type RevocationData struct + CRLExtensions ListExtensionData + CRLSignatureAlgorithm x509.SignatureAlgorithm + CRLSignatureValue []byte + CertificateEntryExtensions RevokedCertExtensionData + IsRevoked bool + Issuer pkix.Name + NextUpdate time.Time + RawCertificateEntryExtensions []pkix.Extension + RevocationTime time.Time + ThisUpdate time.Time + UnknownCRLExtensions []pkix.Extension + UnknownCriticalCRLExtensions []pkix.Extension + Version int + func CheckCRLForCert(certList *pkix.CertificateList, cert *x509.Certificate, ...) (*RevocationData, error) + type RevocationReasonCode int + func (code *RevocationReasonCode) MarshalJSON() ([]byte, error) + func (code *RevocationReasonCode) String() string + func (code *RevocationReasonCode) UnmarshalJSON(b []byte) error + type RevokedCertExtensionData struct + Reason *RevocationReasonCode