ditto[on experiencing memory leaks, and using those free functions]
Bounds Checker output not included - although my mem-leaks aren't nearly as bad as Raggi's, but hey I'm using Bio's.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 30, 2000 4:52 AM
To: [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 eliminate memory leaks from my app. If I find something out I will let you know.

BTW Arora : i am calling the same functions as you are and in similar order...


> clean up functions i am calling are:
>         SSL_shutdown (...);
>         closesocket(...);
>         SSL_free (...);
>         SSL_CTX_free (..);
>         WSACleanup( );
>         EVP_cleanup();
>         ERR_remove_state(0);
>         ERR_free_strings();
>         OBJ_NAME_cleanup(-1);
>
> & my sequence of openssl function is
> SSLeay_add_ssl_algorithms();
> RAND_screen();
> WSAStartup(versionRequested,&wsaData))
> SSLv2_client_method();
> SSL_CTX_new(...)
> socket(.........))
> ......
> connect(m_socketDescriptor,(struct
> sockaddr*)&m_sockAddr,sizeof(sockaddr)))
> m_pSSL = SSL_new(m_pSSLContext))
> SSL_connect(m_pSSL))
> ........

regards,

Ragnar Agustsson        

Iceland

[EMAIL PROTECTED]

Reply via email to