Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnet_help.c1343 const char* tls_ciphersuites, int set_ticket_keys_cb, in listen_sslctx_create() argument
1405 if(tls_ciphersuites && tls_ciphersuites[0]) { in listen_sslctx_create()
1406 if (!SSL_CTX_set_ciphersuites(ctx, tls_ciphersuites)) { in listen_sslctx_create()
1408 tls_ciphersuites); in listen_sslctx_create()
1415 (void)tls_ciphersuites; /* variable unused. */ in listen_sslctx_create()
1437 (void)tls_ciphers; (void)tls_ciphersuites; in listen_sslctx_create()
H A Dconfig_file.h148 char* tls_ciphersuites; member
H A Dconfig_file.c630 else S_STR("tls-ciphersuites:", tls_ciphersuites) in config_set_option()
1182 else O_STR(opt, "tls-ciphersuites", tls_ciphersuites) in config_get_option()
1752 free(cfg->tls_ciphersuites); in config_delete()
H A Dconfigparser.y1137 free(cfg_parser->cfg->tls_ciphersuites);
1138 cfg_parser->cfg->tls_ciphersuites = $2;
H A Dconfigparser.c3995 free(cfg_parser->cfg->tls_ciphersuites); in yyparse()
3996 cfg_parser->cfg->tls_ciphersuites = (yyvsp[0].str); in yyparse()
/freebsd/contrib/unbound/winrc/
H A Dwin_svc.c369 cfg->tls_ciphers, cfg->tls_ciphersuites, in service_init()
379 cfg->tls_ciphers, cfg->tls_ciphersuites, in service_init()
/freebsd/contrib/unbound/daemon/
H A Dunbound.c473 cfg->tls_ciphers, cfg->tls_ciphersuites, in setup_listen_sslctx()
H A Dremote.c5177 m += getmem_str(cfg->tls_ciphersuites); in config_file_getmem()
5871 COPY_VAR_ptr(tls_ciphersuites); in fr_atomic_copy_cfg()