Add krb5_allow_weak_crypto API to enable weak enctypes
Add krb5_allow_weak_crypto parallel to the API introduced in MIT Kerberos 1.8. Enables or disables all enctypes marked as weak. Add a new enctype flag marking weak enctypes (all of the ones that are disabled by default). Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hornquist Astrand

parent
560fc640bb
commit
8a57d5cb08
@@ -20,6 +20,7 @@ HEIMDAL_KRB5_2.0 {
|
||||
krb5_address_order;
|
||||
krb5_address_prefixlen_boundary;
|
||||
krb5_address_search;
|
||||
krb5_allow_weak_crypto;
|
||||
krb5_aname_to_localname;
|
||||
krb5_anyaddr;
|
||||
krb5_appdefault_boolean;
|
||||
|
Reference in New Issue
Block a user