Home
last modified time | relevance | path

Searched refs:KRL (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A DPROTOCOL.krl5 The KRL consists of a header and zero or more sections. The header is:
18 Where "krl_version" is a version number that increases each time the KRL
20 00:00:00 UTC that the KRL was generated, "comment" is an optional comment
122 certificates KRL section that may be used to provide optional or critical
137 result in KRL parsing failure. If false, then it may be safely be
174 This section type provides a generic extension mechanism to the KRL
189 result in KRL parsing failure. If false, then it may be safely be
194 6. KRL signature sections
196 Note: KRL signatures are not supported by OpenSSH. OpenSSH >= 9.4 will
201 preceding ones: to provide cryptographic authentication of a KRL that
[all …]
H A DChangeLog5098 upstream: return SSH_ERR_KRL_BAD_MAGIC when a KRL doesn't contain a
5145 upstream: remove vestigal support for KRL signatures
5147 When the KRL format was originally defined, it included support for
5148 signing of KRL objects. However, the code to sign KRLs and verify KRL
5153 semi-finished KRL signing/verification support from OpenSSH and
5155 no longer need to perform multiple parsing passes over KRL objects.
5165 upstream: Support for KRL extensions.
5167 This defines wire formats for optional KRL extensions and implements
6121 upstream: Free KRL ptr in addition to its contents.
H A DPROTOCOL779 5.3 KRL format
/freebsd/crypto/openssh/regress/
H A Dkrl.sh157 KRL=$2
160 $SSHKEYGEN -Qf $KRL $KEY >/dev/null
163 fatal "key $KEY not revoked by KRL $KRL: $TAG"
165 fatal "key $KEY unexpectedly revoked by KRL $KRL: $TAG"