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 0c354df2c Bump org.owasp:dependency-check-maven from 9.2.0 to 10.0.2
(#352)
new b26872be9 [WSS-710] Implementation of the configurations for
KeyDerivation functions (#298)
new 0180d4fcb Bump org.apache.maven.plugins:maven-surefire-plugin from
3.3.0 to 3.3.1 (#355)
new 679c7cdc4 Bump
org.apache.maven.plugins:maven-project-info-reports-plugin (#354)
new 9d9880b05 Bump org.apache:apache from 32 to 33 (#353)
new 8a1299629 WSS-710 Some cleanup
The 5 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:
parent/pom.xml | 2 +-
pom.xml | 6 +-
.../wss4j/common/ConfigurationConstants.java | 38 +++++
.../apache/wss4j/common/EncryptionActionToken.java | 20 +++
.../org/apache/wss4j/common/WSS4JConstants.java | 8 +-
.../common/crypto/AlgorithmSuiteValidator.java | 20 +++
.../apache/wss4j/dom/action/EncryptionAction.java | 11 ++
.../org/apache/wss4j/dom/handler/WSHandler.java | 17 ++-
.../wss4j/dom/message/WSSecEncryptedKey.java | 159 +++++++++++++++++----
.../wss4j/dom/processor/EncryptedKeyProcessor.java | 30 +++-
.../apache/wss4j/dom/message/EncryptionTest.java | 137 ++++++++++++++++--
11 files changed, 400 insertions(+), 48 deletions(-)