25 lines
1.1 KiB
Diff
25 lines
1.1 KiB
Diff
|
|
From d4b340fa8feaf55831f9a59350578f7b6ca048b8 Mon Sep 17 00:00:00 2001
|
||
|
|
From: Mark Thomas <markt@apache.org>
|
||
|
|
Date: Wed, 3 Mar 2021 12:00:46 +0000
|
||
|
|
Subject: [PATCH] Improve robustness
|
||
|
|
|
||
|
|
---
|
||
|
|
java/org/apache/tomcat/util/net/openssl/LocalStrings.properties | 1 +
|
||
|
|
1 file changed, 1 insertion(+)
|
||
|
|
|
||
|
|
diff --git a/java/org/apache/tomcat/util/net/openssl/LocalStrings.properties b/java/org/apache/tomcat/util/net/openssl/LocalStrings.properties
|
||
|
|
index 1919159..1ab5f43 100644
|
||
|
|
--- a/java/org/apache/tomcat/util/net/openssl/LocalStrings.properties
|
||
|
|
+++ b/java/org/apache/tomcat/util/net/openssl/LocalStrings.properties
|
||
|
|
@@ -52,6 +52,7 @@ engine.nullCipherSuite=Null cipher suite
|
||
|
|
engine.unsupportedCipher=Unsupported cipher suite: [{0}] [{1}]
|
||
|
|
engine.emptyCipherSuite=Empty cipher suite
|
||
|
|
engine.failedCipherSuite=Failed to enable cipher suite [{0}]
|
||
|
|
+engine.failedToReadAvailableBytes=There are plain text bytes available to read but no bytes were read
|
||
|
|
engine.unsupportedProtocol=Protocol [{0}] is not supported
|
||
|
|
engine.unverifiedPeer=Peer unverified
|
||
|
|
engine.noSession=SSL session ID not available
|
||
|
|
--
|
||
|
|
2.23.0
|
||
|
|
|