Module: kamailio
Branch: 5.2
Commit: 4006c2cc53818f52a9a3211c3906d5a7c829970e
URL:
https://github.com/kamailio/kamailio/commit/4006c2cc53818f52a9a3211c3906d5a…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)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/4006c2cc53818f52a9a3211c3906d5a…
Patch:
https://github.com/kamailio/kamailio/commit/4006c2cc53818f52a9a3211c3906d5a…
---
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.