JDK-6239635 : Support for SPNEGO in Java GSS
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: org.ietf.jgss
  • Affected Version: 6
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-03-11
  • Updated: 2017-05-16
  • Resolved: 2005-04-29
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 6
6 betaFixed
Description
Support for SPNEGO mechansim in Java GSS ( Mustang feature 263 ).

Java GSS is a framework that can support multiple security mechanisms;
a way to negotiate a security mechanism underneath GSS-API is needed.
We need to implement SPNEGO (Simple and Protected GSS-API Negotiation
Mechanism) to provide this feature, as specified by IETF in RFC 2478.

SPNEGO is a pseudo GSS security mechanism to enable a client and server
to securely negotiate a common GSS security mechanism to be used.

###@###.### 2005-03-11 19:26:54 GMT

Comments
EVALUATION Support for SPNEGO in Java GSS has been added and intgrated. Two new properties have been introducted:- 1) sun.security.spnego.msinterop - to support interoperability with MS 2) sun.security.spnego.debug - to enable debug Please see CCC for details: http://ccc.sfbay/6239635 This feature has been validated with support for SPNEGO in HTTP. In addition, have tested interoperability of Java SPNEGO with Solaris SPNEGO. ###@###.### 2005-04-22 00:53:47 GMT
11-03-2005