]> git.ipfire.org Git - thirdparty/krb5.git/commit
In rd_req_dec, always log non-permitted enctypes
authorRobbie Harwood <rharwood@redhat.com>
Mon, 14 Jan 2019 22:14:42 +0000 (17:14 -0500)
committerGreg Hudson <ghudson@mit.edu>
Wed, 16 Jan 2019 18:34:56 +0000 (13:34 -0500)
commitbf75ebf583a51bf00005a96d17924818d19377be
treefd24375439ef22e4dbcd8df85afdb28430300631
parent7391e8b541061d0f584193b4a53365b64364b0e8
In rd_req_dec, always log non-permitted enctypes

The buffer specified in negotiate_etype() is too small for use with
the AES enctypes when used with krb5_enctype_to_string(), so switch to
using krb5_enctype_to_name().
src/lib/krb5/krb/rd_req_dec.c
src/tests/gssapi/t_enctypes.py