Re: [ANNOUNCE] OpenSSL 0.9.8 released

2005-07-06 Thread Corinna Vinschen
On Jul 5 21:40, Richard Levitte - VMS Whacker wrote: OpenSSL version 0.9.8 released == I'm pleased to announce that OpenSSL 0.9.8 is now packaged in the Cygwin net distribution. See http://cygwin.com/ml/cygwin-announce/2005-07/msg3.html

openssl-0.9.8 will not compile on MinGW

2005-07-06 Thread Frank Buttner
Hello, i have tryed to compile openssl but it stops with the error: gcc -o out\md2test tmp\md2test.o out\libssl.a out\libcrypto.a -lwsock32 -lgdi32 out\libcrypto.a(cryptlib.o)(.text+0x2b9):cryptlib.c: undefined reference to `OPENSSL_ia32_cpuid'

Incompatible API changes in 0.9.8

2005-07-06 Thread Brian Candler
I sent these reports to [EMAIL PROTECTED] a couple of hours ago, but they don't seem to have arrived either on the tracker or as postings on openssl-dev, so I'm forwarding them here (please see attached). The size_t problem with md5.h also applies to ripemd.h and sha.h Fixing these *almost*

[openssl.org #1149] 0.9.8 size_t in md5.h breaks ruby ext/openssl

2005-07-06 Thread Brian Candler via RT
openssl-0.9.8/include/openssl/md5.h changed some definitions of 'unsigned long' to 'size_t', but forgot to #include sys/types.h This breaks compilation of ruby-1.8.2's openssl module (and probably other things). I don't know if this is an intentional API change - i.e. all users are now required

Re: [openssl.org #1149] 0.9.8 size_t in md5.h breaks ruby ext/openssl

2005-07-06 Thread Brian Hurt
On Wed, 6 Jul 2005, Brian Candler via RT wrote: openssl-0.9.8/include/openssl/md5.h changed some definitions of 'unsigned long' to 'size_t', but forgot to #include sys/types.h Actually, stddef.h is what you want to include to get size_t. Brian

Re: debug version of 0.9.8

2005-07-06 Thread David Ho
My configure script ./Configure shared debug \ --prefix=/usr \ --openssldir=/usr/share/ssl \ linux-ppc no longer works on 0.9.8 David On 7/6/05, David Ho [EMAIL PROTECTED] wrote: How do I build a debug version of 0.9.8? David On 7/5/05, Andy Polyakov [EMAIL

[openssl.org #1150] 0.9.8 bug report

2005-07-06 Thread [EMAIL PROTECTED] via RT
hello, tried to compile 0.9.8 and got the following errors: /gmake -f ../Makefile.shared -e \ APPNAME=openssl OBJECTS=openssl.o verify.o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o rsautl.o dsa.o dsaparam.o ec.o ecparam.o

debug version of 0.9.8

2005-07-06 Thread David Ho
How do I build a debug version of 0.9.8? David On 7/5/05, Andy Polyakov [EMAIL PROTECTED] wrote: Okay, having actually did what Andy suggested, i.e. the one liner fix in the assembly code, bn_div_words returns the correct results. Note that the final version, one committed to all relevant

Re: openssl-0.9.8 will not compile on MinGW [u]

2005-07-06 Thread Andreas Jellinghaus [c]
windows or linux? for linux cross compiling with mingw see http://www.opensc.org/files/contrib/ Andreas __ OpenSSL Project http://www.openssl.org Development Mailing List

ENGINE changes in 0.9.8

2005-07-06 Thread Jonathon Green
Hi List, I have a question regarding the change to build the engines as seperate shared libraries in 0.9.8. The unix plaform builds that I've attempted behave as described, however the Windows build (using the nmake build process not Cygwin) does not link seperate dlls for the engines and they

RE: openssl-0.9.8 will not compile on MinGW [u]

2005-07-06 Thread Frank Buttner
Compiling for Windows unter Windows:) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Jellinghaus [c] Sent: Wednesday, July 06, 2005 11:38 PM To: openssl-dev@openssl.org Subject: Re: openssl-0.9.8 will not compile on MinGW [u] windows or linux?