summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/protocol.txt b/doc/protocol.txt
index b34690b..70341a5 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -1672,6 +1672,8 @@ following additional statistics are available via the "stats" command.
| ssl_handshake_errors | 64u | Number of times the server has |
| | | encountered an OpenSSL error |
| | | during handshake (SSL_accept). |
+| ssl_min_version | char | Minimum supported TLS version |
+| | | for client handshakes. |
| ssl_new_sessions | 64u | When SSL session caching is |
| | | enabled, the number of newly |
| | | created server-side sessions. |