Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/unbound/daemon/
Dunbound.c499 if(cfg->tls_ciphers && cfg->tls_ciphers[0]) { in perform_setup()
500 if (!SSL_CTX_set_cipher_list(daemon->listen_sslctx, cfg->tls_ciphers)) { in perform_setup()
501 fatal_exit("failed to set tls-cipher %s", cfg->tls_ciphers); in perform_setup()
/openbsd/src/usr.sbin/smtpd/
Dsmtp.c166 if (l->tls_ciphers) in smtp_setup_listener_tls()
167 ciphers = l->tls_ciphers; in smtp_setup_listener_tls()
Dparse.y127 char *tls_ciphers; member
758 if (dsp->u.remote.tls_ciphers) {
763 dsp->u.remote.tls_ciphers = $2;
2331 if (listen_opts.tls_ciphers) {
2335 listen_opts.tls_ciphers = $2;
2529 free(listen_opts.tls_ciphers);
3329 if (lo->tls_ciphers != NULL && in config_listener()
3330 (h->tls_ciphers = strdup(lo->tls_ciphers)) == NULL) { in config_listener()
Dconfig.c236 free(l->tls_ciphers); in purge_config()
Dsmtpd.h543 char *tls_ciphers; member
1197 char *tls_ciphers; member
Dmta.c490 if (remote->tls_ciphers) in mta_setup_dispatcher()
491 ciphers = remote->tls_ciphers; in mta_setup_dispatcher()
/openbsd/src/usr.sbin/ldapd/
Dparse.y1241 const char *tls_ciphers = "default"; in load_certfile() local
1267 tls_ciphers = "all"; in load_certfile()
1274 if (tls_config_set_ciphers(s->config, tls_ciphers)) { in load_certfile()
/openbsd/src/usr.bin/tcpbench/
Dtcpbench.c109 char *tls_ciphers; variable
1081 { "ciphers", &tls_ciphers }, in process_tls_opt()
1372 if (tls_config_set_ciphers(ptb->tls_cfg, tls_ciphers) == -1) in main()
/openbsd/src/usr.sbin/httpd/
Dparse.y285 strlcpy(s->srv_conf.tls_ciphers,
287 sizeof(s->srv_conf.tls_ciphers));
864 if (strlcpy(srv_conf->tls_ciphers, $2,
865 sizeof(srv_conf->tls_ciphers)) >=
866 sizeof(srv_conf->tls_ciphers)) {
Dserver.c143 if (strcmp(sc1->tls_ciphers, sc2->tls_ciphers) != 0) in server_tls_cmp()
264 srv->srv_conf.tls_ciphers) != 0) { in server_tls_init()
Dhttpd.h499 char tls_ciphers[HTTPD_TLS_CONFIG_MAX]; member
/openbsd/src/usr.bin/nc/
Dnetcat.c109 char *tls_ciphers; /* TLS ciphers */ variable
533 if (tls_config_set_ciphers(tls_cfg, tls_ciphers) == -1) in main()
1672 { "ciphers", -1, &tls_ciphers }, in process_tls_opt()
/openbsd/src/usr.sbin/unbound/util/
Dconfig_file.h143 char* tls_ciphers; member
Dconfig_file.c587 else S_STR("tls-ciphers:", tls_ciphers) in config_set_option()
1130 else O_STR(opt, "tls-ciphers", tls_ciphers) in config_get_option()
1645 free(cfg->tls_ciphers); in config_delete()
Dconfigparser.y1110 free(cfg_parser->cfg->tls_ciphers);
1111 cfg_parser->cfg->tls_ciphers = $2;
/openbsd/src/sbin/unwind/libunbound/util/
Dconfig_file.h143 char* tls_ciphers; member
Dconfig_file.c587 else S_STR("tls-ciphers:", tls_ciphers) in config_set_option()
1130 else O_STR(opt, "tls-ciphers", tls_ciphers) in config_get_option()
1645 free(cfg->tls_ciphers); in config_delete()
Dconfigparser.y1110 free(cfg_parser->cfg->tls_ciphers);
1111 cfg_parser->cfg->tls_ciphers = $2;