RE: RSA_generate_key: n/e/d and strange keysizes <= PLEASE IGNORE THAT MESSAGE

2004-05-11 Thread Heusden van, FJJ (Folkert)
Please ignore that message: I accidently linked against the OpenSSL library while using libeay32.dll from the MKS toolkit :-/ -Oorspronkelijk bericht- Van: Heusden van, FJJ (Folkert) Verzonden: dinsdag 11 mei 2004 10:49 Aan: '[EMAIL PROTECTED]' Onderwerp: RSA_generate_key:

RSA_generate_key: n/e/d and strange keysizes

2004-05-11 Thread Heusden van, FJJ (Folkert)
Hi, I'm trying to create an RSA keypair with the RSA_generate_key function. After seeding the PRNG with some random values, I call RSA_generate_key this way: RSA *pRsa = RSA_generate_key( 1024, // key length 257, // exponent progress, // shows progress NULL // giv