Erich Schubert��
I have read http://www.openssl.org/support/faq.html,
but I still don't know how to do,my OS is solaris 8,
when I use:
#openssl rand 1024
It shows :
unable to load 'random state'
This means that the random number generator has not been seeded
with much random data.
Consider setting the RANDFILE environment variable to point at a file that
'random' data can be kept in (the file will be overwritten).
19693:error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not
seeded:md_rand.c:474:You need to read the OpenSSL FAQ,
http://www.openssl.org/support/faq.html
How can I do?
�� 2001-05-12 16:14:00 �����
>> Using configuration from /usr/local/ssl/openssl.cnf
>> unable to load 'random state'
>> This means that the random number generator has not been seeded
>> with much random data.
>> Generating a 1024 bit RSA private key
>> 18413:error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not
>seeded:md_rand.c:474:You need to read the OpenSSL FAQ,
>http://www.openssl.org/support/faq.html
>> 18413:error:04069003:rsa routines:RSA_generate_key:BN lib:rsa_gen.c:182:
>
>> How can I do?
>
>Read the error message...
>"You need to read the OpenSSL FAQ, http://www.openssl.org/support/faq.html"
>
>I suppose your OS does not provide a suitable random number generator
>(or openssl is not configured to use one)
>
>Greetings,
>Erich
��
��
new
[EMAIL PROTECTED]