[sr-dev] git:5.3:6fb06e5f: tls: small extensions in parameter docs related to PRNG engines
Henning Westerholt
hw at skalatan.de
Wed Oct 9 17:01:10 CEST 2019
Module: kamailio
Branch: 5.3
Commit: 6fb06e5f71bdf1b7fc689701a57f543e34836812
URL: https://github.com/kamailio/kamailio/commit/6fb06e5f71bdf1b7fc689701a57f543e34836812
Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2019-10-09T15:47:05+02:00
tls: small extensions in parameter docs related to PRNG engines
---
Modified: src/modules/tls/doc/params.xml
---
Diff: https://github.com/kamailio/kamailio/commit/6fb06e5f71bdf1b7fc689701a57f543e34836812.diff
Patch: https://github.com/kamailio/kamailio/commit/6fb06e5f71bdf1b7fc689701a57f543e34836812.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