Hi,

I found the following lines in crypto/asn1/d2i_s_pr.c:

(Line  94) :  M_ASN1_INTEGER_free(bs);
...
... skipping some unrelevant code
...
(Line 102) :  if (bs != NULL) M_ASN1_INTEGER_free(bs);

which causes my application to crash.
Actually I provided an RSA key and I wanted to get
some error-code telling me this is no DSA format.

Did I miss something important?

Robert

OpenSSL 0.9.5a 1 Apr 2000
built on: Tue May 16 11:52:53 2000
platform: VC-WIN32
options:  bn(64,32) md2(int) rc4(idx,int) des(idx,cisc,4,long) idea(int)
blowfish(idx)
compiler: cl  /MD /W3 /WX /G5 /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo -DWIN32
-DWIN32_LEAN_AND_MEAN -DL_ENDIAN /Fdout32

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

Reply via email to