/openssl/test/ |
H A D | verify_extra_test.c | 90 if (!X509_STORE_CTX_init(sctx, store, x, untrusted)) in test_alt_chains_cert_forgery() 193 ret = ret && TEST_true(X509_STORE_CTX_init(ctx, NULL, cert, NULL)); in test_self_signed() 251 if (!TEST_true(X509_STORE_CTX_init(ctx, NULL, eecert, untrusted))) in do_test_purpose()
|
H A D | crltest.c | 271 || !TEST_true(X509_STORE_CTX_init(ctx, store, leaf, NULL))) in verify()
|
H A D | danetest.c | 66 || !TEST_true(X509_STORE_CTX_init(store_ctx, store, NULL, chain)) in verify_chain()
|
/openssl/doc/man3/ |
H A D | X509_STORE_CTX_new.pod | 6 X509_STORE_CTX_free, X509_STORE_CTX_init, 33 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *trust_store, 79 It is used by X509_STORE_CTX_init() and X509_STORE_CTX_free(). 85 X509_STORE_CTX_init() sets up I<ctx> for a subsequent verification operation. 87 X509_STORE_CTX_init() initializes the internal state and resources of the 91 then you must call X509_STORE_CTX_init() again. 110 It behaves similarly to X509_STORE_CTX_init(). 281 X509_STORE_CTX_init() and X509_STORE_CTX_init_rpk() return 1 for success
|
H A D | X509_verify_cert.pod | 38 using L<X509_STORE_CTX_new(3)> and L<X509_STORE_CTX_init(3)>. 95 L<X509_STORE_CTX_init(3)>,
|
/openssl/fuzz/ |
H A D | x509.c | 97 X509_STORE_CTX_init(ctx, store, x509_1, NULL); in FuzzerTestOneInput()
|
/openssl/crypto/cmp/ |
H A D | cmp_vfy.c | 124 || !X509_STORE_CTX_init(csc, trusted_store, in OSSL_CMP_validate_cert_path() 151 && X509_STORE_CTX_init(csc, ts, cert, NULL)) { in verify_cb_cert()
|
H A D | cmp_genm.c | 238 || !X509_STORE_CTX_init(csc, ts, target, untrusted)) in verify_ss_cert()
|
H A D | cmp_client.c | 602 if (!X509_STORE_CTX_init(csc, out_trusted, cert, ctx->untrusted)) in OSSL_CMP_certConf_cb()
|
/openssl/apps/ |
H A D | crl.c | 230 if (ctx == NULL || !X509_STORE_CTX_init(ctx, store, NULL, NULL)) { in crl_main()
|
H A D | verify.c | 280 if (!X509_STORE_CTX_init(csc, ctx, x, uchain)) { in check()
|
H A D | pkcs12.c | 1113 if (!X509_STORE_CTX_init(store_ctx, store, cert, untrusted_certs)) { in get_cert_chain()
|
H A D | x509.c | 252 if (xsc == NULL || !X509_STORE_CTX_init(xsc, ctx, cert, NULL)) { in self_signed()
|
H A D | s_server.c | 537 if (!X509_STORE_CTX_init(inctx, SSL_CTX_get_cert_store(ssl_ctx), in get_ocsp_resp_from_responder()
|
/openssl/crypto/ocsp/ |
H A D | ocsp_vfy.c | 42 if (!X509_STORE_CTX_init(ctx, st, signer, untrusted)) { in ocsp_verify_signer()
|
/openssl/crypto/pkcs7/ |
H A D | pk7_smime.c | 289 if (!X509_STORE_CTX_init(cert_ctx, store, signer, untrusted)) { in PKCS7_verify()
|
H A D | pk7_doit.c | 1044 if (!X509_STORE_CTX_init(ctx, cert_store, signer, untrusted)) { in PKCS7_dataVerify()
|
/openssl/crypto/ts/ |
H A D | ts_rsp_verify.c | 184 if (!X509_STORE_CTX_init(cert_ctx, store, signer, untrusted)) in ts_verify_cert()
|
/openssl/ssl/ |
H A D | ssl_cert.c | 450 if (!X509_STORE_CTX_init(ctx, verify_store, x, sk)) { in ssl_verify_internal() 1098 if (!X509_STORE_CTX_init(xs_ctx, chain_store, cpk->x509, untrusted)) { in ssl_build_cert_chain()
|
/openssl/crypto/x509/ |
H A D | x509_vfy.c | 1425 if (!X509_STORE_CTX_init(&crl_ctx, ctx->store, x, ctx->untrusted)) in check_crl_path() 2458 if (!X509_STORE_CTX_init(ctx, store, NULL, NULL)) in X509_STORE_CTX_init_rpk() 2464 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store, X509 *x509, in X509_STORE_CTX_init() function 3602 if (!X509_STORE_CTX_init(ctx, store, target, finish_chain ? certs : NULL)) in STACK_OF()
|
/openssl/crypto/cms/ |
H A D | cms_smime.c | 280 if (!X509_STORE_CTX_init(ctx, store, signer, untrusted)) { in cms_signerinfo_verify_cert()
|
/openssl/include/openssl/ |
H A D | x509_vfy.h.in | 471 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *trust_store,
|
/openssl/ssl/statem/ |
H A D | statem_lib.c | 1037 if (!X509_STORE_CTX_init(xs_ctx, chain_store, x, NULL)) { in ssl_add_cert_chain()
|
/openssl/util/ |
H A D | libcrypto.num | 305 X509_STORE_CTX_init 311 3_0_0 EXIST::FUNCTION:
|
/openssl/ |
H A D | CHANGES.md | 14303 induced by the "ex_data" overhaul is that X509_STORE_CTX_init() now
|