Hi Valerie Can you please take a review on this fix?
http://cr.openjdk.java.net/~weijun/6844909/webrev.00 Basically, when "allow_weak_crypto = false" is set in krb5.conf's [libdefaults], DES-related etypes will not be used. Note that this setting also removes any weak etypes in the default_*_enctypes settings. This config was added in MIT's krb5-1.7 and defaults to false in 1.8. However, for compatibility (which we care a lot in Java), its default value is still true in Java. Thanks Max > *Change Request ID*: 6844909 > > *Synopsis*: support allow_weak_crypto in krb5.conf > > > === *Description* ============================================================ > Latest MIT krb5 supports a allow_weak_crypto key in krb5.conf, when set to > true, disallows DES be used in all kinds of etypes. We can support it also. > > Currently, MIT krb5's default value for this key is false, but it might > become true one day. > It's true in 1.8 now. > *** (#1 of 1): 2009-05-26 03:50:36 GMT+00:00 [email protected]
