From cc7dccb1858e73176814c3a8457ff6f94ff45662 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 13 Jan 2021 11:36:16 +0000 Subject: Implement handshake timeout for libtls backend --- doc/s6-tlsc-io.html | 4 +--- doc/s6-tlsd-io.html | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/s6-tlsc-io.html b/doc/s6-tlsc-io.html index d4c1b7e..b2e9ce1 100644 --- a/doc/s6-tlsc-io.html +++ b/doc/s6-tlsc-io.html @@ -198,9 +198,7 @@ use SNI, which may be a security risk.
  • -K kimeout : if the peer fails to send data for kimeout milliseconds during the handshake, close the connection. The default is 0, which means infinite timeout -(never kill the connection). This option is ignored by the -libtls backend, which does not have a way to interrupt -the handshake after a timeout.
  • +(never kill the connection).
  • -d notif : handshake notification. notif must be a file descriptor open for writing. When the TLS handshake has completed, some data (terminated by two null diff --git a/doc/s6-tlsd-io.html b/doc/s6-tlsd-io.html index 00f7cd4..8f84728 100644 --- a/doc/s6-tlsd-io.html +++ b/doc/s6-tlsd-io.html @@ -193,9 +193,7 @@ connection without using close_notify. This is the default.
  • -K kimeout : if the peer fails to send data for kimeout milliseconds during the handshake, close the connection. The default is 0, which means infinite timeout -(never kill the connection). This option is ignored by the -libtls backend, which does not have a way to interrupt -the handshake after a timeout.
  • +(never kill the connection).
  • -d notif : handshake notification. notif must be a file descriptor open for writing. When the TLS handshake has completed, some data (terminated by two null -- cgit v1.3.1