You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@santuario.apache.org by bu...@apache.org on 2010/10/20 16:48:46 UTC

DO NOT REPLY [Bug 50123] New: Add support for ECDSA signature with SHA-2 message digests + enhancements in ASN.1 to XMLDSIG converter (and viceversa)

https://issues.apache.org/bugzilla/show_bug.cgi?id=50123

           Summary: Add support for ECDSA signature with SHA-2 message
                    digests + enhancements in ASN.1 to XMLDSIG converter
                    (and viceversa)
           Product: Security
           Version: Java 1.4.2
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Signature
        AssignedTo: security-dev@xml.apache.org
        ReportedBy: ale@FreeBSD.org


Created an attachment (id=26187)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?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

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.