You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2012/07/04 16:56:33 UTC

[jira] [Created] (SANTUARIO-321) Support streaming XML Signature XPointer references

Colm O hEigeartaigh created SANTUARIO-321:
---------------------------------------------

             Summary: Support streaming XML Signature XPointer references
                 Key: SANTUARIO-321
                 URL: https://issues.apache.org/jira/browse/SANTUARIO-321
             Project: Santuario
          Issue Type: Improvement
            Reporter: Colm O hEigeartaigh
            Assignee: Colm O hEigeartaigh



This task is to add support for streaming XML Signature XPointer references, e.g.:

<dsig:Reference URI="#xpointer(id('to-be-signed'))">
        <dsig:Transforms>
          <dsig:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#WithComments">
            <InclusiveNamespaces xmlns="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="bar #default" />
          </dsig:Transform>
        </dsig:Transforms>
        <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
        <dsig:DigestValue>a1cTqBgbqpUt6bMJN4C6zFtnoyo=</dsig:DigestValue>
      </dsig:Reference>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (SANTUARIO-321) Support streaming XML Signature XPointer references

Posted by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SANTUARIO-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13413732#comment-13413732 ] 

Colm O hEigeartaigh commented on SANTUARIO-321:
-----------------------------------------------


There is a bug in how the AbstractSignatureReferenceVerifyInputProcessor handles References, when you have multiple References to the same element. See the following test to reproduce the problem:

https://svn.apache.org/repos/asf/santuario/xml-security-java/trunk/src/test/java/org/apache/xml/security/test/stax/c14n/ExclusiveC14NInteropTest.java

Colm.
                
> Support streaming XML Signature XPointer references
> ---------------------------------------------------
>
>                 Key: SANTUARIO-321
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-321
>             Project: Santuario
>          Issue Type: Improvement
>            Reporter: Colm O hEigeartaigh
>            Assignee: Colm O hEigeartaigh
>
> This task is to add support for streaming XML Signature XPointer references, e.g.:
> <dsig:Reference URI="#xpointer(id('to-be-signed'))">
>         <dsig:Transforms>
>           <dsig:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#WithComments">
>             <InclusiveNamespaces xmlns="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="bar #default" />
>           </dsig:Transform>
>         </dsig:Transforms>
>         <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
>         <dsig:DigestValue>a1cTqBgbqpUt6bMJN4C6zFtnoyo=</dsig:DigestValue>
>       </dsig:Reference>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (SANTUARIO-321) Support streaming XML Signature XPointer references

Posted by "Marc Giger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SANTUARIO-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marc Giger resolved SANTUARIO-321.
----------------------------------

    Resolution: Fixed

fixed in r1363464
                
> Support streaming XML Signature XPointer references
> ---------------------------------------------------
>
>                 Key: SANTUARIO-321
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-321
>             Project: Santuario
>          Issue Type: Improvement
>          Components: Java
>            Reporter: Colm O hEigeartaigh
>            Assignee: Marc Giger
>             Fix For: Java 2.0.0
>
>
> This task is to add support for streaming XML Signature XPointer references, e.g.:
> <dsig:Reference URI="#xpointer(id('to-be-signed'))">
>         <dsig:Transforms>
>           <dsig:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#WithComments">
>             <InclusiveNamespaces xmlns="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="bar #default" />
>           </dsig:Transform>
>         </dsig:Transforms>
>         <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
>         <dsig:DigestValue>a1cTqBgbqpUt6bMJN4C6zFtnoyo=</dsig:DigestValue>
>       </dsig:Reference>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SANTUARIO-321) Support streaming XML Signature XPointer references

Posted by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SANTUARIO-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh updated SANTUARIO-321:
------------------------------------------

    Component/s: Java
    
> Support streaming XML Signature XPointer references
> ---------------------------------------------------
>
>                 Key: SANTUARIO-321
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-321
>             Project: Santuario
>          Issue Type: Improvement
>          Components: Java
>            Reporter: Colm O hEigeartaigh
>            Assignee: Marc Giger
>             Fix For: Java 2.0.0
>
>
> This task is to add support for streaming XML Signature XPointer references, e.g.:
> <dsig:Reference URI="#xpointer(id('to-be-signed'))">
>         <dsig:Transforms>
>           <dsig:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#WithComments">
>             <InclusiveNamespaces xmlns="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="bar #default" />
>           </dsig:Transform>
>         </dsig:Transforms>
>         <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
>         <dsig:DigestValue>a1cTqBgbqpUt6bMJN4C6zFtnoyo=</dsig:DigestValue>
>       </dsig:Reference>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SANTUARIO-321) Support streaming XML Signature XPointer references

Posted by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SANTUARIO-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh updated SANTUARIO-321:
------------------------------------------

    Fix Version/s: Java 2.0.0
         Assignee: Marc Giger  (was: Colm O hEigeartaigh)
    
> Support streaming XML Signature XPointer references
> ---------------------------------------------------
>
>                 Key: SANTUARIO-321
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-321
>             Project: Santuario
>          Issue Type: Improvement
>            Reporter: Colm O hEigeartaigh
>            Assignee: Marc Giger
>             Fix For: Java 2.0.0
>
>
> This task is to add support for streaming XML Signature XPointer references, e.g.:
> <dsig:Reference URI="#xpointer(id('to-be-signed'))">
>         <dsig:Transforms>
>           <dsig:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#WithComments">
>             <InclusiveNamespaces xmlns="http://www.w3.org/2001/10/xml-exc-c14n#" PrefixList="bar #default" />
>           </dsig:Transform>
>         </dsig:Transforms>
>         <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
>         <dsig:DigestValue>a1cTqBgbqpUt6bMJN4C6zFtnoyo=</dsig:DigestValue>
>       </dsig:Reference>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira