Home
last modified time | relevance | path

Searched refs:selfsigned (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/heimdal/lib/hx509/
H A Dprint.c49 unsigned int selfsigned:1; member
926 status.selfsigned = 1; in hx509_validate_cert()
1016 if (!status.selfsigned && !status.haveCRLDP) in hx509_validate_cert()
1021 if (status.selfsigned) { in hx509_validate_cert()
H A Dcert.c2062 int selfsigned; in hx509_verify_path() local
2064 ret = certificate_is_self_signed(context, c, &selfsigned); in hx509_verify_path()
2067 if (selfsigned) in hx509_verify_path()
2248 int selfsigned; in hx509_verify_path() local
2253 ret = certificate_is_self_signed(context, c, &selfsigned); in hx509_verify_path()
2258 if (!selfsigned || i + 1 != path.len) { in hx509_verify_path()
2328 int selfsigned; in hx509_verify_path() local
2332 ret = certificate_is_self_signed(context, signer->data, &selfsigned); in hx509_verify_path()
2337 if (!selfsigned) in hx509_verify_path()
H A DChangeLog543 * print.c: Use selfsigned for CRL DP whine, tell if its a
/freebsd/contrib/unbound/doc/
H A Dcontrol_proto_spec.txt5 SSLv3 or TLSv1 connection setup (server selfsigned certificate,