This is an automated email from the ASF dual-hosted git repository.
rmaucher 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 62d8dba6a8 Update OpenSSL version numbers
62d8dba6a8 is described below
commit 62d8dba6a841807af889ea9791b422dbeecf4efe
Author: remm <[email protected]>
AuthorDate: Thu Apr 30 14:19:33 2026 +0200
Update OpenSSL version numbers
---
test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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 8ade18a9e5..d9ed0120e3 100644
--- a/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java
+++ b/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java
@@ -49,7 +49,9 @@ public class TesterOpenSSL {
} catch (IOException ioe) {
versionString = "";
}
- if (versionString.startsWith("OpenSSL 4.0.")) {
+ if (versionString.startsWith("OpenSSL 4.1.")) {
+ VERSION = 40100;
+ } else if (versionString.startsWith("OpenSSL 4.0.")) {
VERSION = 40000;
} else if (versionString.startsWith("OpenSSL 3.6.")) {
VERSION = 30600;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]