This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 84992eb Remove unused image files new 8dcaf35 Fix typo in key. Remove unused keys. Add additional translations. new f536788 Add additional langauges from 9.0.x new 1dfae89 Remove unused message key new 3cb5b83 Add additional languages from 9.0.x new 4b3c6fd Fix URL in comment new 7ba68fb Back-port clean-up new fa08789 PEM files are ASCII encoded. Ensure they are read as ASCII. new bfc8b58 Avoid possible hang with TLS 1.0 + NIO/NIO2 + OpenSSL 1.1.1 or later new 760505c Don't use deprecated version of method. new 513e54c Obtain PEM files via ConfigFileLoader The 10 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/tomcat/util/net/AbstractEndpoint.java | 2 +- .../apache/tomcat/util/net/jsse/JSSESupport.java | 2 +- .../tomcat/util/net/jsse/LocalStrings.properties | 8 +-- .../util/net/jsse/LocalStrings_es.properties | 7 +++ .../util/net/jsse/LocalStrings_fr.properties | 23 +++++++- .../util/net/jsse/LocalStrings_ja.properties | 21 +++++++ java/org/apache/tomcat/util/net/jsse/PEMFile.java | 11 +++- .../util/net/openssl/LocalStrings.properties | 1 - .../util/net/openssl}/LocalStrings_es.properties | 14 +++-- .../util/net/openssl/LocalStrings_fr.properties | 65 ++++++++++++++++++++++ .../util/net/openssl/LocalStrings_ja.properties | 64 +++++++++++++++++++++ .../tomcat/util/net/openssl/OpenSSLContext.java | 2 +- .../tomcat/util/net/openssl/OpenSSLEngine.java | 21 ++++++- .../openssl/ciphers}/LocalStrings_fr.properties | 2 +- .../ciphers}/LocalStrings_ja.properties | 3 +- webapps/docs/changelog.xml | 9 +++ 16 files changed, 230 insertions(+), 25 deletions(-) copy java/{javax/servlet => org/apache/tomcat/util/net/openssl}/LocalStrings_es.properties (58%) create mode 100644 java/org/apache/tomcat/util/net/openssl/LocalStrings_fr.properties create mode 100644 java/org/apache/tomcat/util/net/openssl/LocalStrings_ja.properties copy java/org/apache/{catalina/filters => tomcat/util/net/openssl/ciphers}/LocalStrings_fr.properties (91%) copy java/org/apache/tomcat/util/net/{ => openssl/ciphers}/LocalStrings_ja.properties (92%) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org