bind9/lib/isc/netmgr
Artem Boldariev ffcb54211e TLS: do not ignore accept callback result
Before this change the TLS code would ignore the accept callback result,
and would not try to gracefully close the connection. This had not been
noticed, as it is not really required for DoH. Now the code tries to
shut down the TLS connection gracefully when accepting it is not
successful.
2022-07-12 14:40:22 +03:00
..
http.c Update the set of HTTP endpoints on reconfiguration 2022-06-28 15:42:38 +03:00
netmgr-int.h TLS: Implement isc_nmhandle_setwritetimeout() 2022-07-12 14:40:22 +03:00
netmgr.c TLS: Implement isc_nmhandle_setwritetimeout() 2022-07-12 14:40:22 +03:00
socket.c Move netmgr/uv-compat.h to <isc/uv.h> 2022-05-03 10:02:19 +02:00
tcp.c Gracefully handle uv_read_start() failures 2022-06-14 11:33:02 +02:00
tcpdns.c Gracefully handle uv_read_start() failures 2022-06-14 11:33:02 +02:00
timer.c Move netmgr/uv-compat.h to <isc/uv.h> 2022-05-03 10:02:19 +02:00
tlsdns.c TLSDNS: try pass incoming data to OpenSSL if there are any 2022-07-12 14:40:22 +03:00
tlsstream.c TLS: do not ignore accept callback result 2022-07-12 14:40:22 +03:00
udp.c Gracefully handle uv_read_start() failures 2022-06-14 11:33:02 +02:00