From 4b480e6abac93bef6ae9a571db6e72192f3be4b2 Mon Sep 17 00:00:00 2001 From: Henning Westerholt Date: Tue, 15 Oct 2019 15:13:09 +0200 Subject: [PATCH] tls: fix missing TLSv1.2+ parameter documentation (cherry picked from commit 5e00109fabe3507f1c20cbef80348e72ddb78cc8) --- src/modules/tls/doc/params.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/modules/tls/doc/params.xml b/src/modules/tls/doc/params.xml index e3d236dea4f..2839b626587 100644 --- a/src/modules/tls/doc/params.xml +++ b/src/modules/tls/doc/params.xml @@ -19,6 +19,12 @@ Sets the TLS protocol method. Possible values are: + + + TLSv1.2+ - TLSv1.2 or newer (TLSv1.3, ...) + connections are accepted (available starting with openssl/libssl v1.1.1) + + TLSv1.2 - only TLSv1.2 connections are accepted