Memory leaks in OpenSSL while using for EAP-FAST

2019-12-23 Thread Channa Patil
Hi, > > I am using OpenSSL 1.0.2l to implement EAP-FAST. > Auth is successful, but I am seeing memory leak in OpenSSL > Allocated in tasn_utl.c:174 and bn_lib.c:303 (approx. 550-600 bytes) > > In other flows I have seen its getting freed in lh_delete from SSL_CTX_free > > not sure I what I am miss

RE: memory leaks in openssl - urgent.......

2000-06-30 Thread DeJuan Jackson
ent: Friday, June 30, 2000 4:52 AMTo: [EMAIL PROTECTED]Subject: RE: memory leaks in openssl - urgent... Hi all I have also been receiving numerous copies of each message posted for the 24 hours... I just wanted to add my BoundsChecker printout to the pool, I am also trying to el

RE: memory leaks in openssl - urgent.......

2000-06-30 Thread raggi
Hi all I have also been receiving numerous copies of each message posted for the 24 hours... I just wanted to add my BoundsChecker printout to the pool, I am also trying to eliminate memory leaks from my app. If I find something out I will let you know. BTW Arora : i am calling the same function

Re: memory leaks in openssl - urgent.......

2000-06-30 Thread John Hartnup
On Thu, Jun 29, 2000 at 11:13:43PM +0200, Richard Levitte - VMS Whacker wrote: > Hey! > > Repeating your message x times doesn't solve anything. On the > contrary, it may piss people off, and then I'll just say "happy > isolation!" to you. I got this message twice... but I'm going to assume it

RE: memory leaks in openssl - urgent.......

2000-06-29 Thread Damien Miller
On Thu, 29 Jun 2000, Richard Levitte - VMS Whacker wrote: > Hey! > > Repeating your message x times doesn't solve anything. On the > contrary, it may piss people off, and then I'll just say "happy > isolation!" to you. I have received yours about 8 times too - looks like a mailing list burp.

RE: memory leaks in openssl - urgent....... latest ERR_remove_state() reduced some of them but not all...

2000-06-29 Thread Arora Meenakshi
Title: RE: memory leaks in openssl - urgent... latest ERR_remove_state() reduced some of them but not all... hello i would suggest u all to replace the ERR_remove_state() in ur crypti\err.c file, with the foll. one(if don't have the latest one). it would reduce many of ur memory

RE: memory leaks in openssl - urgent.......

2000-06-29 Thread Arora Meenakshi
Title: RE: memory leaks in openssl - urgent... hello i tried to build my application with the latest function ERR_remove_state() from the snapshot from openssl site , as suggested , but still the memory leak remains as such..the new function looks like void ERR_remove_state(unsigned long

Re: memory leaks in openssl - urgent.......

2000-06-29 Thread Dr Stephen Henson
> Arora Meenakshi wrote: > > hello > Please reply to this mail if anyone has any suggestions. i have posted > this question a lot of times but no success so i am again giving it a > try. > > i am running my openssl code in bounds checker & i am getting the > memory leaks in*CRYPTO_malloc(int num

RE: memory leaks in openssl - urgent.......

2000-06-29 Thread Arora Meenakshi
Title: RE: memory leaks in openssl - urgent... hello Pls. if u could tell me which function should i call to free SSL_METHOD structure??? thanx meenakshi -Original Message- From: Taral [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 29, 2000 2:30 PM To: [EMAIL PROTECTED] Cc

RE: memory leaks in openssl - urgent.......

2000-06-29 Thread Richard Levitte - VMS Whacker
Hey! Repeating your message x times doesn't solve anything. On the contrary, it may piss people off, and then I'll just say "happy isolation!" to you. -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED] Chairman@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47 Redakteur@Stacken \

RE: memory leaks in openssl - urgent.......

2000-06-29 Thread Taral
On 29 Jun, Arora Meenakshi wrote: > hello > just a suggestion.. > i have found that even if i call the > ctx = SSL_CTX_new (meth); > followed by no other calls to openssl & then clean up the stuff > i still get this memory leak > meenakshi Did you free the SSL_METHOD structure?

RE: memory leaks in openssl - urgent.......

2000-06-29 Thread Arora Meenakshi
Title: RE: memory leaks in openssl - urgent... i don't think i repeated my question (x > 1) times , yes i asked the same question a week back , waited for a week , no response & then thought of reposting with a clear indication that's its already posted did i

RE: memory leaks in openssl - urgent.......

2000-06-29 Thread Arora Meenakshi
Title: RE: memory leaks in openssl - urgent... hello just a suggestion.. i have found that even if i call the   ctx = SSL_CTX_new (meth); followed by no other calls to openssl & then clean up the stuff i still get this memory leak meenakshi -Original Message-

memory leaks in openSSL

2000-06-19 Thread Arora Meenakshi
Title: memory leaks in openSSL hello my sample code gives the foll. memory leaks with the foll. set of function calls... can anybody suggest me what am i missing in my code   SSLeay_add_ssl_algorithms();   RAND_screen();   meth = SSLv2_client_method();   SSL_load_error_strings