This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git.
from 03b5ff5 Extend automatic signature algorithm detection with support
for EC keys (WSS-663) (#4)
new 0168ffa Disabling some tests to work with the IBM JDK - namely issues
with GCM
new 50713a1 Remove code to set IVParameterSpec for old BouncyCastle
versions
new 22a2756 Picking up latest Santuario changes
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:
.../wss4j/common/crypto/WSProviderConfig.java | 29 +---------------------
.../apache/wss4j/common/util/AttachmentUtils.java | 2 +-
.../wss4j/common/crypto/NameConstraintsTest.java | 27 ++++++++++++++++++++
.../org/apache/wss4j/dom/message/Encryptor.java | 2 +-
.../apache/wss4j/dom/message/AttachmentTest.java | 5 ++++
.../wss4j/dom/message/EncryptionGCMTest.java | 9 +++++++
.../processor/output/EncryptOutputProcessor.java | 2 +-
.../org/apache/wss4j/stax/test/AttachmentTest.java | 4 +++
.../apache/wss4j/stax/test/EncDecryptionTest.java | 14 +++++++++--
9 files changed, 61 insertions(+), 33 deletions(-)