]> git.ipfire.org Git - thirdparty/krb5.git/commit
Make kprop/kpropd work with RC4 session key
authorGreg Hudson <ghudson@mit.edu>
Sun, 3 Feb 2013 18:21:34 +0000 (13:21 -0500)
committerGreg Hudson <ghudson@mit.edu>
Thu, 7 Feb 2013 17:54:55 +0000 (12:54 -0500)
commit8d01455ec9ed88bd3ccae939961a6e123bb3d45f
tree12f38e3d676cf279de705a1b31b9213cfb85dfe5
parent9bddaebd2dbdbf74086c94d55a5f307898463b2c
Make kprop/kpropd work with RC4 session key

In krb5_auth_con_initivector and mk_priv/rd_priv, stop assuming that
the enctype's block size is the size of the cipher state.  Instead,
make and discard a cipher state to get the size.

ticket: 7561
target_version: 1.11.1
tags: pullup
src/lib/krb5/krb/auth_con.c
src/lib/krb5/krb/mk_priv.c
src/lib/krb5/krb/rd_priv.c