]> git.ipfire.org Git - thirdparty/krb5.git/commit
Log unknown enctypes as unsupported in KDC 982/head
authorGreg Hudson <ghudson@mit.edu>
Fri, 27 Sep 2019 20:55:37 +0000 (16:55 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 1 Oct 2019 18:40:31 +0000 (14:40 -0400)
commit5ee99b0007f480f01f86340d1c30da51cc80da96
tree9629ca9abc92c0e7ec12c17a90d9e1cdfcef34af
parent16c3a5917a8fd2706a1e1b2e5a58e1319f8fa8f7
Log unknown enctypes as unsupported in KDC

Commit 8d8e68283b599e680f9fe45eff8af397e827bd6c logs both invalid and
deprecated enctypes as "DEPRECATED:".  An invalid enctype might be too
old or marginal to be supported (like single-DES) or too new to be
recognized.  For clarity, prefix invalid enctypes with "UNSUPPORTED:"
instead.

ticket: 8773
src/kdc/kdc_util.c