Re: [PHP] XML Signature verification in PHP

2004-11-03 Thread Christian Stocker
On Wed, 3 Nov 2004 22:51:53 -0800 (PST), Rajesh Batchu <[EMAIL PROTECTED]> wrote: > HI All, > > I am getting a xml document from my customer which is signed with XML Signature. > > Customer is Signing the document with xmlsec library ( parser is libxml2). > > I have to verify the signature on my

[PHP] XML Signature verification in PHP

2004-11-03 Thread Rajesh Batchu
HI All, I am getting a xml document from my customer which is signed with XML Signature. Customer is Signing the document with xmlsec library ( parser is libxml2). I have to verify the signature on my side and do the rest of the processing. I saw sevaral examples on the http://www.aleksey.c