Budda
Budda

Reputation: 18353

How to sign XML document or verify XML document signature with C++?

Subj. I need to sign/verify under Windows in native C++ (no .NET), using private key for signing, public key for verification.

I saw few examples on MSDN (http://msdn.microsoft.com/en-us/library/ms761363(VS.85).aspx) that demonstrate how to sign the document with CSP (I don't know what this means).

For my case I need to use a "key" from the binary data array (using DSA encryption algorithm)... can somebody help me with that?

Thank you in advance.

Upvotes: 5

Views: 4943

Answers (0)

Related Questions