Re: Dumping key to file

2021-03-10 Thread Harish Kulkarni
Thank you all.. i will try and write back. -thanks harish On Wed, Mar 10, 2021 at 7:59 PM Matt Caswell wrote: > > > On 10/03/2021 13:35, Jeremy Harris wrote: > > On 10/03/2021 13:14, Harish Kulkarni wrote: > >> My application is built along with openssl library sour

Dumping key to file

2021-03-10 Thread Harish Kulkarni
Hello All, My application is built along with openssl library source code. We want to dump keys to a file for decrypting TLS flows from network captures.. is there any flag or environment variable which we can set during building application or while running application. -thanks harish

Re: Default value of a session resumption timeout (300 seconds vs 7200 seconds)

2021-02-07 Thread Harish Kulkarni
de base we didn't had this fix.. Any way. thanks you all. have a nice week ahead. -thanks harish On Sun, Jan 31, 2021 at 10:06 AM Harish Kulkarni wrote: > I am using heaptrack memory analyzer tool to track some memory leak on an > application which is using openssl as CLIENT. > On

Re: Default value of a session resumption timeout (300 seconds vs 7200 seconds)

2021-01-30 Thread Harish Kulkarni
sl.so) in ?? (libgioopenssl.so) in ?? (libgioopenssl.so) in ?? (libgio-2.0.so.0) On Thu, Jan 28, 2021 at 10:46 PM Harish Kulkarni wrote: > Hi, > > I keep seeing growth in memory usage.. suspecting a leak. Want to disable > reference counting as well as stop caches so that i can

Re: Default value of a session resumption timeout (300 seconds vs 7200 seconds)

2021-01-28 Thread Harish Kulkarni
On Wed, Jan 27, 2021 at 3:32 PM Matt Caswell wrote: > > > On 26/01/2021 18:13, Harish Kulkarni wrote: > > Thank you both for bringing this to my attention, your points are > > invaluable. > > > > If this is something which gets set from server on client side

Re: Default value of a session resumption timeout (300 seconds vs 7200 seconds)

2021-01-26 Thread Harish Kulkarni
ed to work along with me?. -thanks harish On Tue, Jan 26, 2021 at 11:43 PM Harish Kulkarni wrote: > Thank you both for bringing this to my attention, your points are > invaluable. > > If this is something which gets set from server on client side. can client > override this?. Can i

Re: Default value of a session resumption timeout (300 seconds vs 7200 seconds)

2021-01-26 Thread Harish Kulkarni
Thank you both for bringing this to my attention, your points are invaluable. If this is something which gets set from server on client side. can client override this?. Can i change this to something less and try?. Has anyone tried?. Whats the option in openssl.conf or some other place?. -thanks

Re: sessions reuse in openssl

2021-01-19 Thread Harish Kulkarni
cert_chain does include the peer's certificate, * which we don't include in s3_srvr.c */ x = sk_X509_value(sk, 0); sk = NULL; On Wed, Jan 20, 2021 at 10:26 AM Viktor Dukhovni wrote: > On Wed, Jan 20, 2021 at 08:55:13AM +0530, Harish Kulkarni wrote: > > &g

sessions reuse in openssl

2021-01-19 Thread Harish Kulkarni
Hello All, For some experiments i want to stop session re-use in openssl.. is there a way to stop reusing of same session?. -thanks harish

Memory usage pattern in openssl - limiting number connections in connections pool

2021-01-14 Thread Harish Kulkarni
Hello All, Happy new year and Wish you all the best in 2021. I am doing a browser memory leak investigation.. as part of the investigation, we are using heaptrack and our observation is top-most memory allocation happens in openssl with following memory allocation back-trace. >From my investigat