This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 219da66fd0 OpenSSL 3.3.x is no longer supported
219da66fd0 is described below
commit 219da66fd0616b03856ef2a3f40be80bffa12527
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 c2be730873..e0690b0281 100644
--- a/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java
+++ b/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java
@@ -59,13 +59,11 @@ 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.")) {
// Note: Gump currently tests 9.x with OpenSSL 3.0.x
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]