Re: Major memory leak in OpenSSL using threads

2004-03-23 Thread Geoff Thorpe
BTW, this is now heading down a different route to the original thread. That's ok, but I wanted to mention that we're no longer discussing BN_BLINDING leaks ... On March 23, 2004 12:18 pm, you wrote: > First off I'm not all that familiar with the openSSL code base so my > comment may be inapprop

RE: Major memory leak in OpenSSL using threads

2004-03-23 Thread Avery, Ken
Title: RE: Major memory leak in OpenSSL using threads 0.9.7b – I will upgrade to 0.9.7d and run tests.   From: Diarmuid O'Neill [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 10:15 AM To: [EMAIL PROTECTED] Cc: Avery, Ken Subject: RE: Major memory leak in OpenSSL

Re: Major memory leak in OpenSSL using threads

2004-03-23 Thread terr
First off I'm not all that familiar with the openSSL code base so my comment may be inappropriate. A couple years ago I made a post that I felt the memory managment is not done optimally. I think what you have discovered illustrates this. IMHO we should have a higher level memory managment lay

Re: Major memory leak in OpenSSL using threads

2004-03-23 Thread Geoff Thorpe
Hi Ken, On March 23, 2004 10:05 am, Avery, Ken wrote: > Is there anyone out there willing to help out that understands the big > number code? Can anyone at least tell me if Apache/mod_ssl/OpenSSL > needs to initialize some kind of callback? Like > CRYPTO_set_locking_callback <- Just an example, th