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
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 Dnet_help.c1229 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 Dconfig_file.c135 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 Dconfigparser.y1166 free(cfg_parser->cfg->tls_protocols);
1167 cfg_parser->cfg->tls_protocols = $2;
H A Dconfigparser.c4047 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 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.c218 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()
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()