Module: kamailio Branch: 5.2 Commit: aac6b02731bfdd0b9627cbc6f78f8337bf09c666 URL: https://github.com/kamailio/kamailio/commit/aac6b02731bfdd0b9627cbc6f78f8337...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2019-10-09T21:46:27+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/tls/README Modified: src/modules/uac/README
---
Diff: https://github.com/kamailio/kamailio/commit/aac6b02731bfdd0b9627cbc6f78f8337... Patch: https://github.com/kamailio/kamailio/commit/aac6b02731bfdd0b9627cbc6f78f8337...
---
diff --git a/src/modules/tls/README b/src/modules/tls/README index d028ca7e45..55a2f93a09 100644 --- a/src/modules/tls/README +++ b/src/modules/tls/README @@ -1433,6 +1433,7 @@ end * krand - use internal kam_rand() 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 diff --git a/src/modules/uac/README b/src/modules/uac/README index 0dae86dc80..e98b70b7cc 100644 --- a/src/modules/uac/README +++ b/src/modules/uac/README @@ -1016,7 +1016,7 @@ event_route[uac:reply] {
* r_domain - remote domain, e.g.,: sipprovider.com
- * realm - remote relam, e.g.,: sipprovider.com + * realm - remote realm, e.g.,: sipprovider.com
* auth_username - authentication username, e.g.,: test123