JDK-8050374 : More Signature tests
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 9
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-07-14
  • Updated: 2017-12-21
  • Resolved: 2015-05-25
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8 JDK 9 Other
7u131Fixed 8u102Fixed 9 b67Fixed openjdk7uFixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
Add tests for Signature.verify(byte[] signature, int offset, int length) and SignedObject which
- use different offsets
- check a chain of signed objects
- check if a signed object is a copy of an original object
Comments
Code review: http://mail.openjdk.java.net/pipermail/security-dev/2015-April/012019.html
21-04-2015