diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-28 14:31:38 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-28 14:31:38 +0000 |
commit | e75d06de207e9afe4259d5e731cb77ae25faf003 (patch) | |
tree | 3a3e3d6dee626f2a6640daaaf6871880d50a8184 /doc/s6-tlsd-io.html | |
parent | a027959a7fe49483acf86bd65d4266e3cbc4d0b0 (diff) | |
download | s6-networking-e75d06de207e9afe4259d5e731cb77ae25faf003.tar.xz |
Remove SSL_TLS_SNI_SERVERNAME (instead of defined but empty) if no SNI
Diffstat (limited to 'doc/s6-tlsd-io.html')
-rw-r--r-- | doc/s6-tlsd-io.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/s6-tlsd-io.html b/doc/s6-tlsd-io.html index 53b1282..7e38885 100644 --- a/doc/s6-tlsd-io.html +++ b/doc/s6-tlsd-io.html @@ -200,11 +200,9 @@ 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, -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.) +a <tt>SSL_PROTOCOL=<em>protocol</em></tt> string and +a <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 basic information about the connection. If this option is not given, |