On Fri, 2 Feb 2001, Lutz Jaenicke wrote:
<cut>

Thanks for the information.

> Anyway, in order to read additional entropy from an EGD-device, you must
> explicitly state it on the command line:
>   openssl genrsa -rand /var/run/egd-pool [other options]...

I tried that first and could not get it to work.  How would you edit CA.sh
to create a newca.  I added the -rand as below and I still get the error.

            echo "Making CA certificate ..."
            $REQ -new -x509 -keyout ${CATOP}/private/$CAKEY \
                -rand /var/run/egd-pool -out ${CATOP}/$CACERT $DAYS
            RET=$?


> "openssl" will automatically try to access /var/run/egd-pool, then, if this
> is not possible, it will try to _read_ it as a normal file (it will never
> write back anything).
> OpenSSL starting with 0.9.7 will automatically try to access an EGD-device
> at /var/run/egd-pool (and /etc/entropy, but the /var hierarchy is recommended).

Is there a read-only cvs with this version that I could try?

Thanks,

--
Boyd Gerber <[EMAIL PROTECTED]>
ZENEZ   3748 Valley Forge Road, Magna Utah  84044
Office 801-250-0795 FAX 801-250-7975


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

Reply via email to