Hi to all,
Do I have to use the SSL_free (SSL *s) routine after every call to SSL_new
(SSL *s) which allocates memory for the
SSL structure upon every connection ?
If I use the SSL_free routine it seems to free the session context and I
can't do reuse in the next connection.
I tried to use the s->method->ssl_free(SSL *s) but it seems that there are
memory leaks (it doesn't free all the mallocs).
Which routine should I use in order to clean after every SSL connection, and
also if SSL_accept fails.
please help since this is a very important issue.
Itai Levy,
Algorithmic Research.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]