Hello,

It seems to me, I'm in trouble.

I need to use an old standards of signing XML documents. Here is a
part of the template to be signed:

<Signature xmlns="http://www.w3.org/2000/02/xmldsig#";>
  <SignedInfo>
     <CanonicalizationMethod 
Algorithm="http://www.w3.org/TR/1999/WD-xml-c14n-19991115";></CanonicalizationMethod>
        <SignatureMethod 
Algorithm="http://www.w3.org/2000/02/xmldsig#rsa-sha1";></SignatureMethod>
           <Reference URI="#{REFERENCE_ID}">
              <DigestMethod 
Algorithm="http://www.w3.org/2000/02/xmldsig#sha1";></DigestMethod>
              <DigestValue></DigestValue>
           </Reference>
  </SignedInfo>
  <SignatureValue></SignatureValue>
  <KeyInfo>
     <X509Data></X509Data>
  </KeyInfo>
</Signature>

Have you any ideas how to do this using libxmlsec?

This is one of Visa 3d-secure protocol version 0.7 requirements.

-- 
Best regards,
 Slava                          mailto:[EMAIL PROTECTED]

_______________________________________________
xmlsec mailing list
[EMAIL PROTECTED]
http://www.aleksey.com/mailman/listinfo/xmlsec

Reply via email to