2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Low level code to support ALPN in DoT

This commit adds low-level code necessary to support ALPN in DoT as
XoT requires "dot" ALPN token to be negotiated on a connection for
zone transfers.
This commit is contained in:
Artem Boldariev
2021-08-25 15:31:20 +03:00
parent c75d6afc1c
commit 56b3f5d832
6 changed files with 105 additions and 7 deletions

View File

@@ -881,6 +881,7 @@ struct isc_nmsocket {
isc_result_t pending_error;
/* List of active send requests. */
isc__nm_uvreq_t *pending_req;
bool alpn_negotiated;
} tls;
#if HAVE_LIBNGHTTP2