/netbsd-src/crypto/external/bsd/openssl.old/dist/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); 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 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.
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/ |
H A D | ssl.map | 77 SSL_CTX_get_cert_store;
|
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
H A D | ssl.map | 89 SSL_CTX_get_cert_store;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | danetest.c | 66 || !TEST_ptr(store = SSL_CTX_get_cert_store(ssl_ctx)) in verify_chain()
|
/netbsd-src/external/bsd/libevent/dist/sample/ |
H A D | https-client.c | 370 store = SSL_CTX_get_cert_store(ssl_ctx); in main()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | danetest.c | 65 || !TEST_ptr(store = SSL_CTX_get_cert_store(ssl_ctx)) in verify_chain()
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | tls_o.c | 445 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 D | tls_server.c | 645 cert_store = SSL_CTX_get_cert_store(server_ctx); in tls_server_init()
|
H A D | tls_dane.c | 1032 X509_STORE *store = SSL_CTX_get_cert_store(ssl_ctx); in verify_chain()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libssl.num | 356 SSL_CTX_get_cert_store 357 1_1_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | libssl.num | 356 SSL_CTX_get_cert_store 357 3_0_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | s_cb.c | 1283 st = SSL_CTX_get_cert_store(ctx); in ssl_ctx_add_crls()
|
H A D | s_server.c | 562 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 D | net_help.c | 1305 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 D | ssl.pod | 243 =item X509_STORE *B<SSL_CTX_get_cert_store>(SSL_CTX *ctx);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ssl.h | 1518 __owur X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/ |
H A D | apps.c | 2484 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 D | s_server.c | 515 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 D | ssl_lib.c | 4289 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 D | ssl.h.in | 1538 __owur X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);
|