Re: [openssl-users] regarding memory cleanup at end of each DTLS session

2017-03-23 Thread svineet
I did try dumping the memory state after freeing the ssl session at the end of each call using CRYPTO_mem_leaks_fp(stderr); Keep getting on the console alternately 74372 bytes leaked in 32 chunks [18:27:48] 2830 file=pqueue.c, line=95, thread=139766236079872, number=16, address=7F1D6CA32060

[openssl-users] regarding memory cleanup at end of each DTLS session

2017-03-21 Thread Vineet Kumar Srivastava
Hi Guys, I have a server implementation of DTLS Server using OPENSSL. At the end of each DTLS Session however I see that memory usage of process keeps on increasing. However on running Valgrind with the process no significant leak is observed. So, wanted to know that whether the function