[krbdev.mit.edu #8098] git commit
Tom Yu via RT
rt-comment at krbdev.mit.edu
Fri Feb 6 18:11:40 EST 2015
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.
(cherry picked from commit 89803a5a781107365d5a4534eebf48dbaf010f96)
https://github.com/krb5/krb5/commit/60e6d8c3695dbdd2c1f0d7a737c68a408dc084b3
Author: Ken Hornstein <kenh at cmf.nrl.navy.mil>
Committer: Tom Yu <tlyu at mit.edu>
Commit: 60e6d8c3695dbdd2c1f0d7a737c68a408dc084b3
Branch: krb5-1.11
src/lib/crypto/krb/combine_keys.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
More information about the krb5-bugs
mailing list