Searched refs:ssl_cipher_list (Results 1 – 7 of 7) sorted by relevance
71 if (vhost->tls.use_ssl && info->ssl_cipher_list) in lws_context_init_server_ssl()73 info->ssl_cipher_list); in lws_context_init_server_ssl()
89 const char *cipher_list = info->ssl_cipher_list; in lws_context_init_client_ssl()
313 const char *ssl_cipher_list; member
528 info.ssl_cipher_list = "ECDHE-ECDSA-AES256-GCM-SHA384:" in main()
506 if (info->ssl_cipher_list)507 SSL_CTX_set_cipher_list(vhost->tls.ssl_ctx, info->ssl_cipher_list);
431 a->info->ssl_cipher_list = "ECDHE-ECDSA-AES256-GCM-SHA384:" in lejp_vhosts_cb()690 a->info->ssl_cipher_list = a->p; in lejp_vhosts_cb()
578 There's a member `ssl_cipher_list` in the `lws_context_creation_info` struct