Hi all,
i am in the process of writing a tiny ws-security library for the ruby
programming language. Therefore i am testing against jwsdp-15.
Encrypting works, also generating signatures.
I can call the service deployed with the "simple"-example in the
xws-security package. My generated signatures are verified by the
service and it sends back the response.
Now, i can not verify the signatures generated by xws-security.
The verification of the Reference elements works ok, but when i try to
verify the signature over the transformed (c14n) SignedInfo element, the
verification fails.
I have tried to verify the signature with other tools like Apache
XML-Security and xmlsec, but it fails too.
Any ideas?
Regards,
Roland