]> git.ipfire.org Git - thirdparty/bind9.git/commit
TLS: isc_nm_bad_request() and isc__nmsocket_reset() support
authorArtem Boldariev <artem@boldariev.com>
Tue, 26 Jul 2022 14:07:19 +0000 (17:07 +0300)
committerArtem Boldariev <artem@boldariev.com>
Tue, 20 Dec 2022 19:24:44 +0000 (21:24 +0200)
commitc0808532e18bcd68b4a71c982468355ec4e179f6
treefaca7b95ac78dce4f88023e3ad8b1ba9be379d4c
parent858e06e58da0eacfdaca504cd5c5cdbd21192042
TLS: isc_nm_bad_request() and isc__nmsocket_reset() support

This commit adds implementations of isc_nm_bad_request() and
isc__nmsocket_reset() to the generic TLS stream code in order to make
it more compatible with TCP code.
lib/isc/netmgr/netmgr-int.h
lib/isc/netmgr/netmgr.c
lib/isc/netmgr/tlsstream.c