[16334] in Kerberos-V5-bugs
[krbdev.mit.edu #8808] git commit
daemon@ATHENA.MIT.EDU (Greg Hudson via RT)
Mon Jul 15 12:33:28 2019
From: Greg Hudson via RT <rt@KRBDEV-PROD-APP-1.mit.edu>
In-Reply-To:
Message-ID: <rt-4.4.4-80493-1563208372-1969.8808-5-0@mit.edu>
To: "AdminCc of krbdev.mit.edu Ticket #8808":;
Date: Mon, 15 Jul 2019 12:32:52 -0400
MIME-Version: 1.0
Reply-To: rt@KRBDEV-PROD-APP-1.mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: krb5-bugs-bounces@mit.edu
<URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8808 >
Don't error on invalid enctypes in keytab
krb5_ktfile_get_entry() used krb5_c_enctype_compare() to compare
enctypes, in order to share keys between single-DES enctypes. As
key-sharing between enctypes is no longer done and single-DES support
has been removed, use a simple equality test to match the enctype.
This fixes a bug where krb5_kt_get_entry() would error out if the
keytab contained any entries with invalid enctypes (include single-DES
entries, after commit fb2dada5eb89c4cd4e39dedd6dbb7dbd5e94f8b8) even
if a matching entry is found.
[ghudson@mit.edu: rewrote commit message]
https://github.com/krb5/krb5/commit/38be1a0a31a6104cdf8c8d72828905775f6d6636
Author: Robbie Harwood <rharwood@redhat.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 38be1a0a31a6104cdf8c8d72828905775f6d6636
Branch: master
src/lib/krb5/keytab/kt_file.c | 27 +++++----------------------
1 files changed, 5 insertions(+), 22 deletions(-)
_______________________________________________
krb5-bugs mailing list
krb5-bugs@mit.edu
https://mailman.mit.edu/mailman/listinfo/krb5-bugs