This is an automated email from the ASF dual-hosted git repository.
dsoumis pushed a change to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 5eff2a773b Reduce log verbosity for Kubernetes
new 709e7990ce Fix naming convention of performance tests in BUILDING.txt
new fbe34f3f94 Add TestSSLAuthenticator
new 4d2fdaa095 Add TestValidateClientSessionId
new 56c0d2bddf Add generateKeystore method in TesterSupport which utilizes
BouncyCastle to generate a temporary JKS keystore containing a self-signed RSA
certificate.
new c01dbd838f Add TestLargeClientHello and add a debug log in
SecureNioChannel when BUFFER_UNDERFLOW occurs during handshake
new 08aa172a31 Move generateKeystore() from TesterSupport to independent
TesterKeystoreGenerator class
new 28b6c7d588 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]