Home
last modified time | relevance | path

Searched refs:ca_filepath (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/tls/
Dtls-client.c106 const char *ca_filepath = info->ssl_ca_filepath; in lws_context_init_client_ssl() local
118 ca_filepath = NULL; in lws_context_init_client_ssl()
133 ca_filepath = info->client_ssl_ca_filepath; in lws_context_init_client_ssl()
153 ca_filepath, in lws_context_init_client_ssl()
Dprivate-network.h184 const char *ca_filepath,
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-client.c369 const char *ca_filepath, in lws_tls_client_create_vhost_context() argument
408 if (!ca_filepath && (!ca_mem || !ca_mem_len)) in lws_tls_client_create_vhost_context()
411 if (ca_filepath) { in lws_tls_client_create_vhost_context()
416 if (alloc_file(vh->context, ca_filepath, &buf, &len)) { in lws_tls_client_create_vhost_context()
417 lwsl_err("Load CA cert file %s failed\n", ca_filepath); in lws_tls_client_create_vhost_context()
423 lwsl_info("Loading vh %s client CA for verification %s\n", vh->name, ca_filepath); in lws_tls_client_create_vhost_context()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-client.c714 const char *ca_filepath, argument
809 if (ca_filepath)
810 EVP_DigestUpdate(mdctx, ca_filepath, strlen(ca_filepath));
971 if (!ca_filepath && (!ca_mem || !ca_mem_len)) {
983 } else if (ca_filepath) {
986 vh->tls.ssl_client_ctx, ca_filepath)) {
989 vh->tls.ssl_client_ctx, ca_filepath, NULL)) {
994 "going to work\n", ca_filepath);
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c550 const char *ca_filepath = in lejp_vhosts_cb() local
559 a->info->client_ssl_ca_filepath = ca_filepath; in lejp_vhosts_cb()