Re: check_purpose_ssl_server|client

2002-01-23 Thread Dr S N Henson
francoise lacambre wrote: hello, I have a little question about check_purpose_ssl_server and check_purpose_ssl_client. check_chain_purpose function calls X509_check_purpose for all untrusted certificats in the chain. This function calls a check_purpose function. In SSL_SERVER (or

Re: OpenSSH and OpenSSL snapshots

2002-01-23 Thread Lutz Jaenicke
On Wed, Jan 23, 2002 at 11:21:49AM -0800, Booker C. Bense wrote: On Wed, 23 Jan 2002, Lutz Jaenicke wrote: On Wed, Jan 23, 2002 at 07:03:20AM -0800, Booker C. Bense wrote: On Wed, 23 Jan 2002, Lutz Jaenicke wrote: Ok, the behaviour of the OpenSSL-0.9.7 has been adjusted: The old

Re: ftime missing, MacOSX (darwin 5.2), OpenSSL-SNAP-20020120

2002-01-23 Thread Dave Dykstra
I got around it temporarily by adding -DTIMES to the compile flags. Also I found I had to do the same -L hack in test/Makefile or the tests would fail. I then went back to 0.9.6c and got it to work with the patch from Pier Fumagalli. I'd still like to know how to do it without requiring manual

Re: performance problem

2002-01-23 Thread Jeffrey Altman
You should initialize ensure the PRNG has enough entropy long before you try to call SSL_connect(). hi, i found a big performace problem with ssl_connect(). I WOULDN'T CALL IT A REAL BUG, BUT IT COULD BE A BIG PROBLEM !!! i integrated openssl inside my application and the ssl handshake

Re: OpenSSH and OpenSSL snapshots

2002-01-23 Thread Richard Levitte - VMS Whacker
From: Lutz Jaenicke [EMAIL PROTECTED] Lutz.Jaenicke On Wed, Jan 23, 2002 at 11:21:49AM -0800, Booker C. Bense wrote: Lutz.Jaenicke - I was afraid you'd say that... It defeats the whole Lutz.Jaenicke point of changing the names in the first place[1]. Oh Lutz.Jaenicke well, I'll just have to

Re: OpenSSH and OpenSSL snapshots

2002-01-23 Thread Richard Levitte - VMS Whacker
From: Damien Miller [EMAIL PROTECTED] djm On Thu, 24 Jan 2002, Richard Levitte - VMS Whacker wrote: djm djm My first attepmt was to do the whole thing with cpp macros. However, djm after giving it some thought, that could cause a number of problems; djm one is that macros have zero type

Re: OpenSSH and OpenSSL snapshots

2002-01-23 Thread Jeffrey Altman
djm The other problem is applications djm that link either with libdes or with openssl's libcrypto. The latter djm will very suddenly fail. djm djm How? These apps would need to be recompiled anyway - that way they would djm pick up the macros. If we retain the old symbols in the

Re: OpenSSH and OpenSSL snapshots

2002-01-23 Thread Lutz Jaenicke
On Thu, Jan 24, 2002 at 02:32:24AM -0500, Jeffrey Altman wrote: djm The other problem is applications djm that link either with libdes or with openssl's libcrypto. The latter djm will very suddenly fail. djm djm How? These apps would need to be recompiled anyway - that way they