Home
last modified time | relevance | path

Searched refs:cert_authority (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/openssh/
H A Dauth2-pubkeyfile.c75 if (opts->cert_principals != NULL && !opts->cert_authority) { in auth_authorise_keyopts()
82 if (!allow_cert_authority && opts->cert_authority) { in auth_authorise_keyopts()
311 !keyopts->cert_authority) in auth_check_authkey_line()
315 if (!sshkey_equal(found, key) || keyopts->cert_authority) in auth_check_authkey_line()
H A Dauth-options.h50 int cert_authority; member
H A Dauth-options.c347 ret->cert_authority = r; in sshauthopt_parse()
671 OPTSCALAR(cert_authority); in sshauthopt_copy()
807 (r = sshbuf_put_u8(m, opts->cert_authority)) != 0 || in sshauthopt_serialise()
870 OPT_FLAG(cert_authority); in sshauthopt_deserialise()