Searched defs:sshkey_cert (Results 1 – 1 of 1) sorted by relevance
110 struct sshkey_cert { struct111 struct sshbuf *certblob; /* Kept around for use on wire */112 u_int type; /* SSH2_CERT_TYPE_USER or SSH2_CERT_TYPE_HOST */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;[all …]