[krbdev.mit.edu #7914] git commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Wed May 21 11:34:09 EDT 2014
Fix krb5int_c_combine_keys
When krb5int_c_combine_keys was updated to use the new crypto
interface, a small bug was introduced. It turns out the temporary
keyblock created needs to have its enctype set; otherwise, when
krb5int_derive_keyblock() is called later, it will fail with
KRB5_BAD_ENCTYPE.
https://github.com/krb5/krb5/commit/89803a5a781107365d5a4534eebf48dbaf010f96
Author: Ken Hornstein <kenh at cmf.nrl.navy.mil>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: 89803a5a781107365d5a4534eebf48dbaf010f96
Branch: master
src/lib/crypto/krb/combine_keys.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
More information about the krb5-bugs
mailing list