From 26597a785ec2dd4e9ec9fb7d9765d2ee8779ee16 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 16 Nov 2023 05:13:06 +0000 Subject: Add -J and -j to the TLS tools to check for peer close_notify. Also, and more importantly, significantly rewrite stls_run() for better full-duplex support. This implementation isn't fully tested yet. Signed-off-by: Laurent Bercot --- doc/s6-tlsclient.html | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/s6-tlsclient.html') diff --git a/doc/s6-tlsclient.html b/doc/s6-tlsclient.html index 287c02c..09276d4 100644 --- a/doc/s6-tlsclient.html +++ b/doc/s6-tlsclient.html @@ -144,6 +144,7 @@ generally work: the defaults are sensible.
  • -Z, -z : keep or remove the s6-tlsc-io-specific variables from the application's environment
  • -S, -s : use close_notify or EOF to signal the end of a TLS connection
  • +
  • -J, -j : exit nonzero with an error message when the peer fails to close_notify, or ignore it
  • -Y, -y : don't send, or send, a client certificate
  • -k servername : use SNI and provide a server name
  • -K kimeout : set a timeout for the TLS handshake
  • -- cgit v1.3.1