fmarco76 opened a new pull request, #639: URL: https://github.com/apache/tomcat/pull/639
Deploying tomcat with a custom ssl engine could require to perform some extra configuration before its usage. As an example, [tomcatjss](https://github.com/dogtagpki/tomcatjss/) project needs to provide the actual IPs of client and server for audit purpose. To provide the IPs we are working on a patch which require to copy several tomcat methods from _NIO_ endpoint and channel because the current implementation does not allow to access the ssl engine before it is used (the method to be replaced are in [this PR](https://github.com/dogtagpki/tomcatjss/pull/73)). Changes in this PR allow to extend tomcat _NIO_ classes and modify the ssl engine without reimplementing the existing methods. -- 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: dev-unsubscr...@tomcat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org