From bdb38fdeb4183371b8ad8669c2821526133c39c8 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 3 Dec 2016 01:05:40 +0000 Subject: s6-tls*: small bugfixes. Add documentation. --- doc/index.html | 16 +- doc/libsbearssl/index.html | 548 +++++++++++++++++++++++++++++++++++++++++++++ doc/libstls/index.html | 127 +++++++++++ doc/s6-tlsc.html | 268 ++++++++++++++++++++++ doc/s6-tlsclient.html | 168 ++++++++++++++ doc/s6-tlsd.html | 280 +++++++++++++++++++++++ doc/s6-tlsserver.html | 216 ++++++++++++++++++ doc/upgrade.html | 2 +- 8 files changed, 1619 insertions(+), 6 deletions(-) create mode 100644 doc/libsbearssl/index.html create mode 100644 doc/libstls/index.html create mode 100644 doc/s6-tlsc.html create mode 100644 doc/s6-tlsclient.html create mode 100644 doc/s6-tlsd.html create mode 100644 doc/s6-tlsserver.html (limited to 'doc') diff --git a/doc/index.html b/doc/index.html index 8ad4264..9ba1daf 100644 --- a/doc/index.html +++ b/doc/index.html @@ -24,6 +24,8 @@ It includes command-line client and server management, TCP access control, privilege escalation across UNIX domain sockets, IDENT protocol management and clock synchronization. +Optionally, it also includes command-line TLS/SSL tools for +secure communications.

@@ -53,9 +55,9 @@ library. 2.1.0.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the s6-dns libraries. -

  • If you want to build the TLS tools: +
  • If you want to build the TLS/SSL tools: -

    UCSPI tools for TLS 1.2 over TCP

    +

    UCSPI tools for SSL/TLS over TCP