JDK-7197071 : Makefiles for various security providers aren't including the default manifest.
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.crypto
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-09-08
  • Updated: 2013-09-12
  • Resolved: 2012-10-23
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
7u40Fixed 8 b64Fixed
Description
jce.jar/sunjce_provider.jar do have:

Manifest-Version: 1.0^M
Implementation-Vendor: Oracle Corporation^M
Implementation-Title: Java Runtime Environment^M
Implementation-Version: 1.8.0-ea^M
Implementation-Vendor-Id: com.sun^M
Specification-Vendor: Oracle Corporation^M
Specification-Title: Java Platform API Specification^M
Created-By: 1.7.0 (Oracle Corporation)^M
Specification-Version: 1.7^M
Extension-Name: javax.crypto^M


But the others (ec/mscapi/pkcs11/ucrypto) only have:
Manifest-Version: 1.0^M
Created-By: 1.6.0_14 (Sun Microsystems Inc.)^M

Comments
EVALUATION Changes ready, just waiting for RE before pushing/building/integrating binaries.
14-09-2012

EVALUATION Add the various values by updating the Manifest building.
11-09-2012