Hi Aleksey,<br><br>The new DSig spec refers to the new xml properties like author, distributor etc:<br><div class="example">
   <p>Example of a <a href="http://www.w3.org/TR/2009/CR-widgets-digsig-20090625/#distributor-signature">distributor signature</a>
    document, named <code>signature1.xml</code>:</p>

   <pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>&lt;Signature xmlns=&quot;<a href="http://www.w3.org/2000/09/xmldsig#">http://www.w3.org/2000/09/xmldsig#</a>&quot; <br>  Id=&quot;DistributorASignature&quot;&gt;<br>
 &lt;SignedInfo&gt;<br>  &lt;CanonicalizationMethod <br>   Algorithm=&quot;<a href="http://www.w3.org/2006/12/xml-c14n11">http://www.w3.org/2006/12/xml-c14n11</a>&quot;/&gt;<br>  &lt;SignatureMethod<br>   Algorithm=&quot;<a href="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256">http://www.w3.org/2001/04/xmldsig-more#rsa-sha256</a>&quot;/&gt;<br>
  &lt;Reference URI=&quot;config.xml&quot;&gt;<br>   &lt;DigestMethod<br>    Algorithm=&quot;<a href="http://www.w3.org/2001/04/xmlenc#sha256">http://www.w3.org/2001/04/xmlenc#sha256</a>&quot;/&gt;<br>   &lt;DigestValue&gt;...&lt;/DigestValue&gt;<br>
  &lt;/Reference&gt;<br>  &lt;Reference URI=&quot;index.html&quot;&gt;<br>    &lt;DigestMethod<br>     Algorithm=&quot;<a href="http://www.w3.org/2001/04/xmlenc#sha256">http://www.w3.org/2001/04/xmlenc#sha256</a>&quot;/&gt;<br>
     &lt;DigestValue&gt;...&lt;/DigestValue&gt;<br>  &lt;/Reference&gt;<br>  &lt;Reference URI=&quot;icon.png&quot;&gt;<br>   &lt;DigestMethod<br>     Algorithm=&quot;<a href="http://www.w3.org/2001/04/xmlenc#sha256">http://www.w3.org/2001/04/xmlenc#sha256</a>&quot;/&gt;<br>
   &lt;DigestValue&gt;...&lt;/DigestValue&gt;<br>  &lt;/Reference&gt;<br>  &lt;Reference URI=&quot;#prop&quot;&gt;<br>   &lt;DigestMethod <br>    Algorithm=&quot;<a href="http://www.w3.org/2001/04/xmlenc#sha256">http://www.w3.org/2001/04/xmlenc#sha256</a>&quot;/&gt;<br>
   &lt;DigestValue&gt;...&lt;/DigestValue&gt;<br>  &lt;/Reference&gt;<br> &lt;/SignedInfo&gt;<br> &lt;Object Id=&quot;prop&quot;&gt; <br>  &lt;SignatureProperties<br>   xmlns:dsp=&quot;<a href="http://www.w3.org/2009/xmldsig-properties">http://www.w3.org/2009/xmldsig-properties</a>&quot;&gt;<br>
   &lt;SignatureProperty Id=&quot;profile&quot; Target=&quot;#DistributorASignature&quot;&gt;<br>    &lt;dsp:Profile URI=&quot;<a href="http://www.w3.org/ns/widgets-digsig#profile">http://www.w3.org/ns/widgets-digsig#profile</a>&quot;/&gt;<br>
   &lt;/SignatureProperty&gt; <br>   &lt;SignatureProperty Id=&quot;role&quot; Target=&quot;#DistributorASignature&quot;&gt;<br>    &lt;dsp:Role<br>      URI=&quot;<a href="http://www.w3.org/ns/widgets-digsig#role-distributor">http://www.w3.org/ns/widgets-digsig#role-distributor</a>&quot;/&gt;<br>
   &lt;/SignatureProperty&gt; <br>   &lt;SignatureProperty Id=&quot;identifier&quot; Target=&quot;#DistributorASignature&quot;&gt;<br>    &lt;dsp:Identifier&gt;07425f59c544b9cebff04ab367e8854a&lt;/dsp:Identifier&gt;<br>   &lt;/SignatureProperty&gt; <br>
  &lt;/SignatureProperties&gt; <br> &lt;/Object&gt;  <br> &lt;SignatureValue&gt;...&lt;/SignatureValue&gt;<br> &lt;KeyInfo&gt;<br>  &lt;X509Data&gt;<br>   &lt;X509Certificate&gt;...&lt;/X509Certificate&gt;<br>  &lt;/X509Data&gt;<br>
 &lt;/KeyInfo&gt;<br><br>Will this is supported by latest XMLSec.<br><br>Regards,<br>Ashish<br>&lt;/Signature&gt;</code><br></pre>
  </div><br><br><div class="gmail_quote">On Fri, Jul 24, 2009 at 8:58 PM, Aleksey Sanin <span dir="ltr">&lt;<a href="mailto:aleksey@aleksey.com">aleksey@aleksey.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This spec is based on XML DSig and I looks like xmlsec<br>
should be able to handle it as-is.<br>
<br>
Aleksey<br>
<br>
<br>
Ashish Agrawal wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">
Hi Aleksey,<br>
<br>
W3C has published a new spec.<br>
<br>
W3C Widgets 1.0: Digital Signatures specification : <a href="http://www.w3.org/TR/2009/CR-widgets-digsig-20090625/" target="_blank">http://www.w3.org/TR/2009/CR-widgets-digsig-20090625/</a><br>
<br>
Do you plan to provide the same support in xmlsec.<br>
<br>
Regards,<br>
Ashish<br>
<br>
<br></div></div>
------------------------------------------------------------------------<br>
<br>
_______________________________________________<br>
xmlsec mailing list<br>
<a href="mailto:xmlsec@aleksey.com" target="_blank">xmlsec@aleksey.com</a><br>
<a href="http://www.aleksey.com/mailman/listinfo/xmlsec" target="_blank">http://www.aleksey.com/mailman/listinfo/xmlsec</a><br>
</blockquote>
</blockquote></div><br>