XML signature

2006-04-16 Thread andrew keys
First what may be a stupid question but it's one that is nagging me!. If I sign an XML document, using say the example "Simple HMAC Signing" code, I notice that the "hash" of the signing password is included in the message, what is stopping anyone from using that hash to re-sign a modifed docume

Compilation error w.r.t. XSEC_DECLARE_XERCES_CLASS macro

2004-04-13 Thread Andrew
27;ll include the def'n of the macro here for completeness: #define XSEC_DECLARE_XERCES_CLASS(NAME) namespace XERCES_CPP_NAMESPACE { class NAME; } using XERCES_CPP_NAMESPACE::NAME Thanks in advance for any help you could provide Andrew

Re: Release build under VC6.0 tries to find Xerces 2.3.0 DLL runtime

2004-03-11 Thread Andrew
Divide and conquer solved this one for me. The copy of Xalan that I downloaded included the release DLL which was built with Xerces 2.3 I had forgotten to rebuild Xalan in release with Xerces 2.4 All good now. Thanks anyways Andrew

Release build under VC6.0 tries to find Xerces 2.3.0 DLL @ runtime

2004-03-10 Thread Andrew
erces 2.4 lib's and dll's. If anyone has any suggestion please let me know. Thanks Andrew

Re: Multiple signatures in a single XML file?

2004-02-27 Thread Andrew
ady changed the code to use my wok around). I'll send them to you directly. Thanks Andrew

Re: Multiple signatures in a single XML file?

2004-02-27 Thread Andrew
view.html#sec-o- SignatureProperty Thanks Andrew

Multiple signatures in a single XML file?

2004-02-26 Thread Andrew
hing to do, but I am basically following the "checksig" project provided, but I use XSECProvider::newSignatureFromDOM( DOMDoc *, DOMNode *) since I have multiple signatures. If anyone has any ideas of things to try it would be really helpful. Thanks in advance Andrew

Re: Multiple signatures in a single XML file?

2004-02-26 Thread Andrew
qBw59jQHGi9YObpFsw1W0y8= Sorry for the verbose explanation, but I'm hoping it will help someone to tell me what I've done wrong if anything, or it helps them to fix whatever bug this may prove to be. Thanks in advance Andrew

Re: Debugging XSecurity classes

2004-02-23 Thread Andrew
er in DSIGReference::load else if (strEquals(name, "Type")) with upper case 'T' on "Type" fails and hence throws an exception. Being a newbie, is this the proper way to report bugs? If not let me know how and I'll use that method from now on. Cheers Andrew

Debugging XSecurity classes

2004-02-23 Thread Andrew
rkspace but that doesn't help either. If anyone could shed some light ont his for me and offer other debugging methods that would be great. Thanks in advance Andrew

Loading DSA Private Key

2004-01-28 Thread Andrew
accomplish this? Or am I just missing something obvious? In an event, some sample code would be much appreciated. Thanks in advance Andrew