This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 1735458339 Update RAT excludes new 6f239ca39a Differentiate between IV and salt (the IV is re-used as salt) new bd7ff6e3c5 Fix BZ 67675 - Expand the PBKDF2 and cipher combinations supported new 0f70d313da 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 | 395 +++++++++++++++------ .../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(+), 114 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