On Fri, Mar 03, 2000 at 09:08:49PM -0500, David G. Hesprich wrote:

> int main(void)
> {
> RSA *key;
> 
> key=RSA_generate_key(32,3,NULL,NULL);
> if(key==NULL)
> printf("NO RSA!\n");
> else
> printf("RSA OK!\n");
> return(0);
> }

You have RSA support, but you can't use it because you don't seed the
PRNG.

Inform the application developer about http://www.openssl.org/support/faq.html#6
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to