-
CSR
-
Resolution: Approved
-
P3
-
None
-
behavioral
-
minimal
-
-
Other
-
Implementation
Summary
Deprecate 3DES and RC4 related encryption types used in Kerberos.
Problem
The two encryption types have long been considered weak and were deprecated in RFC 8429 in 2018.
Solution
Deprecate des3-hmac-sha1 (etype 16) and rc4-hmac (etype 23), that is to say, unless "allow_weak_crypto = true" is specified in krb5.conf, they would not appear in the permitted_etypes list of Kerberos.
Specification
This will be documented in the The Kerberos 5 GSS-API Mechanism inside the Java documentation.
- csr of
-
JDK-8139348 Deprecate 3DES and RC4 in Kerberos
- Resolved
-
JDK-8288872 Deprecate 3DES and RC4 in Kerberos
- Resolved