In fact, i'm using xmlsec inside an application (i'm using the API not the command line utility).
And i need to verify a signed document and then timestamp the signature verification.
 
In order to do that, i have to create a digest from a canonicalized SignatureValue node. For example:
 
<ds:SignatureValue xmlns:ds="http://...">B64SIGNATURE...</ds:SignatureValue>
 
The canonicalization algorithm to use is the one that is defined inside the xml signature (ds:CanonicalizationMethod).
I can't find a way to get a canonicalized SignatureValue node (without dumping all the document).
 
What can i do ?
 
Thank you,
tantonios
 
On 3/29/06, Aleksey Sanin <[EMAIL PROTECTED]> wrote:
Not sure I understand what you mean... but with xmlsec
utility you can look at it using "--store-signature"
option.

Aleksey

Telly Antonios wrote:
> Hello,
>
> How can i get a fully canonicalized SignatureValue ?
> I need it in order to timestamp it.
>
> Thank you,
> tantonios
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> xmlsec mailing list
> [email protected]
> http://www.aleksey.com/mailman/listinfo/xmlsec

_______________________________________________
xmlsec mailing list
[email protected]
http://www.aleksey.com/mailman/listinfo/xmlsec

Reply via email to