Unique DoT and DoH SSL contexts to allow for different ALPN (#1222)

This commit is contained in:
Yorgos Thessalonikefs
2025-01-20 15:43:44 +01:00
committed by GitHub
parent 1d428f2d54
commit e4483bbbd1
10 changed files with 181 additions and 77 deletions
+2 -1
View File
@@ -938,7 +938,8 @@ listen_create(struct comm_base* base, struct listen_port* ATTR_UNUSED(ports),
char* ATTR_UNUSED(http_endpoint),
int ATTR_UNUSED(http_notls),
struct tcl_list* ATTR_UNUSED(tcp_conn_limit),
void* ATTR_UNUSED(sslctx), void* ATTR_UNUSED(quic_ssl),
void* ATTR_UNUSED(dot_sslctx), void* ATTR_UNUSED(doh_sslctx),
void* ATTR_UNUSED(quic_ssl),
struct dt_env* ATTR_UNUSED(dtenv),
struct doq_table* ATTR_UNUSED(table),
struct ub_randstate* ATTR_UNUSED(rnd),