From: NN Poster <[EMAIL PROTECTED]>

nnposter> Description
nnposter> ===========
nnposter> OpenSSL configuration file may contain option "RANDFILE",
nnposter> which specifies a location of the RNG seed file. OpenSSL (on
nnposter> Win32) erroneously ignores this option and uses a default
nnposter> path of "c:\.rnd" instead. Conversely, environment variable
nnposter> "RANDFILE" is always honored.
nnposter> 
nnposter> 
nnposter> Example:
nnposter> 
nnposter> > openssl rand -base64 -rand extra.rnd 128

Incorrect.  The configuration file isn't read at all by the rand
application.  The configuration file is only used by the certificate
handling applications, which are:

        openssl x509
        openssl req
        openssl ca

Perhaps this should be clarified in the docs...

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-733-72 88 11
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, GemPlus:             http://www.gemplus.com/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to