Re: genrsa...

1999-05-03 Thread Martin Kraemer

On Sun, May 02, 1999 at 01:04:17PM +0200, Ralf S. Engelschall wrote:
 On Sat, May 01, 1999, Michael J. Pape wrote:
 
  How long should it take to generate an rsa key? 
 
 Usually between a few seconds and up to a minute. But usually not longer.
 

I had a looping problem with SSLeay and OpenSSL which was clearly a
compiler (optimizer) error of the SGI Irix cc and its descendants
(The CDS compiler of Siemens Nixdorf used to suffer from this bug
until V2.0Bsomething.

If this holds for the Alpha compiler as well, openssl should behave
normally if you recompile with the "-g" switch (and no -O switches).

Martin
-- 
[EMAIL PROTECTED]  |Siemens Information and
Phone: +49-89-636-46021   |Communication  Products
FAX:   +49-89-636-47816   |81730  Munich,  Germany
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: genrsa...

1999-05-02 Thread Ralf S. Engelschall

On Sat, May 01, 1999, Michael J. Pape wrote:

 How long should it take to generate an rsa key? 

Usually between a few seconds and up to a minute. But usually not longer.

 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...).
 [...]
 DEC Unix 4.0e
 [...]

I'm sure you've not configured OpenSSL correctly for your Alpha platform. Make
sure you use the correct platform id on the "perl Configure" command line.
Check this first.
   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]