JDK-6815392 : Add tests for XML Signature 1.1
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: javax.xml.crypto
  • Affected Version: 7
  • Priority: P3
  • Status: Resolved
  • Resolution: Not an Issue
  • OS: generic
  • CPU: generic
  • Submitted: 2009-03-10
  • Updated: 2015-02-24
  • Resolved: 2015-02-24
Related Reports
Relates :  
Description
Add support for XML Signature 1.1 to JSR 105.

The first public working draft of XML Signature 1.1 has been published:

http://www.w3.org/TR/2009/WD-xmldsig-core1-20090226

It includes new algorithm support for ECDSA-SHA1/256/384/512, SHA256/384/512, HMAC-SHA256/384/512, RSA-SHA256/384/512 and other minor enhancements.

The main work item is adding support for ECDSA, as most of the other algorithms are already supported in JDK 7. We should also participate in interop testing which will be coordinated by the W3C XML Security working group.

Comments
Some new tests for ECDSA were added as part of JDK-8046724. This was the main area that we didn't have tests for, so I am closing this.
24-02-2015

Changed title of bug to indicate that this is now about adding more tests to test the XML Signature 1.1 features.
13-02-2014

With the integration of Apache Santuario 1.5.4 as part of JDK-8011547, there should be support for all of the required XML Signature 1.1 features. However, some tests should be written to confirm that, so I'll leave this open for now, rather than marking it as a duplicate.
22-05-2013