Bug 50123 - Add support for ECDSA signature with SHA-2 message digests + enhancements in ASN.1 to XMLDSIG converter (and viceversa)
Summary: Add support for ECDSA signature with SHA-2 message digests + enhancements in ...
Status: NEW
Alias: None
Product: Security - Now in JIRA
Classification: Unclassified
Component: Signature (show other bugs)
Version: Java 1.4.2
Hardware: PC FreeBSD
: P2 normal
Target Milestone: ---
Assignee: XML Security Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-20 10:48 UTC by Alex Dupre
Modified: 2010-10-20 10:48 UTC (History)
0 users



Attachments
Diff from trunk to support ECDSA with SHA-2 (16.59 KB, application/octet-stream)
2010-10-20 10:48 UTC, Alex Dupre
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Dupre 2010-10-20 10:48:12 UTC
Created attachment 26187 [details]
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