Searched refs:SSL_CTX_get_cert_store (Results 1 – 9 of 9) sorted by relevance
5 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 certificate39 Using the SSL_CTX_set_cert_store() and SSL_CTX_get_cert_store() functions56 To share X509_STOREs between two SSL_CTXs, use SSL_CTX_get_cert_store()74 SSL_CTX_get_cert_store() returns the current setting.
65 || !TEST_ptr(store = SSL_CTX_get_cert_store(ssl_ctx)) in verify_chain()
356 SSL_CTX_get_cert_store 357 3_0_0 EXIST::FUNCTION:
1381 st = SSL_CTX_get_cert_store(ctx); in ssl_ctx_add_crls()
2592 X509_STORE *ts = SSL_CTX_get_cert_store(ssl_ctx); in app_http_tls_cb()
537 if (!X509_STORE_CTX_init(inctx, SSL_CTX_get_cert_store(ssl_ctx), in get_ocsp_resp_from_responder()
279 | `SSL_CTX_get_cert_store` | HL | U | A | NC\* | Done …
1566 __owur X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);
5637 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx) in SSL_CTX_get_cert_store() function
Completed in 60 milliseconds