[sr-dev] git:5.2:4006c2cc: modules: readme files regenerated - modules ... [skip ci]

Kamailio Dev kamailio.dev at kamailio.org
Wed Oct 9 17:16:33 CEST 2019


Module: kamailio
Branch: 5.2
Commit: 4006c2cc53818f52a9a3211c3906d5a7c829970e
URL: https://github.com/kamailio/kamailio/commit/4006c2cc53818f52a9a3211c3906d5a7c829970e

Author: Kamailio Dev <kamailio.dev at kamailio.org>
Committer: Kamailio Dev <kamailio.dev at kamailio.org>
Date: 2019-10-09T17:16:26+02:00

modules: readme files regenerated - modules ... [skip ci]

---

Modified: src/modules/tls/README

---

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

---

diff --git a/src/modules/tls/README b/src/modules/tls/README
index 5a0d9dab1f..d028ca7e45 100644
--- a/src/modules/tls/README
+++ b/src/modules/tls/README
@@ -1431,12 +1431,12 @@ end
 
    The following options are avaialble:
      * krand - use internal kam_rand() function
-     * fastrand - use internal fastrand function
-     * cryptorand - use internal cryptorand (fortuna) function
+     * fastrand - use internal fastrand (ISAAC) function
+     * cryptorand - use internal cryptorand (Fortuna) function
 
    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.
 
    The default value is empty (not set) for libssl v1.0.x or older, and
    "cryptorand" for libssl v1.1.x or newer.




More information about the sr-dev mailing list