Home
last modified time | relevance | path

Searched defs:sshkey_cert (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/crypto/openssh/
H A Dsshkey.h110 struct sshkey_cert { struct
111 struct sshbuf *certblob; /* Kept around for use on wire */
113 u_int64_t serial;
114 char *key_id;
115 u_int nprincipals;
116 char **principals;
117 u_int64_t valid_after, valid_before;
118 struct sshbuf *critical;
119 struct sshbuf *extensions;
120 struct sshkey *signature_key;
[all …]