JDK-4460771 : Kerberos should be able to generate sub-session keys
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: org.ietf.jgss:krb5
  • Affected Version: 1.0ea
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_8
  • CPU: generic
  • Submitted: 2001-05-18
  • Updated: 2010-07-09
  • Resolved: 2011-05-18
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
7 b07Fixed
Description
The GSSKrb5 mechanism has an option of using the KDC assigned session key that is contained in the service ticket the client has.

It is also possible for the mechanism to negotiate a sub-key so that each time a new session is initiated with the same service ticket, a different session key is used. Java Kerberos should follow this behaviour.

Comments
EVALUATION Added support to generate random Kerberos sub-sessions keys.
25-01-2007

CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: dragon
01-09-2004

WORK AROUND Using different service tickets will result in different session keys. We do not cache service tickets at present.
01-09-2004

EVALUATION sharon.liu@eng 2001-07-13 Plan to fix in Tiger.
13-07-2001