/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_cert_store.pod | 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 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 D | rpc.tlscommon.c | 136 certstore = SSL_CTX_get_cert_store(ctx); in rpctls_loadcrlfile()
|
/freebsd/crypto/krb5/src/plugins/tls/k5tls/ |
H A D | openssl.c | 396 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 D | https-client.c | 369 store = SSL_CTX_get_cert_store(ssl_ctx); in main()
|
/freebsd/contrib/libevent/sample/ |
H A D | https-client.c | 369 store = SSL_CTX_get_cert_store(ssl_ctx); in main()
|
/freebsd/crypto/openssl/test/ |
H A D | danetest.c | 65 || !TEST_ptr(store = SSL_CTX_get_cert_store(ssl_ctx)) in verify_chain()
|
/freebsd/secure/lib/libssl/ |
H A D | Version.map | 78 SSL_CTX_get_cert_store;
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_openssl.c | 710 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 D | tls_openssl_ocsp.c | 580 store = SSL_CTX_get_cert_store(ssl_ctx); in check_ocsp_resp()
|
/freebsd/contrib/sendmail/src/ |
H A D | tls.c | 864 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 D | common.c | 1092 crl_store = SSL_CTX_get_cert_store(ctx); in fetch_ssl_setup_peer_verification()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | s_cb.c | 1391 st = SSL_CTX_get_cert_store(ctx); in ssl_ctx_add_crls()
|
H A D | apps.c | 2609 X509_STORE *ts = SSL_CTX_get_cert_store(ssl_ctx); in app_http_tls_cb()
|
/freebsd/crypto/openssl/util/ |
H A D | libssl.num | 356 SSL_CTX_get_cert_store 357 3_0_0 EXIST::FUNCTION:
|
/freebsd/contrib/unbound/util/ |
H A D | net_help.c | 1460 store = SSL_CTX_get_cert_store(tls_ctx); in connect_sslctx_create()
|
/freebsd/contrib/wpa/src/utils/ |
H A D | http_curl.c | 1135 store = SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)); in ocsp_resp_cb()
|
/freebsd/crypto/openssl/apps/ |
H A D | s_server.c | 539 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 D | quic-api-ssl-funcs.md | 279 | `SSL_CTX_get_cert_store` | HL | U | A | NC\* | Done …
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 1623 __owur X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);
|
H A D | ssl.h.in | 1576 __owur X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 5759 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 D | Makefile | 3871 MLINKS+= SSL_CTX_set_cert_store.3 SSL_CTX_get_cert_store.3
|