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

remm 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 134df11520 Remove unused key
134df11520 is described below

commit 134df1152077518ff20effedcc17eca2ed73898c
Author: remm <[email protected]>
AuthorDate: Mon Sep 29 20:00:27 2025 +0200

    Remove unused key
---
 java/org/apache/tomcat/util/net/openssl/LocalStrings.properties        | 1 -
 java/org/apache/tomcat/util/net/openssl/panama/LocalStrings.properties | 1 -
 2 files changed, 2 deletions(-)

diff --git a/java/org/apache/tomcat/util/net/openssl/LocalStrings.properties 
b/java/org/apache/tomcat/util/net/openssl/LocalStrings.properties
index 2dcef71a83..61d88c2959 100644
--- a/java/org/apache/tomcat/util/net/openssl/LocalStrings.properties
+++ b/java/org/apache/tomcat/util/net/openssl/LocalStrings.properties
@@ -54,7 +54,6 @@ openssl.keyManagerMissing.warn=No key manager found. TLS will 
work but the certi
 openssl.makeConf=Creating OpenSSLConf context
 openssl.nonJsseCertificate=The certificate [{0}] or its private key [{1}] 
could not be processed using a JSSE key manager and will be given directly to 
OpenSSL
 openssl.nonJsseChain=The certificate chain [{0}] was not specified or was not 
valid and JSSE requires a valid certificate chain so attempting to use OpenSSL 
directly
-openssl.secondCertificateError=Error adding second certificate to OpenSSL 
context
 openssl.trustManagerMissing=No trust manager found
 
 opensslconf.applyCommand=OpenSSLConf applying command (name [{0}], value [{1}])
diff --git 
a/java/org/apache/tomcat/util/net/openssl/panama/LocalStrings.properties 
b/java/org/apache/tomcat/util/net/openssl/panama/LocalStrings.properties
index 0e8059aba1..61cfbc12be 100644
--- a/java/org/apache/tomcat/util/net/openssl/panama/LocalStrings.properties
+++ b/java/org/apache/tomcat/util/net/openssl/panama/LocalStrings.properties
@@ -71,7 +71,6 @@ openssl.noCACerts=No CA certificates were configured
 openssl.nonJsseCertificate=The certificate [{0}] or its private key [{1}] 
could not be processed using a JSSE key manager and will be given directly to 
OpenSSL
 openssl.nonJsseChain=The certificate chain [{0}] was not specified or was not 
valid and JSSE requires a valid certificate chain so attempting to use OpenSSL 
directly
 openssl.passwordTooLong=The certificate password is too long
-openssl.secondCertificateError=Error adding second certificate to OpenSSL 
context
 openssl.setCustomDHParameters=Setting custom DH parameters ([{0}] bits) for 
the key [{1}]
 openssl.setECDHCurve=Setting ECDH curve ([{0}]) for the key [{1}]
 openssl.trustManagerMissing=No trust manager found


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to