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

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.
This commit is contained in:
Artem Boldariev
2022-07-26 17:07:19 +03:00
parent 858e06e58d
commit c0808532e1
3 changed files with 24 additions and 4 deletions

View File

@@ -1563,6 +1563,9 @@ isc__nm_tls_cleartimeout(isc_nmhandle_t *handle);
* around.
*/
void
isc__nmsocket_tls_reset(isc_nmsocket_t *sock);
const char *
isc__nm_tls_verify_tls_peer_result_string(const isc_nmhandle_t *handle);