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

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


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 8f9e04c87c OpenSSL master is now 3.2.x  - update so Gump tests pass
8f9e04c87c is described below

commit 8f9e04c87cb7aeff2cf17c649acbe1a569662e7e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Nov 10 16:49:29 2022 +0000

    OpenSSL master is now 3.2.x  - update so Gump tests pass
---
 test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java | 6 ++++--
 1 file changed, 4 insertions(+), 2 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 946302a9e1..4a9735f653 100644
--- a/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java
+++ b/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java
@@ -49,8 +49,10 @@ public class TesterOpenSSL {
         } catch (IOException e) {
             versionString = "";
         }
-        if (versionString.startsWith("OpenSSL 3.1.")) {
-            // Note: Gump currently tests 10.x with OpenSSL 3.1.x
+        if (versionString.startsWith("OpenSSL 3.2.")) {
+            // Note: Gump currently tests 11.x with OpenSSL 3.2.x
+            VERSION = 30200;
+        } else if (versionString.startsWith("OpenSSL 3.1.")) {
             VERSION = 30100;
         } else if (versionString.startsWith("OpenSSL 3.0.")) {
             VERSION = 30000;


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to