Home
last modified time | relevance | path

Searched refs:ssl_ca_filepath (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-server.c203 if (info->ssl_ca_filepath) { in lws_tls_server_vhost_backend_init()
205 vhost->name, info->ssl_ca_filepath); in lws_tls_server_vhost_backend_init()
207 info->ssl_ca_filepath, NULL, 0, &p, &flen)) { in lws_tls_server_vhost_backend_init()
209 info->ssl_ca_filepath); in lws_tls_server_vhost_backend_init()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-server.c570 if (info->ssl_ca_filepath &&
573 info->ssl_ca_filepath)) {
576 info->ssl_ca_filepath, NULL)) {
/third_party/libwebsockets/lib/tls/
Dtls-client.c106 const char *ca_filepath = info->ssl_ca_filepath; in lws_context_init_client_ssl()
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h405 const char *ssl_ca_filepath; member
/third_party/libwebsockets/test-apps/
Dtest-server.c604 info.ssl_ca_filepath = ca_path; in main()
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c655 a->info->ssl_ca_filepath = a->p; in lejp_vhosts_cb()