JDK-8214079 : Release Note: Added a Default Native GSS-API Library on Windows
  • Type: Sub-task
  • Component: security-libs
  • Sub-Component: org.ietf.jgss
  • Affected Version: 8u371,11.0.19-oracle,13
  • Priority: P3
  • Status: Closed
  • Resolution: Delivered
  • Submitted: 2018-11-20
  • Updated: 2022-12-14
  • Resolved: 2019-08-14
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 11 JDK 13 JDK 8
11.0.19-oracleResolved 13Resolved 8u371Resolved
Description
A native GSS-API library has been added to JDK on the Windows platform. The library is client-side only and uses the default credentials. It will be loaded when the `sun.security.jgss.native` system property is set to "true". A user can still load a third-party native GSS-API library by setting the system property `sun.security.jgss.lib` to its path.