Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > digitally signing XML document and delivering via https in c++

Reply
Thread Tools

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

 
 
rudupa@easylink.com
Guest
Posts: n/a
 
      02-06-2008
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
 
Reply With Quote
 
 
 
 
Daniel Pitts
Guest
Posts: n/a
 
      02-06-2008
wrote:
> 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.

--
Daniel Pitts' Tech Blog: <http://virtualinfinity.net/wordpress/>
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Digitally Signing a XML Document (using SHA1+RSA or SHA1+DSA) Adam Tauno Williams Python 2 12-30-2010 10:23 AM
Digitally signing XML document and delivering via httpsin a c++application rudupa@easylink.com C++ 1 02-07-2008 11:36 PM
Digitally signing XML files Roedy Green Java 7 02-08-2006 06:58 AM
Digitally signing a J2ME application so that it runs in Operator domain O S Java 0 03-06-2004 07:08 PM
Help on including one XML document within another XML document using XML Schemas Tony Prichard XML 0 12-12-2003 03:18 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57