zig icon indicating copy to clipboard operation
zig copied to clipboard

std.crypto.tls.Client: send an alert message to the server when an error occurs

Open andrewrk opened this issue 3 years ago • 0 comments

Extracted from #13980.

See RFC 8446 section 6.

Currently the TLS client implementation will return an error, but the server will see it as a disconnect and not know why the connection was terminated.

andrewrk avatar Jan 03 '23 07:01 andrewrk