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

markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new b5083bcdbf OpenSSL 3.3.x is no longer supported
b5083bcdbf is described below

commit b5083bcdbfb494ead21bf4372e2b01346b48c466
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Jun 12 16:56:03 2026 +0100

    OpenSSL 3.3.x is no longer supported
---
 test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java 
b/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java
index 337009e776..4e0e956bdb 100644
--- a/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java
+++ b/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java
@@ -60,12 +60,10 @@ public class TesterOpenSSL {
             VERSION = 30500;
         } else if (versionString.startsWith("OpenSSL 3.4.")) {
             VERSION = 30400;
-        } else if (versionString.startsWith("OpenSSL 3.3.")) {
-            VERSION = 30300;
         } else if (versionString.startsWith("OpenSSL 3.0.")) {
             VERSION = 30000;
         } else {
-            // Note: 3.2.x and 3.1.x are no longer supported by OpenSSL
+            // Note: 3.3.x, 3.2.x and 3.1.x are no longer supported by OpenSSL
             // Note: Release branches 1.1.1 and earlier are no longer 
supported by
             //       the OpenSSL team so these tests don't support them either.
             VERSION = -1;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to