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 also frees 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. Which routine should I use in order to clean after every SSL connection ? please help since this is a very important issue. Itai Levy, Algorithmic Research. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
