summaryrefslogtreecommitdiff
path: root/doc/s6-tlsd.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-01-28 14:31:38 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2021-01-28 14:31:38 +0000
commite75d06de207e9afe4259d5e731cb77ae25faf003 (patch)
tree3a3e3d6dee626f2a6640daaaf6871880d50a8184 /doc/s6-tlsd.html
parenta027959a7fe49483acf86bd65d4266e3cbc4d0b0 (diff)
downloads6-networking-e75d06de207e9afe4259d5e731cb77ae25faf003.tar.xz
Remove SSL_TLS_SNI_SERVERNAME (instead of defined but empty) if no SNI
Diffstat (limited to 'doc/s6-tlsd.html')
-rw-r--r--doc/s6-tlsd.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/s6-tlsd.html b/doc/s6-tlsd.html
index 83b70c1..011a20f 100644
--- a/doc/s6-tlsd.html
+++ b/doc/s6-tlsd.html
@@ -105,7 +105,8 @@ TLSv1, TLSv1.1, TLSv1.2... </li>
<li> <tt>SSL_CIPHER</tt> contains the name of the cipher
used. </li>
<li> <tt>SSL_TLS_SNI_SERVERNAME</tt> contains the required SNI
-server name, if any, or is empty otherwise. </li>
+server name, if any. It is removed from the environment if no SNI
+has been sent by the client. </li>
<li> More similar environment variables containing information
about the connection may be added in the future. </li>
</ul>