Files
bind9/lib/isc
Artem Boldariev 673aa5deac TLS: clear 'errno' when handling SSL status
Sometimes tls_do_bio() might be called when there is no new data to
process (most notably, when resuming reads), in such a case internal
TLS session state will remain untouched and old value in 'errno' will
alter the result of SSL_get_error() call, possibly making it to return
SSL_ERROR_SYSCALL. This value will be treated as an error, and will
lead to closing the connection, which is not what expected.
2022-07-26 14:25:59 +03:00
..
2022-07-05 12:22:55 -07:00
2022-03-28 15:02:18 -07:00
2022-07-05 12:22:55 -07:00
2022-07-05 12:22:55 -07:00
2022-07-05 12:22:55 -07:00
2022-07-05 12:22:55 -07:00