Searched defs:sshkey_cert (Results 1 – 1 of 1) sorted by relevance
108 struct sshkey_cert { struct109 struct sshbuf *certblob; /* Kept around for use on wire */110 u_int type; /* SSH2_CERT_TYPE_USER or SSH2_CERT_TYPE_HOST */111 u_int64_t serial;112 char *key_id;113 u_int nprincipals;114 char **principals;115 u_int64_t valid_after, valid_before;116 struct sshbuf *critical;117 struct sshbuf *extensions;[all …]