From 89541eeec019626df4651f44b90df6a31a844dab Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Tue, 13 Apr 2021 06:59:54 +0000 Subject: define TLS_VERSION, TLS_CIPHER and TLS_CIPHER_STRENGTH for CGI scripts --- gmid.1 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gmid.1') diff --git a/gmid.1 b/gmid.1 index 63f3979..f4b46fd 100644 --- a/gmid.1 +++ b/gmid.1 @@ -358,6 +358,13 @@ unset. The hash of the client certificate if provided, otherwise unset. The format is .Dq ALGO:HASH . +.It Ev TLS_VERSION +The TLS version negotiated with the peer. +.It Ev TLS_CIPHER +The cipher suite negotiated with the peer. +.It Ev TLS_CIPHER_STRENGTH +The strength in bits for the symmetric cipher that is being used with +the peer. .It Ev TLS_CLIENT_NOT_AFTER The time corresponding to the end of the validity period of the peer certificate in the ISO 8601 format -- cgit v1.2.3