From: Bodo Möller Date: Tue, 26 Oct 1999 11:19:42 +0000 (+0000) Subject: Don't be overly paranoid. X-Git-Tag: OpenSSL_0_9_5beta1~464 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=99e87569fdac147e63f54e23901d2eaff67bdf72;p=oweals%2Fopenssl.git Don't be overly paranoid. --- diff --git a/CHANGES b/CHANGES index 62f5c90daa..f8006eb305 100644 --- a/CHANGES +++ b/CHANGES @@ -15,7 +15,7 @@ x509 (when signing). Except on systems with /dev/urandom, it is crucial to have a random seed file at least for key creation, DSA signing, and for DH exchanges; - for RSA signatures it might not hurt _that_ much not to have one. + for RSA signatures we could do without one. gendh and gendsa (unlike genrsa) used to read only the first byte of each file listed in the `-rand' option. The function as previously