This is an automated email from the ASF dual-hosted git repository.
dsoumis pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from f593292a08 Reduce log verbosity for Kubernetes
new 5d417cc4da Fix naming convention of performance tests in BUILDING.txt
new 6ba0784666 Add TestSSLAuthenticator
new 8d474c8f4d Add TestValidateClientSessionId
new 1cdc2d0634 Add generateKeystore method in TesterSupport which utilizes
BouncyCastle to generate a temporary JKS keystore containing a self-signed RSA
certificate.
new c486437e80 Add TestLargeClientHello and add a debug log in
SecureNioChannel when BUFFER_UNDERFLOW occurs during handshake
new 957875c20c Move generateKeystore() from TesterSupport to independent
TesterKeystoreGenerator class
new fc12171a06 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 | 90 ++++++++++++++++++
.../tomcat/util/net/TestLargeClientHello.java | 94 +++++++++++++++++++
.../tomcat/util/net/TesterKeystoreGenerator.java | 103 +++++++++++++++++++++
8 files changed, 307 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]