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