This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from dd1a3379bb Update RAT excludes
new f18304c30f Differentiate between IV and salt (the IV is re-used as
salt)
new e3222ae8ba Fix BZ 67675 - Expand the PBKDF2 and cipher combinations
supported
new a96f1499b4 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: [email protected]
For additional commands, e-mail: [email protected]