RE: openssl memory leak

2014-07-29 Thread dvijayalakshmi
timeout. Note: We found that a healthy SSL session is retained in the memory until the session timeout occurs. Awaiting your response. -- View this message in context: http://openssl.6102.n7.nabble.com/openssl-memory-leak-tp52311p52375.html Sent from the OpenSSL - User mailing list archive at

RE: openssl memory leak

2014-07-27 Thread dvijayalakshmi
We observed that sometimes SSL_Shudown() is not returning success. If the cache is maintained, will the API fail. -- View this message in context: http://openssl.6102.n7.nabble.com/openssl-memory-leak-tp52311p52361.html Sent from the OpenSSL - User mailing list archive at Nabble.com

RE: openssl memory leak

2014-07-27 Thread dvijayalakshmi
return true; } Kindly let us know if any other additional APIs need to be called to free the SSL session completely. We found that SSL session is maintained in the cache after the first upload. i.e about 1000KB of memory is increased after first SSL Session and the memory is not compl

RE: openssl memory leak

2014-07-25 Thread Porter, Andrew
Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of dvijayalakshmi Sent: Friday, July 25, 2014 6:37 AM To: openssl-users@openssl.org Subject: openssl memory leak We are using Openssl for FTPS connections. We are facing issues with memory leak

openssl memory leak

2014-07-25 Thread dvijayalakshmi
We are using Openssl for FTPS connections. We are facing issues with memory leak. Kindly let us know if there is sample code. -- View this message in context: http://openssl.6102.n7.nabble.com/openssl-memory-leak-tp52311.html Sent from the OpenSSL - User mailing list archive at Nabble.com

Re: Openssl Memory leak

2009-05-07 Thread Nikos Balkanas
, 2009 4:49 PM Subject: Re: Openssl Memory leak After some investigation I've figured out that the memory leak isn't caused by running Openssl in threads. However, after about 200 connections, may vary, the used memory increases with around 70 kb. Is this normal? I guessed it'

Re: Openssl Memory leak

2009-05-07 Thread Fabian Bergmark
o internal state machine. It completes when >> the value != 0. Hope it helps. >> >> BR, >> Nikos >> >> - Original Message - >> *From:* Fabian Bergmark >> *To:* openssl-users@openssl.org >> *Sent:* Tuesday, May 05, 2009 9:13 PM >> *

Re: Openssl Memory leak

2009-05-06 Thread Fabian Bergmark
iterations to complete due to internal state machine. It completes when > the value != 0. Hope it helps. > > BR, > Nikos > > - Original Message - > *From:* Fabian Bergmark > *To:* openssl-users@openssl.org > *Sent:* Tuesday, May 05, 2009 9:13 PM > *Subject:* Ope

Re: Openssl Memory leak

2009-05-05 Thread Nikos Balkanas
, May 05, 2009 9:13 PM Subject: Openssl Memory leak Hi I am currently writing a Chat application using the Openssl library for encryption. It's a multi-thread application and every client is managed by a different thread. However, ever since I implemented Openssl there seams to

Openssl Memory leak

2009-05-05 Thread Fabian Bergmark
Hi I am currently writing a Chat application using the Openssl library for encryption. It's a multi-thread application and every client is managed by a different thread. However, ever since I implemented Openssl there seams to be a memory leak of around 10 kb. My openssl-code code is looking like