/openbsd/lib/libcrypto/x509/ |
H A D | x509_ncons.c | 330 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 D | x509_verify.c | 321 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 D | x509_purp.c | 527 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 D | x509_txt.c | 65 case X509_V_OK: in X509_verify_cert_error_string()
|
H A D | x509_vfy.c | 520 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 D | x509_policy.c | 889 return X509_V_OK; in X509_policy_check() 1007 ret = X509_V_OK; in X509_policy_check()
|
H A D | x509_vfy.h | 135 #define X509_V_OK 0 macro
|
/openbsd/regress/lib/libcrypto/x509/bettertls/ |
H A D | verify.c | 91 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 D | verify.c | 79 .verify_result = X509_V_OK, 114 .verify_result = X509_V_OK, 132 .verify_result = X509_V_OK,
|
/openbsd/lib/libssl/ |
H A D | ssl_asn1.c | 130 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 D | ssl_sess.c | 530 ss->verify_result = X509_V_OK; in ssl_get_new_session()
|
/openbsd/regress/lib/libcrypto/ocsp/ |
H A D | ocsp_test.c | 114 if (SSL_get_verify_result(ssl) != X509_V_OK) { in main()
|
/openbsd/regress/lib/libcrypto/x509/ |
H A D | callbackfailures.c | 103 if (verify_err != X509_V_OK) { in verify_cert_cb()
|
H A D | expirecallback.c | 95 if (verify_err != X509_V_OK) { in verify_cert_cb()
|
H A D | verify.c | 96 if (verify_err != X509_V_OK) { in verify_cert_cb()
|
/openbsd/usr.bin/openssl/ |
H A D | s_time.c | 366 if (verify_error != X509_V_OK) in run_test()
|
H A D | verify.c | 393 if (i > 0 && verify_err == X509_V_OK) { in check()
|
H A D | pkcs12.c | 687 if (vret == X509_V_OK) { in pkcs12_main()
|
/openbsd/regress/lib/libcrypto/x509/policy/ |
H A D | policy.c | 109 if (verify_err != X509_V_OK) { in verify_cert_cb()
|
/openbsd/usr.sbin/nsd/ |
H A D | nsd-control.c | 400 if(SSL_get_verify_result(ssl) != X509_V_OK) in setup_ssl()
|
/openbsd/lib/libtls/ |
H A D | tls.c | 606 if (x509_err == X509_V_OK) in tls_ssl_cert_verify_cb()
|
/openbsd/usr.sbin/nsd/dnstap/ |
H A D | dnstap.c | 403 if(SSL_get_verify_result(dtw->ssl) != X509_V_OK) { in dt_tls_writer_open()
|
/openbsd/usr.sbin/unbound/smallapp/ |
H A D | unbound-control.c | 764 if(SSL_get_verify_result(ssl) != X509_V_OK) in setup_ssl()
|
/openbsd/usr.sbin/unbound/dnstap/ |
H A D | unbound-dnstap-socket.c | 929 if(SSL_get_verify_result(data->ssl) == X509_V_OK) { in tap_check_peer()
|
H A D | dtstream.c | 1337 if(SSL_get_verify_result(dtio->ssl) == X509_V_OK) { in dtio_ssl_check_peer()
|