[openssl.org #488] BUG REPORT: openbsd 3.2, openssl 0.9.7 fails to compile

2003-02-01 Thread James Nobis via RT
i saw the latest openssl so I decided to compile it before compile the new php and apache, however it fails to compile with the following: gcc -E -DOUT asm/dx86unix.cpp | as -o asm/dx86-out.o des-586.s: Assembler messages: des-586.s:2458: Error: Unimplemented segment type 135296 in

Re: [openssl.org #359] Calling SSL_read and SSL_write with non-emptyerror stack may cause an error

2003-02-01 Thread Ben Laurie
Arne Ansper wrote: I just checked. Seems that SSL_CTX_use_certificate_chain_file has a same problem. Other uses of ERR_peek_error seem to be immune to the old entries in error stack. One theory is that applications should not call arbitrary OpenSSL functions while there is stuff in the error

Re: [openssl.org #359] Calling SSL_read and SSL_write with non-emptyerror stack may cause an error

2003-02-01 Thread Arne Ansper
Like I say, they should only do this if there was an error reported, surely? No. Take a look at the SSL_CTX_use_certificate_chain_file: ret=SSL_CTX_use_certificate(ctx,x); if (ERR_peek_error() != 0) ret = 0; /* Key/certificate mismatch doesn't imply ret==0 ... */ I guess

Re: [CVS] OpenSSL: openssl/crypto/engine/ engine.hopenssl/crypto/evp/ c_a...

2003-02-01 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Sat, 1 Feb 2003 21:55:30 +0100 (CET), Ben Laurie [EMAIL PROTECTED] said: ben OpenSSL CVS Repository ben http://cvs.openssl.org/ ben ben ben Server: cvs.openssl.org