From 6fb06e5f71bdf1b7fc689701a57f543e34836812 Mon Sep 17 00:00:00 2001 From: Henning Westerholt Date: Wed, 9 Oct 2019 15:47:05 +0200 Subject: [PATCH] tls: small extensions in parameter docs related to PRNG engines --- src/modules/tls/doc/params.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/tls/doc/params.xml b/src/modules/tls/doc/params.xml index dc6494c2db0..c6ec3b067d3 100644 --- a/src/modules/tls/doc/params.xml +++ b/src/modules/tls/doc/params.xml @@ -1258,13 +1258,13 @@ end 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