Connecting Tech Pros Worldwide Help | Site Map

Xml digital Signature

  #1  
Old November 12th, 2005, 03:52 AM
Marco Moioli
Guest
 
Posts: n/a


Hi, I've a question about the xml digital signature procedure.

I got a code written in C# that sign and verify an xml document and it works
well, but the question is:

How can I know that the signature come from a certain user?

I know that is possible add the tags:



<KeyInfo>

<X509Data>

<X509IssuerSerial>



<X509IssuerName>CN=TAMURA Kent, OU=TRL, O=IBM,

L=Yamato-shi, ST=Kanagawa, C=JP

</X509IssuerName>



<X509SerialNumber>12345678</X509SerialNumber>



</X509IssuerSerial>

<X509SKI>31d97bd7</X509SKI>

</X509Data>

</KeyInfo

But those tags aren't hashed and I can change the CN= TAMURA Kent with
CN=ROSS Bill and the verify procedure still works.

Is it correct?

How can I do?

Thanks!

Marco Moioli



Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
XML Digital Signature Diego Mourglia answers 0 June 27th, 2008 08:20 PM
Verifying XML digital signature response with x509 certificate amolom answers 0 November 22nd, 2006 01:37 PM
Problem with digital Signature in a Xml document Marco Moioli answers 1 November 16th, 2005 05:48 AM
XML Digital Signatures John Campbell answers 5 November 12th, 2005 03:19 AM