diff options
author | Omar Polo <op@omarpolo.com> | 2021-04-13 06:59:54 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-04-13 06:59:54 +0000 |
commit | 89541eeec019626df4651f44b90df6a31a844dab (patch) | |
tree | 1929cc294de02a0ff6bdfe20a2a5d97cb4ebb0b0 /gmid.1 | |
parent | b211d0f7d9908de446e1ab4873a3191d53ebf00b (diff) |
define TLS_VERSION, TLS_CIPHER and TLS_CIPHER_STRENGTH for CGI scripts
Diffstat (limited to 'gmid.1')
-rw-r--r-- | gmid.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |