XMLSignature sign - avoid namespaces on every element

2004-11-30 Thread Jasmin Wason
Is there any way to stop the sign method of XMLSignature adding namespace information to every element? When I use it the argument list in my SOAP message becomes 7 times larger because namespace information is added to every element. For long element lists this is causing an OutOfMemory error bec

Re: X509CertificateResolver Does Not Use My StorageResolver

2004-11-30 Thread Matthew . Hanson
I am using xml-security 1.1.0 with JDK 1.4.2.  Sorry for not including that in the post. Regards, Matthew Hanson Marshall & Ilsley Corporation Office:  (608) 252-5987 Fax:      (608) 252-5811 [EMAIL PROTECTED] Raul Benito <[EMAIL PROTECTED]> 11/29/2004 06:53 PM Please respond to security-d

RE: Namespace moves

2004-11-30 Thread Lawrence McCay
Nick: Unless I am missing something in your example, what you are describing is the very motivation behind the need for canonicalization of xml for digital signatures. By specifying the exact canonicalization method used at the time of signing, at the point of verification the exact xml can be re

RE: Namespace moves

2004-11-30 Thread Nick Sydenham
Larry, I understand what you're saying but canonicalisation and subsequent validation only happens on the Signature block. By moving the namespace declaration to the root element I have effectively removed the namespace from being part of the canonicalised representation. This would therefore inva

RE: Namespace moves

2004-11-30 Thread Raul Benito
> Larry, > > I understand what you're saying but canonicalisation > and subsequent validation only happens on the > Signature block. By moving the namespace declaration > to the root element I have effectively removed the > namespace from being part of the canonicalised > representation. This would

Re: XMLSignature sign - avoid namespaces on every element

2004-11-30 Thread Raul Benito
> > Is there any way to stop the sign method of XMLSignature adding namespace > information to every element? When I use it the argument list in my SOAP > message becomes 7 times larger because namespace information is added to > every element. For long element lists this is causing an OutOfMemory