Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/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);
25 SSL_CTX_get_cert_store() returns a pointer to the current certificate
37 Using the SSL_CTX_set_cert_store() and SSL_CTX_get_cert_store() functions
54 To share X509_STOREs between two SSL_CTXs, use SSL_CTX_get_cert_store()
72 SSL_CTX_get_cert_store() returns the current setting.
/netbsd-src/crypto/external/bsd/openssl/dist/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.
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map77 SSL_CTX_get_cert_store;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map89 SSL_CTX_get_cert_store;
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Ddanetest.c66 || !TEST_ptr(store = SSL_CTX_get_cert_store(ssl_ctx)) in verify_chain()
/netbsd-src/external/bsd/libevent/dist/sample/
H A Dhttps-client.c370 store = SSL_CTX_get_cert_store(ssl_ctx); in main()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Ddanetest.c65 || !TEST_ptr(store = SSL_CTX_get_cert_store(ssl_ctx)) in verify_chain()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dtls_o.c445 X509_STORE *store = SSL_CTX_get_cert_store( ctx ); in tlso_ctx_init()
601 X509_STORE *x509_s = SSL_CTX_get_cert_store( ctx ); in tlso_ctx_init()
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_server.c645 cert_store = SSL_CTX_get_cert_store(server_ctx); in tls_server_init()
H A Dtls_dane.c1032 X509_STORE *store = SSL_CTX_get_cert_store(ssl_ctx); in verify_chain()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num356 SSL_CTX_get_cert_store 357 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num356 SSL_CTX_get_cert_store 357 3_0_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_cb.c1283 st = SSL_CTX_get_cert_store(ctx); in ssl_ctx_add_crls()
H A Ds_server.c562 SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)), in get_ocsp_resp_from_responder()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dnet_help.c1305 store = SSL_CTX_get_cert_store(tls_ctx); in add_WIN_cacerts_to_openssl_store()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A Dssl.pod243 =item X509_STORE *B<SSL_CTX_get_cert_store>(SSL_CTX *ctx);
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h1518 __owur X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c2484 X509_STORE *ts = SSL_CTX_get_cert_store(ssl_ctx); in app_http_tls_cb()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c515 SSL_CTX_get_cert_store(SSL_get_SSL_CTX(s)), in get_ocsp_resp_from_responder()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c4289 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx) in SSL_CTX_get_cert_store() function
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in1538 __owur X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);