Re: My patch to rsa_eay.c didn't seem to get accepted

2000-12-14 Thread Richard Levitte - VMS Whacker
From: "Reddie, Steven" [EMAIL PROTECTED] Steven.Reddie I've come across four race conditions in the following Steven.Reddie functions in rsa_eay.c: Steven.Reddie RSA_public_encrypt Steven.Reddie RSA_public_decrypt Steven.Reddie RSA_eay_mod_exp (x2) Steven.Reddie Steven.Reddie These can cause

Re: My patch to rsa_eay.c didn't seem to get accepted

2000-12-14 Thread Geoff Thorpe
On Thu, 14 Dec 2000, Richard Levitte - VMS Whacker wrote: From: "Reddie, Steven" [EMAIL PROTECTED] Steven.Reddie I've come across four race conditions in the following Steven.Reddie functions in rsa_eay.c: Steven.ReddieRSA_public_encrypt Steven.ReddieRSA_public_decrypt

RE: My patch to rsa_eay.c didn't seem to get accepted

2000-12-14 Thread Reddie, Steven
: Re: My patch to rsa_eay.c didn't seem to get accepted On Thu, 14 Dec 2000, Richard Levitte - VMS Whacker wrote: From: "Reddie, Steven" [EMAIL PROTECTED] Steven.Reddie I've come across four race conditions in the following Steven.Reddie functions in rsa_eay.c: Ste

My patch to rsa_eay.c didn't seem to get accepted

2000-12-13 Thread Reddie, Steven
Hi core team, On 4th October I submitted a patch to crypto/rsa/rsa_eay.c to fix some multithreaded race conditions. Nobody replied to my message at the time, and I've just noticed that the latest snapshot doesn't include these fixes. Did this just get overlooked, or was it purposely rejected?