You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "sean.mullan (JIRA)" <ji...@apache.org> on 2010/12/30 19:59:45 UTC

[jira] Resolved: (SANTUARIO-248) Add support for ECDSA signature with SHA-2 message digests + enhancements in ASN.1 to XMLDSIG converter (and viceversa)

     [ https://issues.apache.org/jira/browse/SANTUARIO-248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

sean.mullan resolved SANTUARIO-248.
-----------------------------------

    Resolution: Fixed

> Add support for ECDSA signature with SHA-2 message digests + enhancements in ASN.1 to XMLDSIG converter (and viceversa)
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: SANTUARIO-248
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-248
>             Project: Santuario
>          Issue Type: Bug
>          Components: Java
>    Affects Versions: Java 1.4.2
>         Environment: Operating System: FreeBSD
> Platform: PC
>            Reporter: Alex Dupre
>            Assignee: sean.mullan
>             Fix For: Java 1.5
>
>         Attachments: ecdsa.patch
>
>
> Created an attachment (id=26187)
> Diff from trunk to support ECDSA with SHA-2
> The attached patch:
> - adds support for the following signature algorithm URIs (in Apache Java API):
>   http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256
>   http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384
>   http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512
> - enhance the conversion beetween ASN.1 and XMLDSIG signaturevalue (and viceversa):
>   better invalid format checks and support for bigger signatures (created with a P-521 EC Key for example)
> - uses the correct JCE name for ECDSA with SHA-1
> - fixes SpecificationURL

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.