This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new dbcf868c7a OpenSSL 3.3.x is no longer supported
dbcf868c7a is described below
commit dbcf868c7a9036ddf26a348758806552d2b643f0
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 9f82ff939d..4503bf79ef 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 {
} else if (versionString.startsWith("OpenSSL 3.4.")) {
// Note: Gump currently tests 11.x with OpenSSL 3.4.x
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]