X-Mailer: MIME-tools 5.507 (Entity 5.507) Content-Type: text/plain; charset="utf-8" From: ghudson@mit.edu Subject: git commit Content-Transfer-Encoding: binary X-RT-Interface: API Content-Disposition: inline MIME-Version: 1.0 X-RT-Original-Encoding: ascii RT-Message-ID: Content-Length: 511 Filter enctypes in gss_set_allowable_enctypes() Instead of erroring out when any invalid enctypes are present in the caller's list, filter out the invalid ones and only error if no enctypes remain. https://github.com/krb5/krb5/commit/37ab7ea128a4c2aa2dad65ab9006baded5335bc7 Author: Greg Hudson Commit: 37ab7ea128a4c2aa2dad65ab9006baded5335bc7 Branch: master src/lib/gssapi/krb5/set_allowable_enctypes.c | 29 ++++++++++++------------- 1 files changed, 14 insertions(+), 15 deletions(-)