Versions in this module Expand all Collapse all v0 v0.1.0 Mar 17, 2025 Changes in this version + type KRL struct + Comment string + GeneratedDate uint64 + Sections []KRLSection + SigningKeys []ssh.PublicKey + Version uint64 + func ParseKRL(in []byte) (*KRL, error) + func (k *KRL) IsRevoked(key ssh.PublicKey) bool + func (k *KRL) Marshal(rand io.Reader, keys ...ssh.Signer) ([]byte, error) + type KRLCertificateKeyID []string + type KRLCertificateSection struct + CA ssh.PublicKey + Sections []KRLCertificateSubsection + type KRLCertificateSerialBitmap struct + Bitmap *big.Int + Offset uint64 + type KRLCertificateSerialList []uint64 + type KRLCertificateSerialRange struct + Max uint64 + Min uint64 + type KRLCertificateSubsection interface + type KRLExplicitKeySection []ssh.PublicKey + type KRLFingerprintSHA256Section [][sha256.Size]byte + type KRLFingerprintSection [][sha1.Size]byte + type KRLSection interface + type KRLSigningErrors []error + func (k KRLSigningErrors) Error() string