]> 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)
committerTom Yu <tlyu@mit.edu>
Thu, 7 Feb 2013 21:23:00 +0000 (16:23 -0500)
commitceead53ba577b2c30550fbde451d82d9db3ba45f
tree57077d8f1faa102dbba07e71d25065cc0d059660
parent604d465c7d9dacf278e6a310f3f9e8a3a2dabda3
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.

(cherry picked from commit 8d01455ec9ed88bd3ccae939961a6e123bb3d45f)

ticket: 7561
version_fixed: 1.11.1
status: resolved
src/lib/krb5/krb/auth_con.c
src/lib/krb5/krb/mk_priv.c
src/lib/krb5/krb/rd_priv.c