Skip Menu |
 

From: tlyu@mit.edu
Subject: SVN Commit

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)

https://github.com/krb5/krb5/commit/0f105749b7821ae8675888e96a949b8d21862840
Author: Greg Hudson <ghudson@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 0f105749b7821ae8675888e96a949b8d21862840
Branch: krb5-1.10
src/lib/krb5/krb/auth_con.c | 20 ++++++++++----------
src/lib/krb5/krb/mk_priv.c | 9 +++++----
src/lib/krb5/krb/rd_priv.c | 10 ++++------
3 files changed, 19 insertions(+), 20 deletions(-)