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 9867f363cf Update RAT excludes
new 8406102925 Differentiate between IV and salt (the IV is re-used as
salt)
new 80f21596d6 Fix BZ 67675 - Expand the PBKDF2 and cipher combinations
supported
new 1e9fbf113a 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, 460 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: [email protected]
For additional commands, e-mail: [email protected]