Searched refs:tls_ciphersuites (Results 1 – 5 of 5) sorted by relevance
505 if(cfg->tls_ciphersuites && cfg->tls_ciphersuites[0]) { in perform_setup()506 if (!SSL_CTX_set_ciphersuites(daemon->listen_sslctx, cfg->tls_ciphersuites)) { in perform_setup()507 fatal_exit("failed to set tls-ciphersuites %s", cfg->tls_ciphersuites); in perform_setup()
145 char* tls_ciphersuites; member
600 else S_STR("tls-ciphersuites:", tls_ciphersuites) in config_set_option()1152 else O_STR(opt, "tls-ciphersuites", tls_ciphersuites) in config_get_option()1675 free(cfg->tls_ciphersuites); in config_delete()
1129 free(cfg_parser->cfg->tls_ciphersuites);1130 cfg_parser->cfg->tls_ciphersuites = $2;
3985 free(cfg_parser->cfg->tls_ciphersuites); in yyparse()3986 cfg_parser->cfg->tls_ciphersuites = (yyvsp[0].str); in yyparse()