This is an automated email from the ASF dual-hosted git repository.

dsoumis pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


    from a5ce36f38e Reduce log verbosity for Kubernetes
     new 766ea5e694 Fix naming convention of performance tests in BUILDING.txt
     new 80bac5628f Add TestSSLAuthenticator
     new 9ef7b4a94c Add TestValidateClientSessionId
     new 4fd8f8e5a9 Add generateKeystore method in TesterSupport which utilizes 
BouncyCastle to generate a temporary JKS keystore containing a self-signed RSA 
certificate.
     new 067341658d Add TestLargeClientHello and add a debug log in 
SecureNioChannel when BUFFER_UNDERFLOW occurs during handshake
     new 722464b256 Move generateKeystore() from TesterSupport to independent 
TesterKeystoreGenerator class

The 6 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/SecureNioChannel.java   |   3 +
 .../authenticator/TestSSLAuthenticator.java}       |  21 +++--
 .../connector/TestValidateClientSessionId.java     |  89 ++++++++++++++++++
 .../tomcat/util/net/TestLargeClientHello.java      |  86 +++++++++++++++++
 .../tomcat/util/net/TesterKeystoreGenerator.java   | 103 +++++++++++++++++++++
 7 files changed, 295 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]

Reply via email to