Home
last modified time | relevance | path

Searched refs:X509_V_OK (Results 1 – 25 of 32) sorted by relevance

12

/openbsd/lib/libcrypto/x509/
H A Dx509_ncons.c330 if (r != X509_V_OK) in NAME_CONSTRAINTS_check()
359 if (r != X509_V_OK) in NAME_CONSTRAINTS_check()
362 return X509_V_OK; in NAME_CONSTRAINTS_check()
387 if (r == X509_V_OK) in nc_match()
406 if (r == X509_V_OK) in nc_match()
413 return X509_V_OK; in nc_match()
455 return X509_V_OK; in nc_dn()
466 return X509_V_OK; in nc_dns()
480 return X509_V_OK; in nc_dns()
521 return X509_V_OK; in nc_email()
[all …]
H A Dx509_verify.c321 ctx->xsc->error = X509_V_OK; in x509_verify_ctx_set_xsc_chain()
395 ctx->xsc->error = X509_V_OK; in x509_verify_ctx_validate_legacy_chain()
453 if (ctx->xsc->error != X509_V_OK) { in x509_verify_ctx_validate_legacy_chain()
485 chain->cert_errors[depth] = X509_V_OK; in x509_verify_ctx_add_chain()
515 ctx->error = X509_V_OK; in x509_verify_ctx_add_chain()
738 ctx->xsc->error = X509_V_OK; in x509_verify_build_chains()
1212 ctx->error = X509_V_OK; in x509_verify()
1259 if (ctx->xsc->error == X509_V_OK) { in x509_verify()
1260 if (ctx->error == X509_V_OK) in x509_verify()
1276 if (ctx->error == X509_V_OK) in x509_verify()
[all …]
H A Dx509_purp.c527 if (X509_check_akid(x, x->akid) == X509_V_OK && in x509v3_cache_extensions_internal()
843 if (ret != X509_V_OK) in X509_check_issued()
849 return X509_V_OK; in X509_check_issued()
857 return X509_V_OK; in X509_check_akid()
889 return X509_V_OK; in X509_check_akid()
H A Dx509_txt.c65 case X509_V_OK: in X509_verify_cert_error_string()
H A Dx509_vfy.c520 ctx->error = X509_V_OK; /* Initialize to OK */ in X509_verify_cert_legacy()
576 if (ok <= 0 && ctx->error == X509_V_OK) in X509_verify_cert_legacy()
643 ctx->error = X509_V_OK; /* Initialize to OK */ in X509_verify_cert()
684 return X509_check_issued(issuer, subject) == X509_V_OK; in check_issued()
1287 if (X509_check_akid(crl_issuer, crl->akid) == X509_V_OK) { in crl_akid_check()
1299 if (X509_check_akid(crl_issuer, crl->akid) == X509_V_OK) { in crl_akid_check()
1318 if (X509_check_akid(crl_issuer, crl->akid) == X509_V_OK) { in crl_akid_check()
1702 if (ret != X509_V_OK) { in x509_vfy_check_policy()
1742 if (err != X509_V_OK) in verify_cb_cert()
H A Dx509_policy.c889 return X509_V_OK; in X509_policy_check()
1007 ret = X509_V_OK; in X509_policy_check()
H A Dx509_vfy.h135 #define X509_V_OK 0 macro
/openbsd/regress/lib/libcrypto/x509/bettertls/
H A Dverify.c91 if (verify_err != X509_V_OK) { in verify_cert_cb()
150 if (verify_err == X509_V_OK && *dns == 0) { in verify_cert()
180 if (verify_err == X509_V_OK && *ip == 0) { in verify_cert()
/openbsd/regress/lib/libssl/verify/
H A Dverify.c79 .verify_result = X509_V_OK,
114 .verify_result = X509_V_OK,
132 .verify_result = X509_V_OK,
/openbsd/lib/libssl/
H A Dssl_asn1.c130 if (s->verify_result != X509_V_OK) { in SSL_SESSION_encode()
347 s->verify_result = X509_V_OK; in d2i_SSL_SESSION()
349 SSLASN1_VERIFY_RESULT_TAG, X509_V_OK)) in d2i_SSL_SESSION()
H A Dssl_sess.c530 ss->verify_result = X509_V_OK; in ssl_get_new_session()
/openbsd/regress/lib/libcrypto/ocsp/
H A Docsp_test.c114 if (SSL_get_verify_result(ssl) != X509_V_OK) { in main()
/openbsd/regress/lib/libcrypto/x509/
H A Dcallbackfailures.c103 if (verify_err != X509_V_OK) { in verify_cert_cb()
H A Dexpirecallback.c95 if (verify_err != X509_V_OK) { in verify_cert_cb()
H A Dverify.c96 if (verify_err != X509_V_OK) { in verify_cert_cb()
/openbsd/usr.bin/openssl/
H A Ds_time.c368 if (verify_error != X509_V_OK) in run_test()
H A Dverify.c393 if (i > 0 && verify_err == X509_V_OK) { in check()
H A Dpkcs12.c694 if (vret == X509_V_OK) { in pkcs12_main()
/openbsd/regress/lib/libcrypto/x509/policy/
H A Dpolicy.c109 if (verify_err != X509_V_OK) { in verify_cert_cb()
/openbsd/usr.sbin/nsd/
H A Dnsd-control.c400 if(SSL_get_verify_result(ssl) != X509_V_OK) in setup_ssl()
/openbsd/lib/libtls/
H A Dtls.c606 if (x509_err == X509_V_OK) in tls_ssl_cert_verify_cb()
/openbsd/usr.sbin/nsd/dnstap/
H A Ddnstap.c403 if(SSL_get_verify_result(dtw->ssl) != X509_V_OK) { in dt_tls_writer_open()
/openbsd/usr.sbin/unbound/smallapp/
H A Dunbound-control.c753 if(SSL_get_verify_result(ssl) != X509_V_OK) in setup_ssl()
/openbsd/usr.sbin/unbound/dnstap/
H A Dunbound-dnstap-socket.c844 if(SSL_get_verify_result(data->ssl) == X509_V_OK) { in tap_check_peer()
H A Ddtstream.c1324 if(SSL_get_verify_result(dtio->ssl) == X509_V_OK) { in dtio_ssl_check_peer()

12