This is an automated email from the ASF dual-hosted git repository. markt-asf pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 02b18c7d0f4d6db038969831c537aa724ad5399d Author: Mark Thomas <[email protected]> AuthorDate: Thu Jul 2 14:44:34 2026 +0100 Fix ordering --- java/org/apache/tomcat/util/net/openssl/LocalStrings.properties | 4 ++-- 1 file changed, 2 insertions(+), 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 7aa293bba3..e6b3eee170 100644 --- a/java/org/apache/tomcat/util/net/openssl/LocalStrings.properties +++ b/java/org/apache/tomcat/util/net/openssl/LocalStrings.properties @@ -58,6 +58,8 @@ openssl.nonJsseCertificate=The certificate [{0}] or its private key [{1}] could 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.trustManagerMissing=No trust manager found +opensslImplementation.notAvailable=A suitable Tomcat Native implementation is not available + opensslconf.applyCommand=OpenSSLConf applying command (name [{0}], value [{1}]) opensslconf.applyFailed=Failure while applying OpenSSLConf to SSL context opensslconf.checkCommand=OpenSSLConf checking command (name [{0}], value [{1}]) @@ -67,6 +69,4 @@ opensslconf.finishFailed=OpenSSLConf finish failed with result [{0}] opensslconf.noCommandName=OpenSSLConf no command name - will be ignored (command value [{0}]) opensslconf.resultCommand=OpenSSLConf command (name [{0}], value [{1}]) returned [{2}] -opensslImplementation.notAvailable=A suitable Tomcat Native implementation is not available - sessionContext.nullTicketKeys=Null keys --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
