Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddict_mysql.c160 char *tls_ciphers; member
588 dict_mysql->tls_CAfile || dict_mysql->tls_CApath || dict_mysql->tls_ciphers) in plmysql_connect_single()
592 dict_mysql->tls_ciphers); in plmysql_connect_single()
659 dict_mysql->tls_ciphers = cfg_get_str(p, "tls_ciphers", NULL, 0, 0); in mysql_parse_config()
846 if (dict_mysql->tls_ciphers) in dict_mysql_close()
847 myfree(dict_mysql->tls_ciphers); in dict_mysql_close()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dunbound.c497 if(cfg->tls_ciphers && cfg->tls_ciphers[0]) { in perform_setup()
498 if (!SSL_CTX_set_cipher_list(daemon->listen_sslctx, cfg->tls_ciphers)) { in perform_setup()
499 fatal_exit("failed to set tls-cipher %s", cfg->tls_ciphers); in perform_setup()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.h143 char* tls_ciphers; member
H A Dconfig_file.c577 else S_STR("tls-ciphers:", tls_ciphers) in config_set_option()
1109 else O_STR(opt, "tls-ciphers", tls_ciphers) in config_get_option()
1614 free(cfg->tls_ciphers); in config_delete()
H A Dconfigparser.y1084 free(cfg_parser->cfg->tls_ciphers);
1085 cfg_parser->cfg->tls_ciphers = $2;
H A Dconfigparser.c3836 free(cfg_parser->cfg->tls_ciphers); in yyparse()
3837 cfg_parser->cfg->tls_ciphers = (yyvsp[0].str); in yyparse()
/netbsd-src/external/mpl/bind/dist/lib/bind9/
H A Dcheck.c
/netbsd-src/external/ibm-public/postfix/dist/
H A DHISTORY26711 the tls_ciphers feature that was added in Postfix 2.11.