aboutsummaryrefslogtreecommitdiffstats
path: root/doc/interimap.1.md
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-12-17 14:54:34 +0100
committerGuilhem Moulin <guilhem@fripost.org>2020-12-17 14:55:55 +0100
commit1a19feb7a4b3d70f44e4e1fb0f9920b063842422 (patch)
tree3c9e199f390f2d3bf0b0cf23853dc17bb54c6886 /doc/interimap.1.md
parent30c2bc3c362a4eb6b35560cff0bd95404360fe22 (diff)
manuals: Clarify that known TLS protocol versions depend on the OpenSSL version used.
Diffstat (limited to 'doc/interimap.1.md')
-rw-r--r--doc/interimap.1.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/interimap.1.md b/doc/interimap.1.md
index bcd27f9..ae6224b 100644
--- a/doc/interimap.1.md
+++ b/doc/interimap.1.md
@@ -384,9 +384,10 @@ Valid options are:
*SSL_protocols*
: Space-separated list of SSL/TLS protocol versions to explicitly
- enable (or disable if prefixed with an exclamation mark `!`). Known
- protocols are `SSLv2`, `SSLv3`, `TLSv1`, `TLSv1.1`, `TLSv1.2`, and
- `TLSv1.3`.
+ enable (or disable if prefixed with an exclamation mark `!`).
+ Potentially known protocols are `SSLv2`, `SSLv3`, `TLSv1`,
+ `TLSv1.1`, `TLSv1.2`, and `TLSv1.3`, depending on the OpenSSL
+ version used.
Enabling a protocol is a short-hand for disabling all other
protocols.
@@ -396,8 +397,9 @@ Valid options are:
*SSL_protocol_min*, *SSL_protocol_max*
: Set minimum resp. maximum SSL/TLS protocol version to use for the
- connection. Accepted values are `SSLv3`, `TLSv1`, `TLSv1.1`,
- `TLSv1.2`, and `TLSv1.3`.
+ connection. Potentially recognized values are `SSLv3`, `TLSv1`,
+ `TLSv1.1`, `TLSv1.2`, and `TLSv1.3`, depending on the OpenSSL
+ version used.
*SSL_cipherlist*