bind9/lib
Artem Boldariev 32565d0d65 TLS: do not ignore readpaused flag in certain circumstances
In some circumstances generic TLS code could have resumed data reading
unexpectedly on the TCP layer code. Due to this, the behaviour of
isc_nm_pauseread() and isc_nm_resumeread() might have been
unexpected. This commit fixes that.

The bug does not seems to have real consequences in the existing code
due to the way the code is used. However, the bug could have lead to
unexpected behaviour and, at any rate, makes the TLS code behave
differently from the TCP code, with which it attempts to be as
compatible as possible.
2022-08-02 14:02:01 +03:00
..
bind9 Forbid zones with both dnssec-policy and max-zone-ttl 2022-07-20 11:57:37 -07:00
dns Differentiate between initial and cumulative fetch limit logging 2022-08-01 14:42:27 +00:00
irs Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
isc TLS: do not ignore readpaused flag in certain circumstances 2022-08-02 14:02:01 +03:00
isccc Update clang to version 14 2022-06-16 17:21:11 +02:00
isccfg mark max-zone-ttl deprecated in options and zone 2022-07-20 11:55:03 -07:00
ns Increase the BUFSIZ-long buffers 2022-07-15 10:33:46 +00:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00