| /freebsd/crypto/openssl/test/ssl-tests/ |
| H A D | protocol_version.pm | 23 my @tls_protocols = ("SSLv3", "TLSv1", "TLSv1.1", "TLSv1.2", "TLSv1.3"); 77 $min_tls_enabled = min_prot_enabled(\@tls_protocols, \@is_tls_disabled); 78 $max_tls_enabled = max_prot_enabled(\@tls_protocols, \@is_tls_disabled); 133 @protocols = $dtls ? @dtls_protocols : @tls_protocols; 238 @protocols = $dtls ? @dtls_protocols : @tls_protocols;
|
| /freebsd/contrib/unbound/util/ |
| H A D | net_help.h | 484 int listen_sslctx_setup(void* ctxt, const char* tls_protocols); 509 int is_dot, int is_doh, const char* tls_protocols);
|
| H A D | config_file.h | 152 char* tls_protocols; member 1503 int cfg_tls_protocols_is_valid(const char* tls_protocols); 1511 void cfg_tls_protocols_allowed(const char* tls_protocols, int* allow12, int* allow13);
|
| H A D | net_help.c | 1229 listen_sslctx_setup(void* ctxt, const char* tls_protocols) in listen_sslctx_setup() argument 1234 cfg_tls_protocols_allowed(tls_protocols, &allow12, &allow13); in listen_sslctx_setup() 1323 (void)ctxt; (void)tls_protocols; in listen_sslctx_setup() 1359 int is_dot, int is_doh, const char* tls_protocols) in listen_sslctx_create() argument 1377 if(!listen_sslctx_setup(ctx, tls_protocols)) { in listen_sslctx_create() 1454 (void)tls_protocols; in listen_sslctx_create()
|
| H A D | config_file.c | 135 if(!(cfg->tls_protocols = strdup("TLSv1.2 TLSv1.3"))) goto error_exit; in config_create() 640 free(cfg->tls_protocols); in config_set_option() 641 return (cfg->tls_protocols = strdup(val)) != NULL; in config_set_option() 1197 else O_STR(opt, "tls-protocols", tls_protocols) in config_get_option() 1769 free(cfg->tls_protocols); in config_delete() 2997 cfg_tls_protocols_is_valid(const char* tls_protocols) in cfg_tls_protocols_is_valid() argument 2999 const char* s = tls_protocols; in cfg_tls_protocols_is_valid() 3019 cfg_tls_protocols_allowed(const char* tls_protocols, int* allow12, int* allow13) in cfg_tls_protocols_allowed() argument 3021 const char* s = tls_protocols; in cfg_tls_protocols_allowed() 3024 if(tls_protocols == NULL) return; in cfg_tls_protocols_allowed()
|
| H A D | configparser.y | 1166 free(cfg_parser->cfg->tls_protocols); 1167 cfg_parser->cfg->tls_protocols = $2;
|
| H A D | configparser.c | 4047 free(cfg_parser->cfg->tls_protocols); in yyparse() 4048 cfg_parser->cfg->tls_protocols = (yyvsp[0].str); in yyparse()
|
| /freebsd/contrib/unbound/dnstap/ |
| H A D | unbound-dnstap-socket.c | 333 char* server_cert, char* verifypem, char* tls_protocols) in tap_socket_new_tlsaccept() argument 350 NULL, NULL, 0, 0, 0, tls_protocols); in tap_socket_new_tlsaccept() 1264 char* server_cert, char* verifypem, char* tls_protocols) in setup_tls_list() argument 1270 maindata, server_key, server_cert, verifypem, tls_protocols); in setup_tls_list() 1303 char* server_cert, char* verifypem, char* tls_protocols) in setup_and_run() argument 1329 verifypem, tls_protocols); in setup_and_run() 1466 char* tls_protocols = "TLSv1.2 TLSv1.3"; in main() local 1584 server_cert, verifypem, tls_protocols); in main()
|
| /freebsd/contrib/unbound/winrc/ |
| H A D | win_svc.c | 372 1, 0, cfg->tls_protocols))) { in service_init() 382 0, 1, cfg->tls_protocols))) { in service_init()
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | daemon.c | 218 is_dot, is_doh, cfg->tls_protocols))) { in setup_listen_sslctx()
|
| H A D | remote.c | 156 if(!listen_sslctx_setup(rc->ctx, cfg->tls_protocols)) { in remote_setup_ctx() 4979 FR_CHECK_CHANGED_CFG_STR("tls-protocols", tls_protocols, changed_str); in fr_check_compat_cfg() 5233 m += getmem_str(cfg->tls_protocols); in config_file_getmem() 6065 COPY_VAR_ptr(tls_protocols); in fr_atomic_copy_cfg()
|