Searched refs:tls_ciphersuites (Results 1 – 5 of 5) sorted by relevance
503 if(cfg->tls_ciphersuites && cfg->tls_ciphersuites[0]) { in perform_setup()504 if (!SSL_CTX_set_ciphersuites(daemon->listen_sslctx, cfg->tls_ciphersuites)) { in perform_setup()505 fatal_exit("failed to set tls-ciphersuites %s", cfg->tls_ciphersuites); in perform_setup()
145 char* tls_ciphersuites; member
578 else S_STR("tls-ciphersuites:", tls_ciphersuites) in config_set_option()1110 else O_STR(opt, "tls-ciphersuites", tls_ciphersuites) in config_get_option()1615 free(cfg->tls_ciphersuites); in config_delete()
1091 free(cfg_parser->cfg->tls_ciphersuites);1092 cfg_parser->cfg->tls_ciphersuites = $2;
3846 free(cfg_parser->cfg->tls_ciphersuites); in yyparse()3847 cfg_parser->cfg->tls_ciphersuites = (yyvsp[0].str); in yyparse()