From 02afa553cc33400ead38ac85f8f7f2f3fe79f49d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 28 May 2021 01:05:56 +0000 Subject: Server-side SNI, libtls version Implementation for bearssl coming soon. --- doc/s6-tlsc.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/s6-tlsc.html') diff --git a/doc/s6-tlsc.html b/doc/s6-tlsc.html index b83ae57..95cc44f 100644 --- a/doc/s6-tlsc.html +++ b/doc/s6-tlsc.html @@ -98,6 +98,13 @@ used.
  • SSL_TLS_SNI_SERVERNAME contains servername, if the -k option has been given; otherwise it is removed from the environment.
  • +
  • SSL_PEER_CERT_HASH contains the hash of the peer's +End Entity certificate, prefixed by the name of the hash and a colon +(typically SHA256:).
  • +
  • SSL_PEER_CERT_SUBJECT contains the decoded subjectDN +of the peer's End Entity certificate, i.e. identifying information. +What is traditionally called the "name" of the certificate is the +CN field in that data.
  • More similar environment variables containing information about the connection may be added in the future.
  • -- cgit v1.3.1