Explorar o código

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

Kamailio Dev %!s(int64=6) %!d(string=hai) anos
pai
achega
12558445c2
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/modules/tls/README

+ 3 - 3
src/modules/tls/README

@@ -1434,13 +1434,13 @@ end
 
 
    The following options are avaialble:
    The following options are avaialble:
      * krand - use internal kam_rand() function
      * 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
      * kxlibssl - default libssl rand engine wrapped by a Kamailio mutex
 
 
    Note: the krand and fastrand engines are not recommended for use on
    Note: the krand and fastrand engines are not recommended for use on
    systems requiring strong security, as they may not generate numbers
    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
    The default value is empty (not set) for libssl v1.0.x or older, and
    "cryptorand" for libssl v1.1.x or newer.
    "cryptorand" for libssl v1.1.x or newer.