Signing XML document with 2 references

2007-06-09 Thread AndrewHartley
I have written the code below to sign an XML document that has TWO URI reference section to sign. It all appears to work fine BUT when I POST my XML to the web service I receive a response of Invalid Signature. Can anyone see where I might be going wrong, or sugest a better way to digiatlly

Re: Performance on IA64 using icc vs gcc

2007-06-09 Thread Kurt Roeckx
On Fri, Jun 08, 2007 at 05:00:37PM -0700, David Schwartz wrote: Using the Intel 9.1 compiler on an IA64 system the performance of AES and (to a lesser extent) other algorithms implemented in assembly language is less than that using gcc. I've included the speed output for several of the

Re: Performance on IA64 using icc vs gcc

2007-06-09 Thread Frank Büttner
Kurt Roeckx schrieb: On Fri, Jun 08, 2007 at 05:00:37PM -0700, David Schwartz wrote: Using the Intel 9.1 compiler on an IA64 system the performance of AES and (to a lesser extent) other algorithms implemented in assembly language is less than that using gcc. I've included the speed output for

Re: Signing XML document with 2 references

2007-06-09 Thread Richard Salz
It would help a great deal if you posted a sample signature. Did you c14n the data? Without a doubt, the easiestthing to do is to use http://www.aleksey.com/xmlsec/ rather than try to roll your own. /r$ -- STSM, Senior Security Architect DataPower SOA Appliances