https://issues.apache.org/bugzilla/show_bug.cgi?id=47842
Scott Cantor changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from Scott
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
> 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
> 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
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
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
> 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
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
> 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
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
10 matches
Mail list logo