I've tried both  openssl-0.9.7-stable-SNAP-20020419 and  openssl-SNAP-20020419
on WIN32 (using VC++ 6).

openssl-0.9.7-stable-SNAP-20020419

In order to successfully compile the library I slightly modified two files:
in s3_pkt.c there are two mismatch signed/unsigned one for the variable
extra (I changed from int to unsigned int) and the other one for the variable
prefix_len (I made an analogous change). In ssltest.c I changed r from int
to unsigned int again and finally everything was fine. I'm now trying to
use the library to compile some of our applications based on previous OpenSSL
0.9.6c as requested by the core developers of the library.

openssl-SNAP-20020419

Apart from the same changes mentioned above there are still some problems
with ECDSA stuff.
1) in util\mkfiles.pl the directory "crypto/ecdsa" is missing in the array
definition of @dirs.
2) ecdsa.h is still not copied in inc32
3) there is a mismatch (a const qualifier) in the parameter 5 between the
declaration of ECDSA_verify in ecdsa.h and the definition of the same function
in ecs_vrf.c

After that I was able to complete the compilation. The tests run successfully
(also the ones ectest and ecdsatest). I think that also the test.bat file
in the dir ms should be updated.

Regards,
MD





__________________________________________________________________
Abbonati a Tiscali!
Con Tiscali By Phone puoi anche ascoltare ed inviare email al telefono.
Chiama Tiscali By Phone all' 892 800        http://byphone.tiscali.it



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

Reply via email to