Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + type AlgorithmIdentifier struct + Algorithm asn1.ObjectIdentifier + Parameters asn1.RawValue + type AttributeTypeAndValue struct + Type asn1.ObjectIdentifier + Value any + type AttributeTypeAndValueSET struct + Type asn1.ObjectIdentifier + Value [][]AttributeTypeAndValue + type CertificateList struct + SignatureAlgorithm AlgorithmIdentifier + SignatureValue asn1.BitString + TBSCertList TBSCertificateList + func (certList *CertificateList) HasExpired(now time.Time) bool + type Extension struct + Critical bool + Id asn1.ObjectIdentifier + Value []byte + type Name struct + CommonName string + Country []string + ExtraNames []AttributeTypeAndValue + Locality []string + Names []AttributeTypeAndValue + Organization []string + OrganizationalUnit []string + PostalCode []string + Province []string + SerialNumber string + StreetAddress []string + func (n *Name) FillFromRDNSequence(rdns *RDNSequence) + func (n Name) String() string + func (n Name) ToRDNSequence() (ret RDNSequence) + type RDNSequence []RelativeDistinguishedNameSET + func (r RDNSequence) String() string + type RelativeDistinguishedNameSET []AttributeTypeAndValue + type RevokedCertificate struct + Extensions []Extension + RevocationTime time.Time + SerialNumber *big.Int + type TBSCertificateList struct + Extensions []Extension + Issuer RDNSequence + NextUpdate time.Time + Raw asn1.RawContent + RevokedCertificates []RevokedCertificate + Signature AlgorithmIdentifier + ThisUpdate time.Time + Version int