From a027959a7fe49483acf86bd65d4266e3cbc4d0b0 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 28 Jan 2021 13:17:25 +0000 Subject: Prepare for 2.4.1.0; add SSL_TLS_SNI_SERVERNAME --- doc/s6-tlsc-io.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc/s6-tlsc-io.html') 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 notif. The data contains information about the TLS parameters of the connection; its exact contents are left unspecified, but there's at least -a SSL_PROTOCOL=protocol string -and a SSL_CIPHER=cipher string, both null-terminated. +a SSL_PROTOCOL=protocol string, +a SSL_CIPHER=cipher string, +and a SSL_TLS_SNI_SERVERNAME=servername string + all null-terminated. (servername is the empty string if +no SNI has been required.) Sending this data serves a dual purpose: telling the notif reader that the handshake has completed, and providing it with some basic information about the connection. If this option is not given, -- cgit v1.2.3