Re: Memory Leaks on every connection

2009-04-02 Thread ac2806
I solved te problem by calling ERR_remove_state(0) for every thread which uses a SSL connection. -- View this message in context: http://www.nabble.com/Memory-Leaks-on-every-connection-tp22805904p22832875.html Sent from the OpenSSL - User mailing list archive at Nabble.com

Memory Leaks on every connection

2009-04-01 Thread Alexander Chaloupka
, pchKeyFile, SSL_FILETYPE_PEM))) { return(ERROR); } /*Make sure the key and certificate file match*/ if (!SSL_CTX_check_private_key(ctx)) { return(ERROR); } -- View this message in context: http://www.nabble.com/Memory-Leaks-on-every-connection-tp22805904p22805904.html Sent from