Re: When generating RSA Key, Process Hangs

2005-08-28 Thread Dr. Stephen Henson
On Sun, Aug 28, 2005, Mark Kane wrote: > Hi everyone. Sorry if this has been asked before, but I tried to search > and didn't come up with much. > > This has happened on a few servers I have tried to generate RSA keys on. > The command I am using is: > > openssl genrsa -aes256 -rand /dev/urand

Re: When generating RSA Key, Process Hangs

2005-08-28 Thread Mark Kane
Mark Kane wrote: Hi everyone. Sorry if this has been asked before, but I tried to search and didn't come up with much. This has happened on a few servers I have tried to generate RSA keys on. The command I am using is: openssl genrsa -aes256 -rand /dev/urandom -out servername.privkey 4096 O

Threading OpenSSL

2005-08-28 Thread Dusty Hendrickson
I am currently working on a project making use of SSL connections via OpenSSL. We need a stable thread-safe SSL setup. I currently know 3 things about OpenSSL thread-safety: 1. Cannot share SSL connection amongst threads 2. Provide locking_function() 3. Provide id_function() I am interested in

When generating RSA Key, Process Hangs

2005-08-28 Thread Mark Kane
Hi everyone. Sorry if this has been asked before, but I tried to search and didn't come up with much. This has happened on a few servers I have tried to generate RSA keys on. The command I am using is: openssl genrsa -aes256 -rand /dev/urandom -out servername.privkey 4096 On some servers it