JDK-8326942 : [17u] Backout "8325254: CKA_TOKEN private and secret keys are not necessarily sensitive"
  • Type: Bug
  • Component: security-libs
  • Affected Version: 17.0.12
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-02-28
  • Updated: 2024-03-04
  • Resolved: 2024-02-28
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 17
17.0.12 masterFixed
Related Reports
Relates :  
Description
This causes build failures:
src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11Key.java:399: error: cannot find symbol
                (attrs[0].getBoolean() && P11Util.isNSS(session.token)) ||
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk17u-dev/pull/2249 Date: 2024-02-28 10:35:24 +0000
28-02-2024

Changeset: 87e7c6e1 Author: Goetz Lindenmaier <goetz@openjdk.org> Date: 2024-02-28 12:07:43 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/87e7c6e1cca8947cd968fedd888b72d1e615cb9a
28-02-2024