Home
last modified time | relevance | path

Searched refs:SSL_CTX_set_cert_store (Results 1 – 14 of 14) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_CTX_set_cert_store.pod5 SSL_CTX_set_cert_store, SSL_CTX_set1_cert_store, SSL_CTX_get_cert_store - manipulate X509 certifica…
11 void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store);
17 SSL_CTX_set_cert_store() sets/replaces the certificate verification storage
37 Using the SSL_CTX_set_cert_store() and SSL_CTX_get_cert_store() functions
50 SSL_CTX_set_cert_store() does not increment the B<store>'s reference
68 SSL_CTX_set_cert_store() does not return diagnostic output.
DSSL_CTX_load_verify_locations.pod149 L<SSL_CTX_set_cert_store(3)>,
DX509_LOOKUP_meth_new.pod181 L<X509_STORE_new(3)>, L<SSL_CTX_set_cert_store(3)>
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h831 void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store);
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-client.c1017 SSL_CTX_set_cert_store(vh->tls.ssl_client_ctx,
/third_party/openssl/doc/man7/
Dssl.pod323 =item void B<SSL_CTX_set_cert_store>(SSL_CTX *ctx, X509_STORE *cs);
764 L<SSL_CTX_set_cert_store(3)>,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c1553 SSL_CTX_set_cert_store(ssl, new_cert_store); in tls_connection_init()
2600 SSL_CTX_set_cert_store(ssl_ctx, store); in tls_connection_ca_cert()
3573 SSL_CTX_set_cert_store(ssl_ctx, store); in tls_connection_engine_ca_cert()
/third_party/openssl/util/
Dlibssl.num127 SSL_CTX_set_cert_store 128 1_1_0 EXIST::FUNCTION:
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c1563 SSL_CTX_set_cert_store(ssl, new_cert_store); in tls_connection_init()
2653 SSL_CTX_set_cert_store(ssl_ctx, store); in tls_connection_ca_cert()
3702 SSL_CTX_set_cert_store(ssl_ctx, store); in tls_connection_engine_ca_cert()
/third_party/node/src/
Dnode_crypto.cc1061 SSL_CTX_set_cert_store(sc->ctx_.get(), cert_store); in AddCACert()
1095 SSL_CTX_set_cert_store(sc->ctx_.get(), cert_store); in AddCRL()
1171 SSL_CTX_set_cert_store(sc->ctx_.get(), root_cert_store); in AddRootCerts()
1472 SSL_CTX_set_cert_store(sc->ctx_.get(), cert_store); in LoadPKCS12()
/third_party/grpc/src/core/tsi/
Dssl_transport_security.cc1947 SSL_CTX_set_cert_store(ssl_context, options->root_store->store); in tsi_create_ssl_client_handshaker_factory_with_options()
/third_party/openssl/ssl/
Dssl_lib.c4278 void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store) in SSL_CTX_set_cert_store() function
4288 SSL_CTX_set_cert_store(ctx, store); in SSL_CTX_set1_cert_store()
/third_party/openssl/include/openssl/
Dssl.h1509 void SSL_CTX_set_cert_store(SSL_CTX *, X509_STORE *);
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h154 #define SSL_CTX_set_cert_store BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_CTX_set_cert_store) macro