Hi,

a couple of days ago I've reported the bug:
http://rt.openssl.org/Ticket/Display.html?id=1641

It looks like that Bodo's commit (see below) has fixed the reported problem.

So the bug can be closed and set to fixed.


Best regards,
Christian

Bodo Moeller wrote:
  OpenSSL CVS Repository
  http://cvs.openssl.org/
  ____________________________________________________________________________

  Server: cvs.openssl.org                  Name:   Bodo Moeller
  Root:   /v/openssl/cvs                   Email:  [EMAIL PROTECTED]
  Module: openssl                          Date:   27-Feb-2008 07:01:28
  Branch: HEAD                             Handle: 2008022706012602

  Modified files:
    openssl                 CHANGES
    openssl/crypto/bn       bn_mont.c
    openssl/crypto/rsa      rsa_eay.c

  Log:
    fix BIGNUM fl
  Index: openssl/crypto/bn/bn_mont.c
  ============================================================================
  $ cvs diff -u -r1.49 -r1.50 bn_mont.c
  --- openssl/crypto/bn/bn_mont.c       18 Sep 2007 16:35:28 -0000      1.49
  +++ openssl/crypto/bn/bn_mont.c       27 Feb 2008 06:01:27 -0000      1.50
  @@ -425,6 +425,7 @@
                BIGNUM tmod;
                BN_ULONG buf[2];
+ BN_init(&tmod);
                tmod.d=buf;
                tmod.dmax=2;
                tmod.neg=0;
  @@ .


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to