RELEASE NOTES FOR: 11.0.28 ==================================================================================================== Notes generated: Sun Apr 27 05:25:15 CEST 2025 Hint: Prefix bug IDs with https://bugs.openjdk.org/browse/ to reach the relevant JIRA entry. JAVA ENHANCEMENT PROPOSALS (JEP): None. RELEASE NOTES: security-libs/javax.crypto:pkcs11: JDK-8293345: Legacy Mechanism Check in SunPKCS11 Provider Is Enhanced with Service Type Native PKCS11 mechanisms which support decryption but not encryption, or signature verification but not signing, are considered legacy and are disabled by default. The legacy mechanism check in SunPKCS11 provider is enhanced with the service type. For example, prior to this fix, a mechanism supporting encryption, decryption, and verification but not signing, is considered legacy and can't be used at all. After this fix, the corresponding Cipher service using this mechanism is available since both encryption and decryption are supported. However, the corresponding Signature service is not since only verification is supported. To bypass the legacy mechanism check, set the PKCS11 provider configuration attribute "allowLegacy" to true. The default value is false. Note that it is the caller's responsibility to make sure the legacy mechanism is not used for the unsupported functionality. security-libs/java.security: JDK-8303770: Removed Baltimore CyberTrust Root Certificate after expiry date The following expired root certificate has been removed from the `cacerts` keystore: ``` + alias name "baltimorecybertrustca [jdk]" Distinguished Name: CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE ``` ALL FIXED ISSUES, BY COMPONENT AND PRIORITY: client-libs/2d: (P3) JDK-8348596: Update FreeType to 2.13.3 client-libs/java.awt: (P4) JDK-8346887: DrawFocusRect() may cause an assertion failure client-libs/javax.accessibility: (P3) JDK-8339728: [Accessibility,Windows,JAWS] Bug in the getKeyChar method of the AccessBridge class core-libs/java.time: (P3) JDK-8352716: (tz) Update Timezone Data to 2025b hotspot/runtime: (P2) JDK-8231058: VerifyOops crashes with assert(_offset >= 0) failed: offset for non comment? infrastructure/build: (P4) JDK-8350469: [11u] Test AbsPathsInImage.java fails - JDK-8239429 public clone infrastructure/release_eng: (P4) JDK-8351099: Bump update version of OpenJDK: 11.0.28 security-libs: (P4) JDK-8328957: Update PKCS11Test.java to not use hardcoded path security-libs/java.security: (P3) JDK-8303770: Remove Baltimore root certificate expiring in May 2025 (P4) JDK-8026976: ECParameters, Point does not match field size (P4) JDK-8352302: Test sun/security/tools/jarsigner/TimestampCheck.java is failing (P4) JDK-8345133: Test sun/security/tools/jarsigner/TsacertOptionTest.java failed: Warning found in stdout security-libs/javax.crypto:pkcs11: (P3) JDK-8293345: SunPKCS11 provider checks on PKCS11 Mechanism are problematic (P4) JDK-8331959: Update PKCS#11 Cryptographic Token Interface to v3.1 tools/jshell: (P4) JDK-8347629: Test FailOverDirectExecutionControlTest.java fails with -Xcomp (P4) JDK-8327476: Upgrade JLine to 3.26.1