Home
last modified time | relevance | path

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

/freebsd/crypto/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.
/freebsd/usr.sbin/rpc.tlsservd/
H A Drpc.tlscommon.c136 certstore = SSL_CTX_get_cert_store(ctx); in rpctls_loadcrlfile()
/freebsd/crypto/krb5/src/plugins/tls/k5tls/
H A Dopenssl.c396 store = SSL_CTX_get_cert_store(ctx); in load_anchor()
466 X509_STORE_set_flags(SSL_CTX_get_cert_store(ctx), 0); in setup()
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttps-client.c369 store = SSL_CTX_get_cert_store(ssl_ctx); in main()
/freebsd/contrib/libevent/sample/
H A Dhttps-client.c369 store = SSL_CTX_get_cert_store(ssl_ctx); in main()
/freebsd/crypto/openssl/test/
H A Ddanetest.c65 || !TEST_ptr(store = SSL_CTX_get_cert_store(ssl_ctx)) in verify_chain()
/freebsd/secure/lib/libssl/
H A DVersion.map78 SSL_CTX_get_cert_store;
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c710 if (!X509_STORE_add_cert(SSL_CTX_get_cert_store(ssl_ctx), in tls_cryptoapi_ca_cert()
2755 lookup = X509_STORE_add_lookup(SSL_CTX_get_cert_store(ssl_ctx), in tls_load_ca_der()
2866 if (!X509_STORE_add_cert(SSL_CTX_get_cert_store(ssl_ctx), in tls_connection_ca_cert()
2892 if (tls_add_ca_from_keystore(SSL_CTX_get_cert_store(ssl_ctx), in tls_connection_ca_cert()
2912 SSL_CTX_get_cert_store(ssl_ctx), alias)) { in tls_connection_ca_cert()
3006 X509_STORE *cs = SSL_CTX_get_cert_store(data->ssl); in tls_global_set_verify()
5098 store = SSL_CTX_get_cert_store(conn->ssl_ctx); in ocsp_resp_cb()
H A Dtls_openssl_ocsp.c580 store = SSL_CTX_get_cert_store(ssl_ctx); in check_ocsp_resp()
/freebsd/contrib/sendmail/src/
H A Dtls.c864 store = SSL_CTX_get_cert_store(ctx); /* does not fail */
912 store = SSL_CTX_get_cert_store(ctx); /* does not fail */
1191 store = SSL_CTX_get_cert_store(*ctx); /* does not fail */
/freebsd/lib/libfetch/
H A Dcommon.c1092 crl_store = SSL_CTX_get_cert_store(ctx); in fetch_ssl_setup_peer_verification()
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c1391 st = SSL_CTX_get_cert_store(ctx); in ssl_ctx_add_crls()
H A Dapps.c2609 X509_STORE *ts = SSL_CTX_get_cert_store(ssl_ctx); in app_http_tls_cb()
/freebsd/crypto/openssl/util/
H A Dlibssl.num356 SSL_CTX_get_cert_store 357 3_0_0 EXIST::FUNCTION:
/freebsd/contrib/unbound/util/
H A Dnet_help.c1460 store = SSL_CTX_get_cert_store(tls_ctx); in connect_sslctx_create()
/freebsd/contrib/wpa/src/utils/
H A Dhttp_curl.c1135 store = SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)); in ocsp_resp_cb()
/freebsd/crypto/openssl/apps/
H A Ds_server.c539 if (!X509_STORE_CTX_init(inctx, SSL_CTX_get_cert_store(ssl_ctx), in get_ocsp_resp_from_responder()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md279 | `SSL_CTX_get_cert_store` | HL | ��U | ��A | ��NC\* | ��Done …
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1623 __owur X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);
H A Dssl.h.in1576 __owur X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c5759 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx) in SSL_CTX_get_cert_store() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3871 MLINKS+= SSL_CTX_set_cert_store.3 SSL_CTX_get_cert_store.3