Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dunbound.c503 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()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.h145 char* tls_ciphersuites; member
H A Dconfig_file.c578 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()
H A Dconfigparser.y1091 free(cfg_parser->cfg->tls_ciphersuites);
1092 cfg_parser->cfg->tls_ciphersuites = $2;
H A Dconfigparser.c3846 free(cfg_parser->cfg->tls_ciphersuites); in yyparse()
3847 cfg_parser->cfg->tls_ciphersuites = (yyvsp[0].str); in yyparse()