Re: problem with openssl-0.9.5a-beta2 under Solaris2.7

2000-04-01 Thread Lance Nehring
This sounds like something Tim Nibbe <[EMAIL PROTECTED]>  addressed a few days ago about /etc/random. Here's what he wrote: You can add /etc/random to Solaris by installing the SUNski package from Sun  patch 105710-01 (Sparc).  The patch has some other packages in it but I haven't  installed the

Antw: problem with openssl-0.9.5a-beta2 under Solaris2.7

2000-03-28 Thread Harald Hellmuth
Hello Gerard, Openssl is missing /dev/random or a file named .rnd in your Homedirectory. Just do a cat file1 file2 file3 >$HOME/.rnd. Or copy randseed.bin generated by pgp to $HOME/.rnd. .rnd should have a minimum size of 1024 bytes. After this it should work. Greetings Harald >>> Gerard GACH

Re: problem with openssl-0.9.5a-beta2 under Solaris2.7

2000-03-28 Thread Drew Taylor
Gerard GACHELIN wrote: > Using configuration from /usr/local/ssl/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 > 6724:error:24064064:random number generator:SSLEAY_

Re: problem with openssl-0.9.5a-beta2 under Solaris2.7

2000-03-28 Thread Richard Levitte - VMS Whacker
gg> But I can't create a new certificate. [...] gg> Generating a 1024 bit RSA private key gg> 6724:error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not seeded:md_rand.c:538: gg> 6724:error:04069003:rsa routines:func(105) :BN lib:rsa_gen.c:182: gg> gg> The same command is working fin

problem with openssl-0.9.5a-beta2 under Solaris2.7

2000-03-28 Thread Gerard GACHELIN
Hello, I installed openssl-0.9.5a-beta2 and rsaref2.0 on a Sparcserver running Solaris2.7. No problem during the install process. But I can't create a new certificate. Here is what I type : /usr/local/ssl/bin/openssl req -new -x509 -days 1000 -nodes -keyout ssl.key/server.key -out ssl.crt/ser