diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-16 09:51:01 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-16 09:51:01 +0000 |
commit | 02ba4310747629ab0c552673d504855f746c584f (patch) | |
tree | 96e48d0d2749ef1ccecb3e3d7ed45eb694e5e116 /doc/s6-tlsd-io.html | |
parent | 6073821d65e0cc309eee182420f3a54af762cdbe (diff) | |
download | s6-networking-02ba4310747629ab0c552673d504855f746c584f.tar.xz |
More doc fixes
Diffstat (limited to 'doc/s6-tlsd-io.html')
-rw-r--r-- | doc/s6-tlsd-io.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-tlsd-io.html b/doc/s6-tlsd-io.html index b1ab690..807c982 100644 --- a/doc/s6-tlsd-io.html +++ b/doc/s6-tlsd-io.html @@ -200,8 +200,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 |