Home
last modified time | relevance | path

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

/openssl/test/
H A Dverify_extra_test.c90 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 Dcrltest.c264 || !TEST_true(X509_STORE_CTX_init(ctx, store, leaf, NULL))) in verify()
H A Ddanetest.c66 || !TEST_true(X509_STORE_CTX_init(store_ctx, store, NULL, chain)) in verify_chain()
/openssl/doc/man3/
H A DX509_STORE_CTX_new.pod6 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 DX509_verify_cert.pod38 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 Dx509.c97 X509_STORE_CTX_init(ctx, store, x509_1, NULL); in FuzzerTestOneInput()
/openssl/crypto/pkcs7/
H A Dpk7_smime.c279 if (!X509_STORE_CTX_init(cert_ctx, store, signer, in PKCS7_verify()
286 } else if (!X509_STORE_CTX_init(cert_ctx, store, signer, NULL)) { in PKCS7_verify()
H A Dpk7_doit.c993 if (!X509_STORE_CTX_init(ctx, cert_store, signer, untrusted)) { in PKCS7_dataVerify()
/openssl/crypto/cmp/
H A Dcmp_vfy.c124 || !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 Dcmp_genm.c238 || !X509_STORE_CTX_init(csc, ts, target, untrusted)) in verify_ss_cert()
H A Dcmp_client.c599 if (!X509_STORE_CTX_init(csc, out_trusted, cert, ctx->untrusted)) in OSSL_CMP_certConf_cb()
/openssl/apps/
H A Dcrl.c230 if (ctx == NULL || !X509_STORE_CTX_init(ctx, store, NULL, NULL)) { in crl_main()
H A Dverify.c280 if (!X509_STORE_CTX_init(csc, ctx, x, uchain)) { in check()
H A Dpkcs12.c1060 if (!X509_STORE_CTX_init(store_ctx, store, cert, untrusted_certs)) { in get_cert_chain()
H A Dx509.c252 if (xsc == NULL || !X509_STORE_CTX_init(xsc, ctx, cert, NULL)) { in self_signed()
H A Ds_server.c534 if (!X509_STORE_CTX_init(inctx, SSL_CTX_get_cert_store(ssl_ctx), in get_ocsp_resp_from_responder()
/openssl/crypto/ocsp/
H A Docsp_vfy.c42 if (!X509_STORE_CTX_init(ctx, st, signer, untrusted)) { in ocsp_verify_signer()
/openssl/crypto/ts/
H A Dts_rsp_verify.c184 if (!X509_STORE_CTX_init(cert_ctx, store, signer, untrusted)) in ts_verify_cert()
/openssl/ssl/
H A Dssl_cert.c448 if (!X509_STORE_CTX_init(ctx, verify_store, x, sk)) { in ssl_verify_internal()
1031 if (!X509_STORE_CTX_init(xs_ctx, chain_store, cpk->x509, untrusted)) { in ssl_build_cert_chain()
/openssl/crypto/x509/
H A Dx509_vfy.c1392 if (!X509_STORE_CTX_init(&crl_ctx, ctx->store, x, ctx->untrusted)) in check_crl_path()
2423 if (!X509_STORE_CTX_init(ctx, store, NULL, NULL)) in X509_STORE_CTX_init_rpk()
2429 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store, X509 *x509, in X509_STORE_CTX_init() function
3567 if (!X509_STORE_CTX_init(ctx, store, target, finish_chain ? certs : NULL)) in STACK_OF()
/openssl/crypto/cms/
H A Dcms_smime.c279 if (!X509_STORE_CTX_init(ctx, store, signer, untrusted)) { in cms_signerinfo_verify_cert()
/openssl/include/openssl/
H A Dx509_vfy.h.in471 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *trust_store,
/openssl/ssl/statem/
H A Dstatem_lib.c1032 if (!X509_STORE_CTX_init(xs_ctx, chain_store, x, NULL)) { in ssl_add_cert_chain()
/openssl/util/
H A Dlibcrypto.num305 X509_STORE_CTX_init 311 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md14113 induced by the "ex_data" overhaul is that X509_STORE_CTX_init() now

Completed in 218 milliseconds