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