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

rmaucher 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 49606f06e0 Update OpenSSL version numbers
49606f06e0 is described below

commit 49606f06e01cacbcadbf74394160a1e5663d50e9
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 79d4acb121..0c997f4914 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]

Reply via email to