You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "Scott Cantor (JIRA)" <ji...@apache.org> on 2012/07/05 20:26:34 UTC

[jira] [Created] (SANTUARIO-323) Fix up SHA-224 algorithm variants

Scott Cantor created SANTUARIO-323:
--------------------------------------

             Summary: Fix up SHA-224 algorithm variants
                 Key: SANTUARIO-323
                 URL: https://issues.apache.org/jira/browse/SANTUARIO-323
             Project: Santuario
          Issue Type: Bug
          Components: C++
    Affects Versions: C++ 1.6.1, C++ 1.6.0
            Reporter: Scott Cantor
            Assignee: Scott Cantor
             Fix For: C++ 1.7.0


Some open questions about which signing variants exist with SHA-224. Latest read of drafts and RFC4051 suggests that ECDSA with 224 does exist, but RSA with 224 does not. That's exactly backwards of the current code.

--
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] [Closed] (SANTUARIO-323) Fix up SHA-224 algorithm variants

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

Scott Cantor closed SANTUARIO-323.
----------------------------------

    
> Fix up SHA-224 algorithm variants
> ---------------------------------
>
>                 Key: SANTUARIO-323
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-323
>             Project: Santuario
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: C++ 1.6.0, C++ 1.6.1
>            Reporter: Scott Cantor
>            Assignee: Scott Cantor
>             Fix For: C++ 1.7.0
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Some open questions about which signing variants exist with SHA-224. Latest read of drafts and RFC4051 suggests that ECDSA with 224 does exist, but RSA with 224 does not. That's exactly backwards of the current code.

--
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-323) Fix up SHA-224 algorithm variants

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

Scott Cantor resolved SANTUARIO-323.
------------------------------------

    Resolution: Fixed

XML Sec WG has added or at least reserved all the expected algorithm URIs for SHA-224, and other implementations are using them already. The ECDSA variant was added to the code here.
                
> Fix up SHA-224 algorithm variants
> ---------------------------------
>
>                 Key: SANTUARIO-323
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-323
>             Project: Santuario
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: C++ 1.6.0, C++ 1.6.1
>            Reporter: Scott Cantor
>            Assignee: Scott Cantor
>             Fix For: C++ 1.7.0
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Some open questions about which signing variants exist with SHA-224. Latest read of drafts and RFC4051 suggests that ECDSA with 224 does exist, but RSA with 224 does not. That's exactly backwards of the current code.

--
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