Memory Leaks in RSA_eay_private_decrypt

2003-09-09 Thread drorotmi
Hi File: Crypto\RSA\rsa_eay.c Function: RSA_eay_private_decrypt Line: 430 (blinding = setup_blinding(rsa, ctx);) The flag 'local_blinding' is set to 1 but the memory is never freed. TIA Dror __ OpenSSL Project

[openssl.org #684] Memory Leaks in RSA_eay_private_decrypt

2003-09-09 Thread [EMAIL PROTECTED] via RT
Hi File: Crypto\RSA\rsa_eay.c Function: RSA_eay_private_decrypt Line: 430 (blinding = setup_blinding(rsa, ctx);) The flag 'local_blinding' is set to 1 but the memory is never freed. TIA Dror __ OpenSSL Project

A couple more FIPS questions

2003-09-09 Thread Verdon Walker
I have downloaded the latest FIPS snapshot (9/9) and I have a couple more questions about it: 1) How do I build it? If I just do a ./config (Linux) and make, it will build everything, but I'm not sure I'm getting all the FIPS stuff. Do I need to specify something like ./config -DFIPS to get it to

Re: A couple more FIPS questions

2003-09-09 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Tue, 09 Sep 2003 13:55:43 -0600, Verdon Walker [EMAIL PROTECTED] said: VWalker I have downloaded the latest FIPS snapshot (9/9) and I have a couple VWalker more questions about it: VWalker VWalker 1) How do I build it? If I just do a ./config (Linux) and VWalker

Re: A couple more FIPS questions

2003-09-09 Thread Ben Laurie
Verdon Walker wrote: I have downloaded the latest FIPS snapshot (9/9) and I have a couple more questions about it: 1) How do I build it? If I just do a ./config (Linux) and make, it will build everything, but I'm not sure I'm getting all the FIPS stuff. Do I need to specify something like