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 98389b451 Temp downgrade to get PR to pass
add be86ad1e7 [WSS-710] Implementation of the configurations for
KeyDerivation functions (#298)
No new revisions were added by this update.
Summary of changes:
parent/pom.xml | 2 +-
.../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 | 151 +++++++++++++++++----
.../wss4j/dom/processor/EncryptedKeyProcessor.java | 30 +++-
.../apache/wss4j/dom/message/EncryptionTest.java | 142 +++++++++++++++++--
10 files changed, 397 insertions(+), 42 deletions(-)