- Add SNI support on more TLS connections (fixes #193).

- Add SNI support to unbound-anchor.
This commit is contained in:
George Thessalonikefs
2020-04-16 14:39:05 +02:00
parent 8a87fc6ae7
commit e430e95d30
19 changed files with 3677 additions and 3592 deletions
+2 -1
View File
@@ -1039,7 +1039,8 @@ outside_network_create(struct comm_base* base, size_t bufsize,
int ATTR_UNUSED(outgoing_tcp_mss),
void (*unwanted_action)(void*), void* ATTR_UNUSED(unwanted_param),
int ATTR_UNUSED(do_udp), void* ATTR_UNUSED(sslctx),
int ATTR_UNUSED(delayclose), struct dt_env* ATTR_UNUSED(dtenv))
int ATTR_UNUSED(delayclose), int ATTR_UNUSED(tls_use_sni),
struct dt_env* ATTR_UNUSED(dtenv))
{
struct replay_runtime* runtime = (struct replay_runtime*)base;
struct outside_network* outnet = calloc(1,