]> 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>
Fri, 22 Feb 2013 22:10:49 +0000 (17:10 -0500)
commit0f105749b7821ae8675888e96a949b8d21862840
treec67fe4a71e73b351d75818be2527c97bf5a69713
parent8e31374995eaa4515323e56d1579ee7ad0ebc4ca
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: 7575 (new)
version_fixed: 1.10.4
status: resolved
src/lib/krb5/krb/auth_con.c
src/lib/krb5/krb/mk_priv.c
src/lib/krb5/krb/rd_priv.c