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.c112 const char *ca_filepath = info->ssl_ca_filepath; in lws_context_init_client_ssl() local
124 ca_filepath = NULL; in lws_context_init_client_ssl()
139 ca_filepath = info->client_ssl_ca_filepath; in lws_context_init_client_ssl()
159 ca_filepath, in lws_context_init_client_ssl()
Dprivate-network.h184 const char *ca_filepath,
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-client.c370 const char *ca_filepath, in lws_tls_client_create_vhost_context() argument
409 if (!ca_filepath && (!ca_mem || !ca_mem_len)) in lws_tls_client_create_vhost_context()
412 if (ca_filepath) { in lws_tls_client_create_vhost_context()
417 if (alloc_file(vh->context, ca_filepath, &buf, &len)) { in lws_tls_client_create_vhost_context()
418 lwsl_err("Load CA cert file %s failed\n", ca_filepath); in lws_tls_client_create_vhost_context()
424 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.c716 const char *ca_filepath, argument
811 if (ca_filepath)
812 EVP_DigestUpdate(mdctx, ca_filepath, strlen(ca_filepath));
1007 if (!ca_filepath && (!ca_mem || !ca_mem_len)) {
1019 } else if (ca_filepath) {
1022 vh->tls.ssl_client_ctx, ca_filepath)) {
1025 vh->tls.ssl_client_ctx, ca_filepath, NULL)) {
1030 "going to work\n", ca_filepath);
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c560 const char *ca_filepath = in lejp_vhosts_cb() local
569 a->info->client_ssl_ca_filepath = ca_filepath; in lejp_vhosts_cb()