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