RE: memory leak in openssl

2009-06-23 Thread Vivek Subbarao
: openssl-users@openssl.org Subject: Re: memory leak in openssl It looks like you did not do an SSL_free when the connection was shut down. -Kyle H On Mon, Jun 22, 2009 at 1:16 AM, Vivek Subbarao wrote: > Hi, > > > > I am using openssl 0.9.8e that comes along with the linux rhel 5 u3

Re: memory leak in openssl

2009-06-22 Thread Kyle Hamilton
It looks like you did not do an SSL_free when the connection was shut down. -Kyle H On Mon, Jun 22, 2009 at 1:16 AM, Vivek Subbarao wrote: > Hi, > > > > I am using openssl 0.9.8e that comes along with the linux rhel 5 u3 OS. We > have a client server architecture where both the client and server

Re: Memory leak in OpenSSL application

2006-02-15 Thread Krishna M Singh
Hi All the best thing to track openSSL memory leak (as per my little understanding) is to have a debug file with Boundschecker and than provide some traffic and shutdown ur app. In case of leak its caught by the boundschecker. Now use some memory allocator (like Buddy Alloc etc...) and than have

RE: Memory leak in OpenSSL application

2006-02-06 Thread Mark
> I've been doing some research into this and so far the main > cause seems > to be that we were not calling SSL_free after each connection > closed. > From what I have gathered, the correct way to cleanup after a > connection is to call the following functions in this order: > > SSL_sh

RE: Memory leak in OpenSSL application

2006-02-05 Thread Vinay Jha
Do you have session cache enabled? I have had the same suspicion in the past. Following links may be usefull. http://www.openssl.org/docs/ssl/SSL_CTX_set_session_cache_mode.html http://www.openssl.org/docs/ssl/SSL_CTX_set_timeout.html# -VJ -Original Message- From: [EMAIL PROTECTED] [mailt