How long should it take to generate an rsa key? A "make certificate" or
an explicit openssl command (openssl genrsa -des3 -out server.key 1024)
create a process that runs forever (at least for 24 hours before I
killed it...).

I've read some postings that indicated that bn recursion should be
undefined. I've done that and recompiled without success. I'm not trying
to create a large key, i.e., just 1024 bit.

Is there something wrong here, or do I need to let the process run until
it completes -- possibly days...

running:
DEC Unix 4.0e
OpenSSL 0.9.2b 22 Mar 1999

with "make certificate":

SSL Certificate Generation Utility (mkcert.sh)
Copyright (c) 1998 Ralf S. Engelschall, All Rights Reserved.
 + finding random files on your platform

Generating test certificate signed by Snake Oil CA [TEST]
WARNING: Do not use this for real-life/production systems
______________________________________________________________________

STEP 1: Generating RSA private key (1024 bit) [server.key]
1117857 semi-random bytes loaded
Generating RSA private key, 1024 bit long modulus
..........................................................................................................

..........................................................................................................

....................................

on and on ...


or

# apps/openssl genrsa -des3 -out server.key 1024
80 semi-random bytes loaded
Generating RSA private key, 1024 bit long modulus
.....................................

on and on...
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to