RFR: 8274656: Remove default_checksum and safe_checksum_type from krb5.conf [v2]

Valerie Peng valeriep at openjdk.java.net
Mon Oct 4 19:32:31 UTC 2021


On Mon, 4 Oct 2021 19:29:27 GMT, Weijun Wang <weijun at openjdk.org> wrote:

>> Remove support for the 2 settings. Remove classes around the KRB_PRIV and KRB_SAFE message types that were never used in Java.
>
> Weijun Wang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   update copyright years

src/java.security.jgss/share/classes/sun/security/krb5/KrbTgsReq.java line 320:

> 318:         byte[] temp = reqBody.asn1Encode(Krb5.KRB_TGS_REQ);
> 319:         // if the checksum type is one of the keyed checksum types,
> 320:         // use session key.

nit: does this comment need updating?

-------------

PR: https://git.openjdk.java.net/jdk/pull/5788



More information about the security-dev mailing list