To see what would happen next, I added a
#else
else if (strcmp(*argv, "-dhe1024dsa") == 0) {}
in the option test sequence.  It now runs all the tests quite happily but
crashes with several error lines in the cleanup code. Progress!
Back to you :-)
Chris Brook

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Richard Levitte via
RT
Sent: Monday, August 12, 2002 5:23 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: [openssl.org #216] Bugs in OPENSSL-0.9.7 beta 3



I have solved problems 1 and 3.  Problem 2 was will take a little
bit of pondering.

[[EMAIL PROTECTED] - Mon Aug 12 18:34:58 2002]:

> 1. In rmdtest.c:
> If I build with OPENSSL_NO_RIPEMD and rmdtest.c fails to compile
because
> openssl/ripemd.h cannot be found.
> The line "#include <openssl/ripemd.h>"  needs to be moved AFTER
the "#else"
> of "#ifndef OPENSSL_NO_RIPEMD".
>
> 2. In ssltest.c:
> If I build with OPENSSL_NO_DH, I will get a failure message:
>       "unknown option -dhe1024dsa"
> when running
>       "test sslv2/sslv3 with 1024bit DHE via BIO pair" in
testssl.com.
>
> 3. bn won't compile in a Windows environment using VC++ 6.0/SP5
because of a
> problem with 'bn.h' which uses the VC++ 6.0/SP5 class template
name,
> 'modulus'.
>
> Chris Brook
>
>
______________________________________________________________________
> OpenSSL Project
http://www.openssl.org
> Development Mailing List
[EMAIL PROTECTED]
> Automated List Manager
[EMAIL PROTECTED]


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

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

Reply via email to