]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix krb5int_c_combine_keys
authorKen Hornstein <kenh@cmf.nrl.navy.mil>
Tue, 20 May 2014 18:50:22 +0000 (14:50 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 21 May 2014 15:33:24 +0000 (11:33 -0400)
commit89803a5a781107365d5a4534eebf48dbaf010f96
treef1d02f8095a25df70b22fa3eaab7e43c721cee94
parent6ffbf48932f735f6b77866db9b345c4fe0e395ac
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.

ticket: 7914
target_version: 1.12.2
tags: pullup
src/lib/crypto/krb/combine_keys.c