[krbdev.mit.edu #8773] git commit
Greg Hudson via RT <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
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. https://github.com/krb5/krb5/commit/8d8e68283b599e680f9fe45eff8af397e827bd6c Author: Robbie Harwood <[email protected]> Committer: Greg Hudson <[email protected]> Commit: 8d8e68283b599e680f9fe45eff8af397e827bd6c Branch: master src/clients/klist/klist.c | 14 ++++++++++---- src/kadmin/cli/kadmin.c | 6 +++++- src/kdc/kdc_util.c | 9 +++++++++ src/kdc/main.c | 19 +++++++++++++++++++ src/tests/gssapi/t_enctypes.py | 15 +++++++++------ src/tests/t_keyrollover.py | 8 +++++--- src/tests/t_sesskeynego.py | 4 ++-- 7 files changed, 59 insertions(+), 16 deletions(-)