From 33b174b979a0c8f3057e82089fb840cff69e380e Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Tue, 15 Oct 2019 15:16:23 +0200 Subject: [PATCH] modules: readme files regenerated - tls ... [skip ci] --- src/modules/tls/README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/tls/README b/src/modules/tls/README index c3b40949ca1..a625036a92d 100644 --- a/src/modules/tls/README +++ b/src/modules/tls/README @@ -617,6 +617,8 @@ Place holder 10.1. tls_method (string) 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 (available starting with openssl/libssl v1.0.1e) * TLSv1.1+ - TLSv1.1 or newer (TLSv1.2, ...) connections are accepted