This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch 2_4_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
from 61059ba63 Backport fixes
new 866d4e00b Remove Bouncy Castle from key identifier parsing (#647)
new dc2ef706d Follow-on from last DER patch (#726)
new 6cce788bb Finishing DER work (#727)
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:
src/site/asciidoc/migration.adoc | 1 +
src/site/asciidoc/wss4j40.adoc | 91 +++++++++++
.../wss4j/common/crypto/BouncyCastleUtils.java | 52 ++++---
.../org/apache/wss4j/common/crypto/CryptoBase.java | 34 +++--
.../org/apache/wss4j/common/crypto/DERDecoder.java | 73 +++++++--
.../org/apache/wss4j/common/crypto/Merlin.java | 29 +++-
.../org/apache/wss4j/common/crypto/MerlinAKI.java | 39 ++++-
.../wss4j/common/crypto/X509KeyIdentifierUtil.java | 143 ++++++++++++++++++
.../apache/wss4j/common/crypto/DERDecoderTest.java | 166 +++++++++++++++++++++
.../common/crypto/MalformedKeyIdentifierTest.java | 135 +++++++++++++++++
.../wss4j/common/crypto/NameConstraintsTest.java | 46 ++++++
.../org/apache/wss4j/common/crypto/SKITest.java | 48 ++++++
...ierTest.java => X509KeyIdentifierUtilTest.java} | 87 ++++++++++-
13 files changed, 885 insertions(+), 59 deletions(-)
create mode 100644 src/site/asciidoc/wss4j40.adoc
create mode 100644
ws-security-common/src/main/java/org/apache/wss4j/common/crypto/X509KeyIdentifierUtil.java
create mode 100644
ws-security-common/src/test/java/org/apache/wss4j/common/crypto/DERDecoderTest.java
create mode 100644
ws-security-common/src/test/java/org/apache/wss4j/common/crypto/MalformedKeyIdentifierTest.java
rename
ws-security-common/src/test/java/org/apache/wss4j/common/crypto/{AuthorityKeyIdentifierTest.java
=> X509KeyIdentifierUtilTest.java} (51%)