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

2000-06-29 Thread Arora Meenakshi
RYPTO_LOCK_ERR);     if (p != NULL) ERR_STATE_free(p);     } -Original Message- From: Dr Stephen Henson [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 29, 2000 3:19 PM To: [EMAIL PROTECTED] Subject: Re: memory leaks in openssl - urgent... > Arora Meenakshi wrote: > >

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

2000-06-29 Thread Arora Meenakshi
TE_free(p);     } thanx meenakshi -Original Message- From: Dr Stephen Henson [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 29, 2000 3:19 PM To: [EMAIL PROTECTED] Subject: Re: memory leaks in openssl - urgent... > Arora Meenakshi wrote: > > hello > Please reply to this m

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

2000-06-29 Thread Arora Meenakshi
: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: memory leaks in openssl - urgent... 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

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 do anything wrong? so

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

2000-06-29 Thread Arora Meenakshi
From: Richard Levitte - VMS Whacker [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 29, 2000 2:11 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: memory leaks in openssl - urgent... From: Arora Meenakshi <[EMAIL PROTECTED]> marora> please see that in

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();   ctx

memory leaks when using SSL functions like SSL_CTX_new(....)

2000-06-16 Thread Arora Meenakshi
Title: memory leaks when using SSL functions like SSL_CTX_new() hello i am getting memory leaks in my code though i am calling the memory free functions. any ideas?? my sequence is : SSLeay_add_ssl_algorithms(); RAND_screen();  WSAStartup(versionRequested,&wsaData)) m_pMethod = SSLv2_clie

how to free up stuff allocated by SSLeay_add_ssl_algorithms() - openSSL

2000-06-16 Thread Arora Meenakshi
Title: how to free up stuff allocated by SSLeay_add_ssl_algorithms() - openSSL hello SSLeay_add_ssl_algorithms(.) function sets up the global SSL stuff which function should i use to free up the stuff allocated by SSLeay_add_ssl_algorithms() ?? thanx Meenakshi Arora

SSL_connect(....) hangs

2000-06-06 Thread Arora Meenakshi
(...) in the foll. mail which i posted just now. the call is num = SSL_read(m_pSSL,&response,1); and takes 1 character at a time sorry for the mistake but the problem remans the same thanx meenakshi  -Original Message- From:   Arora Meenakshi  Sent:   Tuesday, June 06, 2000 3:59 P

SSL_connect(....) hangs

2000-06-06 Thread Arora Meenakshi
inal Message- From:   Arora Meenakshi  Sent:   Tuesday, June 06, 2000 3:59 PM To: Openssl-Users (E-mail) Cc: 'WINSOCK-2 (E-mail) Subject:    SSL_connect() hangs i am trying to connect to a secured server using the foll. code... The SSL_connect call hangs sometimes. Ev

SSL_connect(....) hangs

2000-06-06 Thread Arora Meenakshi
Title: SSL_connect() hangs i am trying to connect to a secured server using the foll. code... The SSL_connect call hangs sometimes. Even if The SSL_connect works fine the SSL_read(...) hangs up. i am totally confused as the same piece of code works fine for my other application. if anyone

SSL_read blocks the control - urgent

2000-06-06 Thread Arora Meenakshi
Title: SSL_read blocks the control - urgent hello i am trying to read some data from my web server , but my control never returns after SSL_read()  though the SSL_write works fine. any suggestions my code is something like this:     // send the http request     char* req = new