Searched refs:ssl_cipher_list (Results 1 – 7 of 7) sorted by relevance
74 if (vhost->tls.use_ssl && info->ssl_cipher_list) in lws_context_init_server_ssl()76 info->ssl_cipher_list); in lws_context_init_server_ssl()
107 const char *cipher_list = info->ssl_cipher_list; in lws_context_init_client_ssl()
414 const char *ssl_cipher_list; member
555 if (info->ssl_cipher_list)556 SSL_CTX_set_cipher_list(vhost->tls.ssl_ctx, info->ssl_cipher_list);
616 info.ssl_cipher_list = "ECDHE-ECDSA-AES256-GCM-SHA384:" in main()
444 a->info->ssl_cipher_list = "ECDHE-ECDSA-AES256-GCM-SHA384:" in lejp_vhosts_cb()715 a->info->ssl_cipher_list = a->p; in lejp_vhosts_cb()
542 There's a member `ssl_cipher_list` in the `lws_context_creation_info` struct