markt-asf opened a new pull request, #977: URL: https://github.com/apache/tomcat/pull/977
…penSSLContext SSL_CTX_use_certificate makes an internal copy, so the caller should free the original. This is the same class of bug fixed by commit 8ef5efce for client CA certificates after SSL_CTX_add_client_CA. X509_free is added on: - early return when private key parsing fails (x509cert already allocated) - error path when SSL_CTX_use_certificate fails - success path after SSL_CTX_use_certificate (copy already made internally) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
