Memory problems in EVP_VerifyInit()?

2004-12-01 Thread Martin Carpenter
Hi there, I have a couple of applications built upon a small library function that I have written. One of these applications works fine, all the time. The other does not. Ever. I'm suspicious that this may be a possible memory corruption problem in EVP_VerifyInit(), but I'd appreciate a sanity ch

Re: Memory problems in EVP_VerifyInit()?

2004-12-01 Thread Martin Carpenter
I wrote: [lots of exciting speculation abot EVP_VerifyInit()] Unfortunately, all wrong. No exciting bugs in OpenSSL 0.9.7e. In another shared library that we are using, nm tells me that there are some interesting functions with names like EVP_*(). Time to go and talk with a cow-orker.

Re: Memory problems in EVP_VerifyInit()?

2004-12-02 Thread Gregory Hicks
> From: "Martin Carpenter" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: Memory problems in EVP_VerifyInit()? > Date: Thu, 2 Dec 2004 06:27:16 +0100 > > > Hi there, > > I have a couple of applications built upon a small libr