DO NOT REPLY [Bug 47842] TemplateSign runtime issues due to ArrayJanitor

2009-09-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47842 Scott Cantor changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Scott

DO NOT REPLY [Bug 47842] New: TemplateSign runtime issues due to ArrayJanitor

2009-09-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47842 Summary: TemplateSign runtime issues due to ArrayJanitor Product: Security Version: C++ 1.5.1 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal

RE: Facing problem in using templatesign XML C++ Security library

2007-10-30 Thread Scott Cantor
> Thanks for your response. It will be really helpful for us if you could > provide us with the references / details explaining all the bug fixes made > on the library xml-security-c-1.3.1 till date. That's in the CHANGELOG in the release candidate I posted, and in subversion. -- Scott

RE: Facing problem in using templatesign XML C++ Security library

2007-10-29 Thread Scott Cantor
> We are getting the following error: > > An error occured during signing operation >Message: Error allocating memory That error is just masking the real exception. The 1.4 RC I posted contains a fix that gets the real error passed out so you can diagnose it. -- Scott

Facing problem in using templatesign XML C++ Security library

2007-10-29 Thread Baxi, Rinilkumar (TCS)
shown below) using the sample 'templatesign'. The command that we are executing is: -> templatesign -r key.pem (password) file.xml The XML file is as follows: http://www.w3.org/2000/09/xmldsig <http://www.w3.org/2000/09/xmldsig> #"> http://www.w3.org/TR

Re: templatesign

2007-02-08 Thread Berin Lautenbach
It's due to the Id being a wsu:Id. So it's not caught by the "workaround" inside the library. However the "registerIdAttributeNameNS" can be called within DSIGSIgnature to add the particular attribute to the "cheat" list :>. There isn't a command

RE: templatesign

2007-02-08 Thread Scott Cantor
> So, how does it know which objects to create digests for? I really need an > XML template so I can see how it works. Is there one in the C++ source > download? I really have no idea, never tried the template tool. I just knew what that error means. Unless there's some kind of command line parame

Re: templatesign

2007-02-08 Thread Paul Cameron
Scott Cantor osu.edu> writes: > > > I'm trying to get the tool "templatesign" to sign an XML message but it > > returns, > > "An error occured during signing operation > >Message: Referenced ID is not in DOM Document". > > You

RE: templatesign

2007-02-08 Thread Scott Cantor
> I'm trying to get the tool "templatesign" to sign an XML message but it > returns, > "An error occured during signing operation >Message: Referenced ID is not in DOM Document". You can't use ID references unless you validate while parsing or have

templatesign

2007-02-07 Thread Paul Cameron
I'm trying to get the tool "templatesign" to sign an XML message but it returns, "An error occured during signing operation Message: Referenced ID is not in DOM Document". Can anyone supply with a template that is known to work with templatesign? I could then see