From: Darrel Hankerson <[EMAIL PROTECTED]> dhankers> BN_mul(r,x,y,ctx) in openssl-0.9.{4,5a}/crypto/bn/ does not track sign dhankers> correctly if r==x or r==y. (In SSLeay, I believe r!=x and r!=y was dhankers> required, but this was removed in later versions.) Thanks, I've just commited that change. -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED] Chairman@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47 Redakteur@Stacken \ SWEDEN \ or +46-709-50 36 10 Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED] Member of the OpenSSL development team: http://www.openssl.org/ Software Engineer, Celo Communications: http://www.celocom.com/ Unsolicited commercial email is subject to an archival fee of $400. See <http://www.stacken.kth.se/~levitte/mail/> for more info. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
Re: [PATCH] bn_mul() does not track sign correctly
Richard Levitte - VMS Whacker Tue, 25 Jul 2000 18:13:34 -0700
- [PATCH] bn_mul() does not track sign correct... Darrel Hankerson
- Richard Levitte - VMS Whacker