This is an automated email from the ASF dual-hosted git repository.
dsoumis pushed a change to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 301bc6efbf Reduce log verbosity for Kubernetes
new 1ad0a9c0e8 Fix naming convention of performance tests in BUILDING.txt
new ebef81c638 Add TestSSLAuthenticator
new 49e613545a Add TestValidateClientSessionId
new 196e3a2acd Add generateKeystore method in TesterSupport which utilizes
BouncyCastle to generate a temporary JKS keystore containing a self-signed RSA
certificate.
new c2bd7fa98d Add TestLargeClientHello and add a debug log in
SecureNioChannel when BUFFER_UNDERFLOW occurs during handshake
new d69712fe91 Move generateKeystore() from TesterSupport to independent
TesterKeystoreGenerator class
new 541192875d Add support for NIO2 connector in TestLargeClientHello
The 7 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:
BUILDING.txt | 2 +-
.../apache/tomcat/util/net/LocalStrings.properties | 1 +
.../apache/tomcat/util/net/SecureNio2Channel.java | 3 +
.../apache/tomcat/util/net/SecureNioChannel.java | 3 +
.../authenticator/TestSSLAuthenticator.java} | 21 +++--
.../connector/TestValidateClientSessionId.java | 89 ++++++++++++++++++
.../tomcat/util/net/TestLargeClientHello.java | 91 ++++++++++++++++++
.../tomcat/util/net/TesterKeystoreGenerator.java | 103 +++++++++++++++++++++
8 files changed, 303 insertions(+), 10 deletions(-)
copy test/org/apache/{jasper/compiler/TestNodeIntegration.java =>
catalina/authenticator/TestSSLAuthenticator.java} (62%)
create mode 100644
test/org/apache/catalina/connector/TestValidateClientSessionId.java
create mode 100644 test/org/apache/tomcat/util/net/TestLargeClientHello.java
create mode 100644 test/org/apache/tomcat/util/net/TesterKeystoreGenerator.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]