From 9c4a097d900fb623abeb61d3a58cf58e9c5f383f Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 20 Nov 2023 05:13:06 +0000 Subject: Update documentation; make s6-tlsd-io more conservative by default Signed-off-by: Laurent Bercot --- doc/libstls/index.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/libstls/index.html') diff --git a/doc/libstls/index.html b/doc/libstls/index.html index c1bb833..4abafa7 100644 --- a/doc/libstls/index.html +++ b/doc/libstls/index.html @@ -175,6 +175,12 @@ separate closing of both ways. EOF allows full-duplex until the very end, but is insecure if the application protocol does not know in advance how many bytes it should get. Modern application protocols should all work with EOF. +
  • bit 1 tells the engine whether (if set) or not (if clear) to +be sensitive to close_notify if on the receiving side of them. +If set, if the peer closes the connection without sending a close_notify, +the process will exit 98 with a fatal error message. If clear, the EOF +will be transmitted and the engine will continue serving the other half +of the connection until it's closed as well, and the process wil exit 0.
  • tto is a pointer to a tain_t -- cgit v1.2.3