This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 794779f8ef OpenSSL master is now 3.2.x - update so Gump tests pass
794779f8ef is described below
commit 794779f8ef0b5c9a697f4ca7cae9899d4f29915c
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]