Module: kamailio Branch: 5.3 Commit: 98e22d5e11be5ef9e669635ea472ffe4f1d81e42 URL: https://github.com/kamailio/kamailio/commit/98e22d5e11be5ef9e669635ea472ffe4...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2019-10-15T15:16:40+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/tls/README
---
Diff: https://github.com/kamailio/kamailio/commit/98e22d5e11be5ef9e669635ea472ffe4... Patch: https://github.com/kamailio/kamailio/commit/98e22d5e11be5ef9e669635ea472ffe4...
---
diff --git a/src/modules/tls/README b/src/modules/tls/README index 3f40adf0f0..a625036a92 100644 --- a/src/modules/tls/README +++ b/src/modules/tls/README @@ -617,6 +617,8 @@ Place holder 10.1. tls_method (string)
Sets the TLS protocol method. Possible values are: + * TLSv1.2+ - TLSv1.2 or newer (TLSv1.3, ...) connections are accepted + (available starting with openssl/libssl v1.1.1) * TLSv1.2 - only TLSv1.2 connections are accepted (available starting with openssl/libssl v1.0.1e) * TLSv1.1+ - TLSv1.1 or newer (TLSv1.2, ...) connections are accepted @@ -1436,6 +1438,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