This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 8a67ad52da Update RAT excludes new 3c4b69b766 Differentiate between IV and salt (the IV is re-used as salt) new ebf53c8ca2 Fix BZ 67675 - Expand the PBKDF2 and cipher combinations supported new 7ccbf2bc15 Format The 3 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: java/org/apache/tomcat/util/buf/Asn1Parser.java | 48 ++- .../tomcat/util/net/jsse/LocalStrings.properties | 5 + java/org/apache/tomcat/util/net/jsse/PEMFile.java | 397 +++++++++++++++------ .../apache/tomcat/util/net/jsse/TestPEMFile.java | 20 +- .../key-encrypted-pkcs8-hmacsha256-aes-128-cbc.pem | 54 +++ ...key-encrypted-pkcs8-hmacsha256-aes-256-cbc.pem} | 0 ...key-encrypted-pkcs8-hmacsha256-des-ede3-cbc.pem | 54 +++ 7 files changed, 462 insertions(+), 116 deletions(-) create mode 100644 test/org/apache/tomcat/util/net/jsse/key-encrypted-pkcs8-hmacsha256-aes-128-cbc.pem rename test/org/apache/tomcat/util/net/jsse/{key-encrypted-pkcs8.pem => key-encrypted-pkcs8-hmacsha256-aes-256-cbc.pem} (100%) create mode 100644 test/org/apache/tomcat/util/net/jsse/key-encrypted-pkcs8-hmacsha256-des-ede3-cbc.pem --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org