openssl 0.9.8 with VisualStudio2003

2003-07-18 Thread rangeos
    Hi,   I have made a soft which work fine with openssl-0.9.7-stable-SNAP-20030718, but when I try to compile my soft using VisualStudio2003 with openssl-SNAP-20030718 I get the following message :   d:\Mes Documents\Programmation\C++\LibBGT\IncludeWin32\openssl\x509.h(312): fatal

Re: SSL connection handshake and ENGINE

2003-07-18 Thread Dr. Stephen Henson
On Fri, Jul 18, 2003, Michiels Olivier wrote: > The problem is I didn't implement the decrypt function in my ENGINE. The > decrypt used is the one from openssl. Whe the s_server is able to > decrypt the data and not my server ? > I'm a little confused here. What is your setup? Are you using one

Re: purify errors in openssl crypto

2003-07-18 Thread Geoff Thorpe
Hi there, On July 18, 2003 08:29 am, Andrew Marlow wrote: > I have found that the ssltest program raises several purify errors > which I am looking at. They are UMRs, uninitialised memory reads, > i.e memory is read and acted on even though it was never > given a value. Here is the first one (base

Re: SSL connection handshake and ENGINE

2003-07-18 Thread Michiels Olivier
Part of this message was stripped for security reasons. If this has made the contents unusable, please contact your correspondent or mailto:[EMAIL PROTECTED]

Fwd: Tracking down mod_ssl/OpenSSL bug

2003-07-18 Thread Douglas K. Fischer
I sent this to Ralf and the mod_ssl user's to see if anyone has any ideas on this. I figured I send it here too, since I'm not sure if it's a mod_ssl issue or an OpenSSL issue. Any info would be greatly appreciated. Many thanks, Doug - Begin forwarded message - Ralf, I have been doing

Re: SSL connection handshake and ENGINE

2003-07-18 Thread Michiels Olivier
The problem is I didn't implement the decrypt function in my ENGINE. The decrypt used is the one from openssl. Whe the s_server is able to decrypt the data and not my server ? Olivier On Fri, 2003-07-18 at 14:54, Dr. Stephen Henson wrote: On Fri, Jul 18, 2003, Michiels Olivier wrote: > Hi, >

Re: SSL connection handshake and ENGINE

2003-07-18 Thread Dr. Stephen Henson
On Fri, Jul 18, 2003, Michiels Olivier wrote: > Hi, > I'm trying to have a client and a server communicates through a SSL > connection. I've created a client certificate and a server certificate. > They both use openssl but the server set an ENGINE which I've developed > myself. I'va had to develo