summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-02-16 09:51:01 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2021-02-16 09:51:01 +0000
commit02ba4310747629ab0c552673d504855f746c584f (patch)
tree96e48d0d2749ef1ccecb3e3d7ed45eb694e5e116 /doc
parent6073821d65e0cc309eee182420f3a54af762cdbe (diff)
downloads6-networking-02ba4310747629ab0c552673d504855f746c584f.tar.xz
More doc fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/s6-tlsc.html4
-rw-r--r--doc/s6-tlsd-io.html4
-rw-r--r--doc/s6-tlsd.html4
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. </li>
<li> <tt>-K&nbsp;<em>kimeout</em></tt>&nbsp;: if the peer fails
to send data for <em>kimeout</em> 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
-<tt>libtls</tt> backend, which does not have a way to interrupt
-the handshake after a timeout. </li>
+(never kill the connection). </li>
<li> <tt>-6&nbsp;<em>fdr</em></tt>&nbsp;: expect an open file
descriptor numbered <em>fdr</em> to read network (ciphertext)
data from. Make sure <em>prog</em> 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 <em>notif</em>. The
data contains information about the TLS parameters of the connection;
its exact contents are left unspecified, but there's at least
-a <tt>SSL_PROTOCOL=<em>protocol</em></tt> string and
-a <tt>SSL_CIPHER=<em>cipher</em></tt> string, both
+an <tt>SSL_PROTOCOL=<em>protocol</em></tt> string and
+an <tt>SSL_CIPHER=<em>cipher</em></tt> string, both
null-terminated.
Sending this data serves a dual purpose: telling the <em>notif</em>
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. </li>
<li> <tt>-K&nbsp;<em>kimeout</em></tt>&nbsp;: if the peer fails
to send data for <em>kimeout</em> 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
-<tt>libtls</tt> backend, which does not have a way to interrupt
-the handshake after a timeout. </li>
+(never kill the connection). </li>
</ul>
<h2> Notes </h2>