This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch 3_0_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
from 4f8728ad3 Switch to use BASE-64 encoding rather than 32 bit hash
values for signature confirmation (#725)
new bc11caf06 Remove Bouncy Castle from key identifier parsing (#647)
new 90ec147e2 Follow-on from last DER patch (#726)
new 57a4a1dd6 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 | 55 ++++---
.../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 ++++++++++++++++++
.../org/apache/wss4j/common/token/DOMX509SKI.java | 17 ++-
.../apache/wss4j/common/crypto/DERDecoderTest.java | 166 +++++++++++++++++++++
.../common/crypto/MalformedKeyIdentifierTest.java | 154 +++++++++++++++++++
.../wss4j/common/crypto/NameConstraintsTest.java | 46 ++++++
.../org/apache/wss4j/common/crypto/SKITest.java | 48 ++++++
...ierTest.java => X509KeyIdentifierUtilTest.java} | 87 ++++++++++-
14 files changed, 921 insertions(+), 62 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%)