According to the answer I received at http://stackoverflow.com/questions/29845527/how-to-properly-uninitialize-openssl there is apparently a ticket with my problem out there already, namely the one here: https://rt.openssl.org/Ticket/Display.html?id=2561 The newest answer even references my thread.
I know some people don't like removing memory leaks of objects that get initialized only once and are being used until shutdown, but if the solution Mat proposed really does the trick, I would really appreciate it if someone(tm) could take the time to put this seemingly small fix in the code.
Cheers
Alex
Gesendet: Dienstag, 28. April 2015 um 20:06 Uhr
Von: "Salz, Rich" <rs...@akamai.com>
An: "openssl-users@openssl.org" <openssl-users@openssl.org>
Betreff: Re: [openssl-users] How do I uninitialize OpenSSL properly?
Von: "Salz, Rich" <rs...@akamai.com>
An: "openssl-users@openssl.org" <openssl-users@openssl.org>
Betreff: Re: [openssl-users] How do I uninitialize OpenSSL properly?
> Unfortunately this didn't solve my problem, but at least I narrowed it down.
> The leaks are caused by my call to "SSL_CTX_load_verify_locations", which is
> essentially "X509_STORE_load_locations".
Doesn't freeing the SSL_CTX_free release that data? If not, please file an RT ticket.
_______________________________________________
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
> The leaks are caused by my call to "SSL_CTX_load_verify_locations", which is
> essentially "X509_STORE_load_locations".
Doesn't freeing the SSL_CTX_free release that data? If not, please file an RT ticket.
_______________________________________________
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
_______________________________________________ openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users