Searched refs:verify_cb (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13-stable/crypto/openssl/crypto/x509/ |
| HD | x509_vfy.c | 163 return ctx->verify_cb(0, ctx); in verify_cb_cert() 176 return ctx->verify_cb(0, ctx); in verify_cb_crl() 1317 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path() 1676 return ctx->verify_cb(0, ctx); in check_policy() 1691 if (!ctx->verify_cb(2, ctx)) in check_policy() 1841 if (!ctx->verify_cb(1, ctx)) in internal_verify() 2320 if (store && store->verify_cb) in X509_STORE_CTX_init() 2321 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init() 2323 ctx->verify_cb = null_callback; in X509_STORE_CTX_init() 2489 X509_STORE_CTX_verify_cb verify_cb) in X509_STORE_CTX_set_verify_cb() argument [all …]
|
| HD | x509_lu.c | 789 X509_STORE_CTX_verify_cb verify_cb) in X509_STORE_set_verify_cb() argument 791 ctx->verify_cb = verify_cb; in X509_STORE_set_verify_cb() 796 return ctx->verify_cb; in X509_STORE_get_verify_cb()
|
| HD | x509_local.h | 116 int (*verify_cb) (int ok, X509_STORE_CTX *ctx); member
|
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | X509_STORE_set_verify_cb_func.pod | 60 X509_STORE_CTX_verify_cb verify_cb); 108 X509_STORE_CTX_verify_cb verify_cb); 117 B<verify_cb> overwriting the previous callback.
|
| HD | X509_STORE_CTX_set_verify_cb.pod | 29 X509_STORE_CTX_verify_cb verify_cb); 45 B<verify_cb> overwriting any existing callback.
|
| HD | SSL_CTX_dane_enable.pod | 197 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);
|
| /freebsd-13-stable/crypto/openssl/crypto/x509v3/ |
| HD | v3_asid.c | 736 ret = ctx->verify_cb(0, ctx); \ 757 || !ossl_assert(ctx == NULL || ctx->verify_cb != NULL)) { in asid_validate_path_internal() 884 || ctx->verify_cb == NULL) { in X509v3_asid_validate_path()
|
| HD | v3_addr.c | 1178 ret = ctx->verify_cb(0, ctx); \ 1204 || !ossl_assert(ctx == NULL || ctx->verify_cb != NULL)) { in addr_validate_path_internal() 1309 || ctx->verify_cb == NULL) { in X509v3_addr_validate_path()
|
| /freebsd-13-stable/crypto/openssl/include/crypto/ |
| HD | x509.h | 211 int (*verify_cb) (int ok, X509_STORE_CTX *ctx); member
|
| /freebsd-13-stable/crypto/openssl/apps/ |
| HD | ts.c | 75 static int verify_cb(int ok, X509_STORE_CTX *ctx); 943 X509_STORE_set_verify_cb(cert_ctx, verify_cb); in create_cert_store() 980 static int verify_cb(int ok, X509_STORE_CTX *ctx) in verify_cb() function
|
| /freebsd-13-stable/crypto/openssl/include/openssl/ |
| HD | x509_vfy.h | 293 X509_STORE_CTX_verify_cb verify_cb);
|
| /freebsd-13-stable/crypto/openssl/ |
| HD | CHANGES | 10671 The verify_cb() and verify() callbacks now have equivalents
|