[sr-dev] git:master:ff887fe5: TLS: Try to always refer to OpenSSL as "OpenSSL" instead of other names

Olle E. Johansson oej at edvina.net
Tue May 12 09:09:21 CEST 2020


Module: kamailio
Branch: master
Commit: ff887fe5d0d7cec7fc0640a54c80b322d421ed36
URL: https://github.com/kamailio/kamailio/commit/ff887fe5d0d7cec7fc0640a54c80b322d421ed36

Author: Olle E. Johansson <oej at edvina.net>
Committer: Olle E. Johansson <oej at edvina.net>
Date: 2020-05-12T09:08:33+02:00

TLS: Try to always refer to OpenSSL as "OpenSSL" instead of other names

---

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

---

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

---

diff --git a/src/modules/tls/doc/params.xml b/src/modules/tls/doc/params.xml
index 8cc7f2f7b9..f23aa921f0 100644
--- a/src/modules/tls/doc/params.xml
+++ b/src/modules/tls/doc/params.xml
@@ -65,7 +65,7 @@
 				<para>
 				<emphasis>SSLv2</emphasis> - only SSLv2 connections, for old clients.
 				Note: you shouldn't use SSLv2 for anything which should be secure.
-				Newer versions of libssl don't include support for it anymore.
+				Newer versions of OpenSSL libraries don't include support for it anymore.
 				</para>
 			</listitem>
 			<listitem>
@@ -84,7 +84,7 @@
 				is a concern."
 				</para>
 				<para>
-				Note: For older libssl version, this option allows SSLv2, with hello
+				Note: For older OpenSSL library versions, this option allows SSLv2, with hello
 				messages done over SSLv2. You shouldn't use SSLv2 or SSLv3 for anything
 				which should be secure.
 				</para>




More information about the sr-dev mailing list