Searched refs:tls_ciphersuites (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/unbound/util/ |
| H A D | net_help.c | 1343 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 D | config_file.h | 148 char* tls_ciphersuites; member
|
| H A D | config_file.c | 630 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 D | configparser.y | 1137 free(cfg_parser->cfg->tls_ciphersuites); 1138 cfg_parser->cfg->tls_ciphersuites = $2;
|
| H A D | configparser.c | 3995 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 D | win_svc.c | 369 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 D | unbound.c | 473 cfg->tls_ciphers, cfg->tls_ciphersuites, in setup_listen_sslctx()
|
| H A D | remote.c | 5177 m += getmem_str(cfg->tls_ciphersuites); in config_file_getmem() 5871 COPY_VAR_ptr(tls_ciphersuites); in fr_atomic_copy_cfg()
|