[sr-dev] git:5.1:4b480e6a: tls: fix missing TLSv1.2+ parameter documentation

Henning Westerholt hw at skalatan.de
Tue Oct 15 15:15:48 CEST 2019


Module: kamailio
Branch: 5.1
Commit: 4b480e6abac93bef6ae9a571db6e72192f3be4b2
URL: https://github.com/kamailio/kamailio/commit/4b480e6abac93bef6ae9a571db6e72192f3be4b2

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2019-10-15T15:15:38+02:00

tls: fix missing TLSv1.2+ parameter documentation

(cherry picked from commit 5e00109fabe3507f1c20cbef80348e72ddb78cc8)

---

Modified: src/modules/tls/doc/params.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/4b480e6abac93bef6ae9a571db6e72192f3be4b2.diff
Patch: https://github.com/kamailio/kamailio/commit/4b480e6abac93bef6ae9a571db6e72192f3be4b2.patch

---

diff --git a/src/modules/tls/doc/params.xml b/src/modules/tls/doc/params.xml
index e3d236dea4..2839b62658 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:
 	</para>
 	<itemizedlist>
+			<listitem>
+				<para>
+				<emphasis>TLSv1.2+</emphasis> - TLSv1.2 or newer (TLSv1.3, ...)
+				connections are accepted (available starting with openssl/libssl v1.1.1)
+				</para>
+			</listitem>
 			<listitem>
 				<para>
 				<emphasis>TLSv1.2</emphasis> - only TLSv1.2 connections are accepted




More information about the sr-dev mailing list