RSA private key patterns

2001-12-18 Thread Saju Paul
I'm having a problem generating a RSA private when numbits is 64. The RSA key generation patterns for few bits size I've tried is shown below. It's seems to have no trouble when numbit is = 32 and = 64. $WORK0 OLAPPOBJ 392 openssl genrsa 16 (does not generate key file to stdout) Generating

Re: RSA private key patterns

2001-12-18 Thread Lutz Jaenicke
On Tue, Dec 18, 2001 at 04:00:04PM -0500, Saju Paul wrote: I'm having a problem generating a RSA private when numbits is 64. The RSA key generation patterns for few bits size I've tried is shown below. It's seems to have no trouble when numbit is = 32 and = 64. Hmm. What platform are we

Re: RSA private key patterns

2001-12-18 Thread Saju Paul
What platform are we talking about? The openssl toolkit and the two libraries (crypto ssl) have been built on a Tandem Himalaya system. The operating system is Guardian. It does not have PERL or the MAKE utilities. It has a ANSI compatible C compiler; which I used to compile and link the