Home
last modified time | relevance | path

Searched refs:tls_ciphersuites (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/unbound/daemon/
H A Dunbound.c505 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()
/freebsd/contrib/unbound/util/
H A Dconfig_file.h145 char* tls_ciphersuites; member
H A Dconfig_file.c600 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()
H A Dconfigparser.y1129 free(cfg_parser->cfg->tls_ciphersuites);
1130 cfg_parser->cfg->tls_ciphersuites = $2;
H A Dconfigparser.c3985 free(cfg_parser->cfg->tls_ciphersuites); in yyparse()
3986 cfg_parser->cfg->tls_ciphersuites = (yyvsp[0].str); in yyparse()