From 02ba4310747629ab0c552673d504855f746c584f Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 16 Feb 2021 09:51:01 +0000 Subject: More doc fixes --- doc/s6-tlsc.html | 4 +--- doc/s6-tlsd-io.html | 4 ++-- doc/s6-tlsd.html | 4 +--- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/doc/s6-tlsc.html b/doc/s6-tlsc.html index d4e6a98..b83ae57 100644 --- a/doc/s6-tlsc.html +++ b/doc/s6-tlsc.html @@ -127,9 +127,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).
  • -6 fdr : expect an open file descriptor numbered fdr to read network (ciphertext) data from. Make sure prog also reads its data diff --git a/doc/s6-tlsd-io.html b/doc/s6-tlsd-io.html index b1ab690..807c982 100644 --- a/doc/s6-tlsd-io.html +++ b/doc/s6-tlsd-io.html @@ -200,8 +200,8 @@ TLS handshake has completed, some data (terminated by two null characters) will be sent to file descriptor notif. The data contains information about the TLS parameters of the connection; its exact contents are left unspecified, but there's at least -a SSL_PROTOCOL=protocol string and -a SSL_CIPHER=cipher string, both +an SSL_PROTOCOL=protocol string and +an SSL_CIPHER=cipher string, both null-terminated. Sending this data serves a dual purpose: telling the notif reader that the handshake has completed, and providing it with some diff --git a/doc/s6-tlsd.html b/doc/s6-tlsd.html index 011a20f..6b0228f 100644 --- a/doc/s6-tlsd.html +++ b/doc/s6-tlsd.html @@ -135,9 +135,7 @@ is not to require a client certificate at all.
  • -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).

    Notes

    -- cgit v1.2.3