]> git.ipfire.org Git - thirdparty/krb5.git/commit
Mark deprecated enctypes when used 891/head
authorRobbie Harwood <rharwood@redhat.com>
Thu, 10 Jan 2019 21:34:54 +0000 (16:34 -0500)
committerGreg Hudson <ghudson@mit.edu>
Thu, 17 Jan 2019 15:32:11 +0000 (10:32 -0500)
commit8d8e68283b599e680f9fe45eff8af397e827bd6c
tree16d95fc931cd61b9aab4f2bf30895cd391242970
parenta649279727490687d54becad91fde8cf7429d951
Mark deprecated enctypes when used

Preface ETYPE_DEPRECATED enctypes with "DEPRECATED:" in klist output,
KDC logs, and kadmin interactions.  Also complain in krb5kdc when the
stash file has a deprecated enctype or a deprecated enctype is
requested with -k.

ticket: 8773 (new)
src/clients/klist/klist.c
src/kadmin/cli/kadmin.c
src/kdc/kdc_util.c
src/kdc/main.c
src/tests/gssapi/t_enctypes.py
src/tests/t_keyrollover.py
src/tests/t_sesskeynego.py