You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would seem as if the xml namespace is not being handled correctly. If I create a signature for the following XML example the signature cannot be validated:
▶ ~/workspace/xmlsectool/xmlsectool-2.0.0/xmlsectool.sh --verifySignature --certificate saml.crt --inFile test.xml
INFO XMLSecTool - Reading XML document from file 'test.xml'
INFO XMLSecTool - XML document parsed and is well-formed.
WARN Reference - Verification failed for URI "#id1234"
WARN Reference - Expected Digest: 7G4WNjtqxoFobBdFzQtblVRj6oAFVVA/9Jac8HOioAI=
WARN Reference - Actual Digest: nisb5vb0nPW3Ajd6bkypeJ0QZIEC5VZ2cALuW4lUqYg=
ERROR XMLSecTool - XML document signature verification failed
▶ ~/workspace/xmlsectool/xmlsectool-2.0.0/xmlsectool.sh --verifySignature --certificate saml.crt --inFile test.xml
INFO XMLSecTool - Reading XML document from file 'test.xml'
INFO XMLSecTool - XML document parsed and is well-formed.
INFO XMLSecTool - XML document signature verified.
Below is the minimum amount of code to demonstrate the issue:
It would seem as if the xml namespace is not being handled correctly. If I create a signature for the following XML example the signature cannot be validated:
Whereas the following XML can be verified:
Below is the minimum amount of code to demonstrate the issue:
The text was updated successfully, but these errors were encountered: