Home
last modified time | relevance | path

Searched refs:SSL_CTX_get_cert_store (Results 1 – 9 of 9) sorted by relevance

/openssl/doc/man3/
H A DSSL_CTX_set_cert_store.pod5 SSL_CTX_set_cert_store, SSL_CTX_set1_cert_store, SSL_CTX_get_cert_store - manipulate X509 certifica…
13 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx);
27 SSL_CTX_get_cert_store() returns a pointer to the current certificate
39 Using the SSL_CTX_set_cert_store() and SSL_CTX_get_cert_store() functions
56 To share X509_STOREs between two SSL_CTXs, use SSL_CTX_get_cert_store()
74 SSL_CTX_get_cert_store() returns the current setting.
/openssl/test/
H A Ddanetest.c65 || !TEST_ptr(store = SSL_CTX_get_cert_store(ssl_ctx)) in verify_chain()
/openssl/util/
H A Dlibssl.num356 SSL_CTX_get_cert_store 357 3_0_0 EXIST::FUNCTION:
/openssl/apps/lib/
H A Ds_cb.c1381 st = SSL_CTX_get_cert_store(ctx); in ssl_ctx_add_crls()
H A Dapps.c2592 X509_STORE *ts = SSL_CTX_get_cert_store(ssl_ctx); in app_http_tls_cb()
/openssl/apps/
H A Ds_server.c537 if (!X509_STORE_CTX_init(inctx, SSL_CTX_get_cert_store(ssl_ctx), in get_ocsp_resp_from_responder()
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md279 | `SSL_CTX_get_cert_store` | HL | ��U | ��A | ��NC\* | ��Done …
/openssl/include/openssl/
H A Dssl.h.in1566 __owur X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);
/openssl/ssl/
H A Dssl_lib.c5637 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx) in SSL_CTX_get_cert_store() function

Completed in 74 milliseconds