From: Richard Levitte - VMS Whacker <[EMAIL PROTECTED]>
Actually, I'm starting to wonder if I'm losing my sanity. I've stared
at the code for some time now, and it does look like the expansion of
a in the code below is really needed, from reading bn_sqr_recursive()
and the stuff it calls...
> if (al == j)
> {
> if (bn_wexpand(a,k*2) == NULL) goto err;
> if (bn_wexpand(tmp,k*2) == NULL) goto err;
> bn_sqr_recursive(rr->d,tmp_bn->d,al,tmp->d);
The conclusion is that it should be possible to remove the expansion
of a completely in the code above.
Could someone double-check for me, to make sure I'm going insane?
--
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: Hmm... (discoveries about BIGNUM code)
Richard Levitte - VMS Whacker Sun, 12 Nov 2000 11:04:40 -0800
- Re: Hmm... (discoveries about BIGNUM code) Richard Levitte - VMS Whacker
- Re: Hmm... (discoveries about BIGNUM co... Richard Levitte - VMS Whacker
- Re: Hmm... (discoveries about BIGNUM co... Richard Levitte - VMS Whacker
- Re: Hmm... (discoveries about BIGNUM co... Geoff Thorpe
- Re: Hmm... (discoveries about BIGNUM co... Richard Levitte - VMS Whacker
- Re: Hmm... (discoveries about BIGNUM co... Richard Levitte - VMS Whacker
- Re: Hmm... (discoveries about BIGNU... Ben Laurie
- Re: Hmm... (discoveries about BIGNUM co... Geoff Thorpe
- Re: Hmm... (discoveries about BIGNUM co... robert bonomi
- Re: Hmm... (discoveries about BIGNUM co... Bodo Moeller
- Re: Hmm... (discoveries about BIGNUM co... Geoff Thorpe
