This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 109447c35d Use a constant for the default certificate alias new 68ed7fdd32 Refactor to make using custom endpoints easier new 1a439c7d5e Correct comment new 20e3d21601 Add dedicated logger for TLS certifcates new 2083f076d5 Create a Java KeyManager for APR TLS endpoints if possible The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/coyote/http11/Http11AprProtocol.java | 14 +++--- .../apache/coyote/http11/Http11Nio2Protocol.java | 7 ++- .../apache/coyote/http11/Http11NioProtocol.java | 14 +++--- .../apache/tomcat/util/net/AbstractEndpoint.java | 55 +++++++++++++++++++++- .../tomcat/util/net/AbstractJsseEndpoint.java | 2 +- java/org/apache/tomcat/util/net/AprEndpoint.java | 15 +++++- .../apache/tomcat/util/net/LocalStrings.properties | 3 ++ java/org/apache/tomcat/util/net/Nio2Endpoint.java | 7 +++ java/org/apache/tomcat/util/net/NioEndpoint.java | 7 +++ webapps/docs/changelog.xml | 7 +++ 10 files changed, 112 insertions(+), 19 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org