Home
last modified time | relevance | path

Searched refs:verify_cb (Results 1 – 17 of 17) sorted by relevance

/openssl/test/
H A Dcert_comp_test.c76 static int verify_cb(int preverify_ok, X509_STORE_CTX *x509_ctx) in verify_cb() function
184 SSL_CTX_set_verify(sctx, SSL_VERIFY_PEER | SSL_VERIFY_FAIL_IF_NO_PEER_CERT, verify_cb); in test_ssl_cert_comp()
H A Dsslapitest.c6085 static int verify_cb(int preverify_ok, X509_STORE_CTX *x509_ctx) in verify_cb() function
6144 verify_cb); in test_custom_exts()
9068 verify_cb); in test_client_cert_cb()
/openssl/crypto/x509/
H A Dx509_vfy.c169 return ctx->verify_cb(0, ctx); in verify_cb_cert()
186 return ctx->verify_cb(0, ctx); in verify_cb_crl()
1400 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path()
1751 return ctx->verify_cb(0, ctx); in check_policy()
1766 if (!ctx->verify_cb(2, ctx)) in check_policy()
1922 if (!ctx->verify_cb(1, ctx)) in internal_verify()
2481 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
2483 ctx->verify_cb = null_callback; in X509_STORE_CTX_init()
2654 ctx->verify_cb = verify_cb; in X509_STORE_CTX_set_verify_cb()
2659 return ctx->verify_cb; in X509_STORE_CTX_get_verify_cb()
[all …]
H A Dx509_local.h125 int (*verify_cb) (int ok, X509_STORE_CTX *ctx); member
H A Dx509_lu.c919 X509_STORE_CTX_verify_cb verify_cb) in X509_STORE_set_verify_cb() argument
921 xs->verify_cb = verify_cb; in X509_STORE_set_verify_cb()
926 return xs->verify_cb; in X509_STORE_get_verify_cb()
H A Dv3_asid.c735 ret = ctx->verify_cb(0, ctx); \
756 || !ossl_assert(ctx == NULL || ctx->verify_cb != NULL)) { in asid_validate_path_internal()
883 || ctx->verify_cb == NULL) { in X509v3_asid_validate_path()
H A Dv3_addr.c1216 rv = ctx->verify_cb(0, ctx); \
1242 || !ossl_assert(ctx == NULL || ctx->verify_cb != NULL)) { in addr_validate_path_internal()
1359 || ctx->verify_cb == NULL) { in X509v3_addr_validate_path()
/openssl/crypto/cmp/
H A Dcmp_genm.c216 X509_STORE_CTX_verify_cb verify_cb; in selfsigned_verify_cb() local
218 if (ts == NULL || (verify_cb = X509_STORE_get_verify_cb(ts)) == NULL) in selfsigned_verify_cb()
220 return (*verify_cb)(ok, store_ctx); in selfsigned_verify_cb()
H A Dcmp_vfy.c144 X509_STORE_CTX_verify_cb verify_cb; in verify_cb_cert() local
148 if (ts == NULL || (verify_cb = X509_STORE_get_verify_cb(ts)) == NULL) in verify_cb_cert()
154 ok = (*verify_cb)(0, csc); in verify_cb_cert()
/openssl/doc/man3/
H A DSSL_CTX_dane_enable.pod197 int (*verify_cb)(int ok, X509_STORE_CTX *sctx) = NULL;
264 /* Optionally set verify_cb to a suitable non-NULL callback. */
265 SSL_set_verify(ssl, SSL_VERIFY_NONE, verify_cb);
269 /* Optionally set verify_cb to a suitable non-NULL callback. */
279 SSL_set_verify(ssl, SSL_VERIFY_PEER, verify_cb);
H A DX509_STORE_set_verify_cb_func.pod62 X509_STORE_CTX_verify_cb verify_cb);
117 X509_STORE_CTX_verify_cb verify_cb);
126 I<verify_cb> overwriting the previous callback.
H A DX509_STORE_CTX_set_verify_cb.pod33 X509_STORE_CTX_verify_cb verify_cb);
56 B<verify_cb> overwriting any existing callback.
/openssl/apps/
H A Dts.c77 static int verify_cb(int ok, X509_STORE_CTX *ctx);
988 X509_STORE_set_verify_cb(cert_ctx, verify_cb); in create_cert_store()
1036 static int verify_cb(int ok, X509_STORE_CTX *ctx) in verify_cb() function
/openssl/util/
H A Dcheck-format-test-negatives.c305 return ctx->verify_cb(0, ctx); in verify_cb_crl()
/openssl/include/crypto/
H A Dx509.h231 int (*verify_cb) (int ok, X509_STORE_CTX *ctx); member
/openssl/include/openssl/
H A Dx509_vfy.h.in422 X509_STORE_CTX_verify_cb verify_cb);
/openssl/
H A DCHANGES.md16949 The verify_cb() and verify() callbacks now have equivalents

Completed in 164 milliseconds