[xmlsec] (no subject)

roeblmr at gmx.de roeblmr at gmx.de
Tue Sep 19 01:21:40 PDT 2006


Hello,

i am trying to sign an XML doucment using xmlsign.

I am supplying this to xmlsec (only Reference part shown):
<Reference URI="#Sign_This">
<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
<DigestValue></DigestValue>
</Reference>
</SignedInfo>

And i am receiving something like this (only Reference part shown):
<Reference URI="#Sign_This">
<Transforms>
<Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/>
</Transforms>
<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
<DigestValue>mX2N0kUluafzhOS9uq4uH2YchUoD0TrDqQFIQlRFA0Q=</DigestValue>
</Reference>
</SignedInfo>

How do i tell xmlsec _not_ to do any transforms and not to include the transforms tag?

Regards, Marc
-- 
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail



More information about the xmlsec mailing list