Home
last modified time | relevance | path

Searched refs:tls_protocols (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/test/ssl-tests/
H A Dprotocol_version.pm23 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 Dnet_help.h484 int listen_sslctx_setup(void* ctxt, const char* tls_protocols);
509 int is_dot, int is_doh, const char* tls_protocols);
H A Dconfig_file.h152 char* tls_protocols; member
1511 int cfg_tls_protocols_is_valid(const char* tls_protocols);
1519 void cfg_tls_protocols_allowed(const char* tls_protocols, int* allow12, int* allow13);
H A Dnet_help.c1230 listen_sslctx_setup(void* ctxt, const char* tls_protocols) in listen_sslctx_setup() argument
1235 cfg_tls_protocols_allowed(tls_protocols, &allow12, &allow13); in listen_sslctx_setup()
1324 (void)ctxt; (void)tls_protocols; in listen_sslctx_setup()
1360 int is_dot, int is_doh, const char* tls_protocols) in listen_sslctx_create() argument
1378 if(!listen_sslctx_setup(ctx, tls_protocols)) { in listen_sslctx_create()
1457 (void)tls_protocols; in listen_sslctx_create()
H A Dconfig_file.c136 if(!(cfg->tls_protocols = strdup("TLSv1.2 TLSv1.3"))) goto error_exit; in config_create()
646 free(cfg->tls_protocols); in config_set_option()
647 return (cfg->tls_protocols = strdup(val)) != NULL; in config_set_option()
1205 else O_STR(opt, "tls-protocols", tls_protocols) in config_get_option()
1783 free(cfg->tls_protocols); in config_delete()
3026 cfg_tls_protocols_is_valid(const char* tls_protocols) in cfg_tls_protocols_is_valid() argument
3028 const char* s = tls_protocols; in cfg_tls_protocols_is_valid()
3048 cfg_tls_protocols_allowed(const char* tls_protocols, int* allow12, int* allow13) in cfg_tls_protocols_allowed() argument
3050 const char* s = tls_protocols; in cfg_tls_protocols_allowed()
3053 if(tls_protocols == NULL) return; in cfg_tls_protocols_allowed()
H A Dconfigparser.y1175 free(cfg_parser->cfg->tls_protocols);
1176 cfg_parser->cfg->tls_protocols = $2;
H A Dconfigparser.c4073 free(cfg_parser->cfg->tls_protocols); in yyparse()
4074 cfg_parser->cfg->tls_protocols = (yyvsp[0].str); in yyparse()
/freebsd/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c333 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 Dwin_svc.c372 1, 0, cfg->tls_protocols))) { in service_init()
382 0, 1, cfg->tls_protocols))) { in service_init()
/freebsd/contrib/unbound/daemon/
H A Ddaemon.c219 is_dot, is_doh, cfg->tls_protocols))) { in setup_listen_sslctx()
H A Dremote.c156 if(!listen_sslctx_setup(rc->ctx, cfg->tls_protocols)) { in remote_setup_ctx()
5148 FR_CHECK_CHANGED_CFG_STR("tls-protocols", tls_protocols, changed_str); in fr_check_compat_cfg()
5402 m += getmem_str(cfg->tls_protocols); in config_file_getmem()
6284 COPY_VAR_ptr(tls_protocols); in fr_atomic_copy_cfg()