[krbdev.mit.edu #7914] git commit

Tom Yu via RT rt-comment at krbdev.mit.edu
Fri Jun 27 12:34:52 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.

(cherry picked from commit 89803a5a781107365d5a4534eebf48dbaf010f96)

https://github.com/krb5/krb5/commit/c72126bf1a4a4e40006e1bc12dd5a3ef96d98aa2
Author: Ken Hornstein <kenh at cmf.nrl.navy.mil>
Committer: Tom Yu <tlyu at mit.edu>
Commit: c72126bf1a4a4e40006e1bc12dd5a3ef96d98aa2
Branch: krb5-1.12
 src/lib/crypto/krb/combine_keys.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)



More information about the krb5-bugs mailing list