[sr-dev] git:5.2:6170ca3b: tls: small extensions in parameter docs related to PRNG engines

Henning Westerholt hw at skalatan.de
Wed Oct 9 17:02:30 CEST 2019


Module: kamailio
Branch: 5.2
Commit: 6170ca3bb3f309bd20061fc7eb747631c405980d
URL: https://github.com/kamailio/kamailio/commit/6170ca3bb3f309bd20061fc7eb747631c405980d

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2019-10-09T17:01:51+02:00

tls: small extensions in parameter docs related to PRNG engines

(cherry picked from commit 6fb06e5f71bdf1b7fc689701a57f543e34836812)

---

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

---

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

---

diff --git a/src/modules/tls/doc/params.xml b/src/modules/tls/doc/params.xml
index dc6494c2db..c6ec3b067d 100644
--- a/src/modules/tls/doc/params.xml
+++ b/src/modules/tls/doc/params.xml
@@ -1258,13 +1258,13 @@ end
 	</para>
 	<itemizedlist>
 		<listitem><para>krand - use internal kam_rand() function</para></listitem>
-		<listitem><para>fastrand - use internal fastrand function</para></listitem>
-		<listitem><para>cryptorand - use internal cryptorand (fortuna) function</para></listitem>
+		<listitem><para>fastrand - use internal fastrand (ISAAC) function</para></listitem>
+		<listitem><para>cryptorand - use internal cryptorand (Fortuna) function</para></listitem>
 	</itemizedlist>
 	<para>
 		Note: the krand and fastrand engines are not recommended for use on
 		systems requiring strong security, as they may not generate numbers
-		with enough randomness.
+		with enough randomness and are not cryptographically secure.
 	</para>
 	<para>
 		The default value is empty (not set) for libssl v1.0.x or older, and




More information about the sr-dev mailing list