possible bug in BN_dec2bn()

2002-10-12 Thread David Brumley
Hi, I've discovered a possible {bug,something unexpected} in BN_dec2bn() in bn_print.c. I'll call it my problem until confirmed. System info in case it matters: openssl-0.9.6g Linux dollar 2.4.18-14 #1 Wed Sep 4 12:13:11 EDT 2002 i686 athlon i386 GNU/Linux The problem is when doing the

Re: possible bug in BN_dec2bn()

2002-10-12 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Fri, 11 Oct 2002 18:36:44 -0700, David Brumley [EMAIL PROTECTED] said: dbrumley I've discovered a possible {bug,something unexpected} in dbrumley BN_dec2bn() in bn_print.c. I'll call it my problem until dbrumley confirmed. [...] dbrumley The problem seems to be

Re: possible bug in BN_dec2bn()

2002-10-12 Thread Richard Levitte - VMS Whacker
Oh, and please tell us which version of OpenSSL you're using. -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED] Redakteur@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47 \ SWEDEN \ or +46-708-26 53 44 Procurator Odiosus Ex Infernis--

Re: possible bug in BN_dec2bn()

2002-10-12 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Fri, 11 Oct 2002 18:36:44 -0700, David Brumley [EMAIL PROTECTED] said: dbrumley System info in case it matters: dbrumley openssl-0.9.6g dbrumley Linux dollar 2.4.18-14 #1 Wed Sep 4 12:13:11 EDT 2002 i686 athlon i386 dbrumley GNU/Linux Oh, never mind, you did

Re: possible bug in BN_dec2bn()

2002-10-12 Thread David Brumley
dbrumley BN_dec2bn() in bn_print.c. I'll call it my problem until dbrumley confirmed. [...] dbrumley The problem seems to be calling BN_dec2bn with an already dbrumley allocated BIGNUM that's been previously used. Inside dbrumley BN_dec2bn the code is something like: dbrumley int