I am signing an xml document: <?xml version="1.0"?> <!DOCTYPE Plaintext [<!ELEMENT Plaintext (#PCDATA)>] > <Plaintext>Hello World</Plaintext>
and creating a detached signature so that the original data is not in the SIGNATURE file. I guess I don't understand what the intended result of the reference evaluation is, and why mine is empty. Should I be using a different transform, or none at all? You're right, I don't think it even got to the digest. Thanks, meg Aleksey Sanin wrote: > > I am not sure what are you signing in this example. The result of the > reference eveluation is an empty string (document consist of one > <dsig:Signature> > node and you use enveloped transform). I guess the code was aborted > before it get chance to verify digest. > > Aleksey -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Meg Morgan 425/450-2754 [EMAIL PROTECTED] http://www.votehere.net _______________________________________________ xmlsec mailing list [EMAIL PROTECTED] http://www.aleksey.com/mailman/listinfo/xmlsec
