digital signature - detached Pkcs#7 to XML-DSIG
- by Alois
Hi!
I am struggling with the following scenario:
an XML-message is created client-side and digitally signed using mozilla's window.crypto.signText. After signing, the message and the signature are transmitted via a webservice (.net) to the server. Everything is fine until this point.
on the server, the XML shall be included in another…