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
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
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
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