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:
Russ Allbery
2010-01-27 20:39:21 -08:00
committed by Love Hornquist Astrand
parent 560fc640bb
commit 8a57d5cb08
3 changed files with 36 additions and 6 deletions

View File

@@ -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;