Module: kamailio Branch: master Commit: 12558445c2a569e8566e61d8085a06db7f13a769 URL: https://github.com/kamailio/kamailio/commit/12558445c2a569e8566e61d8085a06db...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2019-10-09T15:46:10+02:00
modules: readme files regenerated - tls ... [skip ci]
---
Modified: src/modules/tls/README
---
Diff: https://github.com/kamailio/kamailio/commit/12558445c2a569e8566e61d8085a06db... Patch: https://github.com/kamailio/kamailio/commit/12558445c2a569e8566e61d8085a06db...
---
diff --git a/src/modules/tls/README b/src/modules/tls/README index f8d4e9743b..c3b40949ca 100644 --- a/src/modules/tls/README +++ b/src/modules/tls/README @@ -1434,13 +1434,13 @@ 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 * kxlibssl - default libssl rand engine wrapped by a Kamailio mutex
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.