From 24d1860868682d33f60970119b1cff1bf088a497 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 11 Nov 2023 23:55:28 +0000 Subject: New and fixed version of sbearssl_run Signed-off-by: Laurent Bercot --- doc/s6-tlsc.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'doc/s6-tlsc.html') diff --git a/doc/s6-tlsc.html b/doc/s6-tlsc.html index 95cc44f..1d11c5b 100644 --- a/doc/s6-tlsc.html +++ b/doc/s6-tlsc.html @@ -131,10 +131,9 @@ connection without using close_notify. This is the default.
  • -k servername : use Server Name Indication, and send servername. The default is not to use SNI, which may be a security risk.
  • -
  • -K kimeout : if the peer fails -to send data for kimeout milliseconds during the handshake, -close the connection. The default is 0, which means infinite timeout -(never kill the connection).
  • +
  • -K kimeout : if the handshake takes +more than kimeout milliseconds to complete, close the connection. +The default is 0, which means infinite timeout (never kill the connection).
  • -6 fdr : expect an open file descriptor numbered fdr to read network (ciphertext) data from. Make sure prog also reads its data -- cgit v1.3.1