diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-04 10:37:39 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-04 10:37:39 +0000 |
commit | ebb50dc335bcbd563b4e7f4f2083f2af484a893a (patch) | |
tree | 8960bdaf70257092c343c8a59234a8a0ff8d257a /doc/s6-tlsc-io.html | |
parent | e75d06de207e9afe4259d5e731cb77ae25faf003 (diff) | |
download | s6-networking-ebb50dc335bcbd563b4e7f4f2083f2af484a893a.tar.xz |
Doc fixes, thanks flexibeast
Diffstat (limited to 'doc/s6-tlsc-io.html')
-rw-r--r-- | doc/s6-tlsc-io.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/s6-tlsc-io.html b/doc/s6-tlsc-io.html index f432f1e..4466293 100644 --- a/doc/s6-tlsc-io.html +++ b/doc/s6-tlsc-io.html @@ -38,7 +38,7 @@ the options given when configuring s6-networking. <h2> Interface </h2> <pre> - s6-tlsc-io [ -S | -s ] [ -Y | -y ] [ -v <em>verbosity</em> ] [ -K kimeout ] [ -k <em>servername</em> ] [ -d notif ] [ -- ] <em>fdr</em> <em>fdw</em> + s6-tlsc-io [ -S | -s ] [ -Y | -y ] [ -v <em>verbosity</em> ] [ -K kimeout ] [ -k <em>servername</em> ] [ -d <em>notif</em> ] [ -- ] <em>fdr</em> <em>fdw</em> </pre> <ul> @@ -205,8 +205,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 |