Searched refs:selfsigned (Results 1 – 4 of 4) sorted by relevance
51 unsigned int selfsigned:1; member928 status.selfsigned = 1; in hx509_validate_cert()1018 if (!status.selfsigned && !status.haveCRLDP) in hx509_validate_cert()1023 if (status.selfsigned) { in hx509_validate_cert()
2092 int selfsigned; in hx509_verify_path() local2094 ret = certificate_is_self_signed(context, c, &selfsigned); in hx509_verify_path()2097 if (selfsigned) in hx509_verify_path()2278 int selfsigned; in hx509_verify_path() local2283 ret = certificate_is_self_signed(context, c, &selfsigned); in hx509_verify_path()2288 if (!selfsigned || i + 1 != path.len) { in hx509_verify_path()2358 int selfsigned; in hx509_verify_path() local2362 ret = certificate_is_self_signed(context, signer->data, &selfsigned); in hx509_verify_path()2367 if (!selfsigned) in hx509_verify_path()
543 * print.c: Use selfsigned for CRL DP whine, tell if its a
5 SSLv3 or TLSv1 connection setup (server selfsigned certificate,