-
Bug
-
Resolution: Fixed
-
P4
-
6
-
None
-
beta
-
generic
-
generic
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
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
- relates to
-
JDK-5018075 Add support for AES encryption type
-
- Resolved
-
-
JDK-5083253 JCE enhancements required for Kerberos
-
- Resolved
-