summaryrefslogtreecommitdiff
path: root/doc/s6-tlsc-io.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-01-28 13:17:25 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2021-01-28 13:17:25 +0000
commita027959a7fe49483acf86bd65d4266e3cbc4d0b0 (patch)
tree4a3f23cd34d53a33c1e08374a4911e827bcbd669 /doc/s6-tlsc-io.html
parent0545d612be4529492a86a98b5f066d58d7c9436a (diff)
downloads6-networking-a027959a7fe49483acf86bd65d4266e3cbc4d0b0.tar.xz
Prepare for 2.4.1.0; add SSL_TLS_SNI_SERVERNAME
Diffstat (limited to 'doc/s6-tlsc-io.html')
-rw-r--r--doc/s6-tlsc-io.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/s6-tlsc-io.html b/doc/s6-tlsc-io.html
index b2e9ce1..9999d4f 100644
--- a/doc/s6-tlsc-io.html
+++ b/doc/s6-tlsc-io.html
@@ -205,8 +205,11 @@ 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 null-terminated.
+a <tt>SSL_PROTOCOL=<em>protocol</em></tt> string,
+a <tt>SSL_CIPHER=<em>cipher</em></tt> string,
+and a <tt>SSL_TLS_SNI_SERVERNAME=<em>servername</em></tt> string
+ all null-terminated. (<em>servername</em> is the empty string if
+no SNI has been required.)
Sending this data serves a dual purpose: telling the <em>notif</em>
reader that the handshake has completed, and providing it with some
basic information about the connection. If this option is not given,