summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKevin Lin <developer@kevinlin.info>2021-05-31 13:33:48 -0700
committerdormando <dormando@rydia.net>2021-09-27 12:54:20 -0700
commit3a8ca319b35a3b3533b1f1ca55e904cfcb71962c (patch)
tree6a61bc3c9481e8fcbc4d6e3314613cccb63c06cc /doc
parentf8a55c4731ab38b8c1a88cb7bf10fadc209fd78f (diff)
downloadmemcached-3a8ca319b35a3b3533b1f1ca55e904cfcb71962c.tar.gz
Configurable minimum supported TLS protocol version
`-o ssl_min_version` can be used to configure the server to only accept handshakes from clients with a minimum TLS protocol version. Currently supported options are TLS v1.0, TLS v1.1, TLS v1.2, and TLS v1.3 (OpenSSL 1.1.1+ only).
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. |