Searched refs:tls_ciphers (Results 1 – 18 of 18) sorted by relevance
| /openbsd/src/usr.sbin/unbound/daemon/ |
| D | unbound.c | 499 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/ |
| D | smtp.c | 166 if (l->tls_ciphers) in smtp_setup_listener_tls() 167 ciphers = l->tls_ciphers; in smtp_setup_listener_tls()
|
| D | parse.y | 127 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()
|
| D | config.c | 236 free(l->tls_ciphers); in purge_config()
|
| D | smtpd.h | 543 char *tls_ciphers; member 1197 char *tls_ciphers; member
|
| D | mta.c | 490 if (remote->tls_ciphers) in mta_setup_dispatcher() 491 ciphers = remote->tls_ciphers; in mta_setup_dispatcher()
|
| /openbsd/src/usr.sbin/ldapd/ |
| D | parse.y | 1241 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/ |
| D | tcpbench.c | 109 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/ |
| D | parse.y | 285 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)) {
|
| D | server.c | 143 if (strcmp(sc1->tls_ciphers, sc2->tls_ciphers) != 0) in server_tls_cmp() 264 srv->srv_conf.tls_ciphers) != 0) { in server_tls_init()
|
| D | httpd.h | 499 char tls_ciphers[HTTPD_TLS_CONFIG_MAX]; member
|
| /openbsd/src/usr.bin/nc/ |
| D | netcat.c | 109 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/ |
| D | config_file.h | 143 char* tls_ciphers; member
|
| D | config_file.c | 587 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()
|
| D | configparser.y | 1110 free(cfg_parser->cfg->tls_ciphers); 1111 cfg_parser->cfg->tls_ciphers = $2;
|
| /openbsd/src/sbin/unwind/libunbound/util/ |
| D | config_file.h | 143 char* tls_ciphers; member
|
| D | config_file.c | 587 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()
|
| D | configparser.y | 1110 free(cfg_parser->cfg->tls_ciphers); 1111 cfg_parser->cfg->tls_ciphers = $2;
|