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 465ae13c0 Bump bcprov.version from 1.84 to 1.86 (#694)
new b2a91608e StAX SAML subject confirmation skipped for an empty SOAP
Body (#724)
new a7cd9d290 Switch to use BASE-64 encoding rather than 32 bit hash
values for signature confirmation (#725)
The 2 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:
.../org/apache/wss4j/dom/handler/WSHandler.java | 29 ++++--
.../wss4j/dom/handler/WSHandlerConstants.java | 6 ++
.../dom/handler/SignatureConfirmationTest.java | 109 +++++++++++++++++++--
.../processor/input/SAMLTokenInputHandler.java | 12 +++
.../stax/test/saml/SAMLTokenNegativeTest.java | 55 +++++++++++
.../resources/testdata/empty-body-soap-1.1.xml | 4 +
6 files changed, 197 insertions(+), 18 deletions(-)
create mode 100644
ws-security-stax/src/test/resources/testdata/empty-body-soap-1.1.xml