digitally signing XML document and delivering via https in c++

R

rudupa

I need to sign a document using XML DSIG C++ library and deliver using
openssl and https, as a client to customer's web services application
server.

I have following questions
1) Can I create certificate like keytool available on LINUX and
Solaris, use that certificate to digitally sign the XML document? Do I
need to get a certificate from certificate authority like verisign?
2) If I embed the certificate inside the XML, say, keyinfo tag, can
recipient verify the signature using information in the XML document?
That is, do they need to have a copy of certificate locally?

Thanks,
RU
 
D

Daniel Pitts

I need to sign a document using XML DSIG C++ library and deliver using
openssl and https, as a client to customer's web services application
server.

I have following questions
1) Can I create certificate like keytool available on LINUX and
Solaris, use that certificate to digitally sign the XML document? Do I
need to get a certificate from certificate authority like verisign?
2) If I embed the certificate inside the XML, say, keyinfo tag, can
recipient verify the signature using information in the XML document?
That is, do they need to have a copy of certificate locally?

Thanks,
RU
This is a Java group, please ask C++ questions in the appropriate groups
only.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top