JDK-6252726 : Update Kerberos AES to use JCE
  • Type: Bug
  • Component: security-libs
  • Sub-Component: org.ietf.jgss:krb5
  • Affected Version: 6
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-04-08
  • Updated: 2010-04-02
  • Resolved: 2005-04-15
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
Related Reports
Relates :  
Relates :  
Description
AES support in Kerberos requires:
1) PBKDF2 function from PKCS #5 v2.0
2) AES in CBC-CTS mode.

Since JCE did not support these algorithms, support for these algroithms
has been implemented in Kerberos.

These algorithms have now been moved to JCE as part of putback to bug: 
5083253: JCE enhancements required for Kerberos.

Hence need to update Java Kerberos to use JCE now for the above algorithms.


###@###.### 2005-04-08 19:04:18 GMT

Comments
EVALUATION Kerberos required algorithms for AES have now been moved to JCE. Hence need to update Java Kerberos to use JCE now for these algorithms. ###@###.### 2005-04-08 19:07:37 GMT
08-04-2005