Skip Menu |
 

To: krb5-bugs@mit.edu
Subject: afs_string_to_key fails to work with etype_info2
Date: Wed, 21 May 2003 22:15:50 -0400 (EDT)
From: hartmans@MIT.EDU (Sam Hartman)


On the server side, the server must send out etype_info2 with a
s2kparams of 1 for AFS salts. At least if the enctype is DES-based.

On the client side, the code needs to call afs_string_to_key if the
s2kparams of 1 are used.
From: hartmans@mit.edu
Subject: CVS Commit
When generating etype_info2 for DES style keys, use s2kparams to
communicate the type if the key has afs3 salt.

If such s2kparams are received by the client, use the afs string2key
function to process the key.


To generate a diff of this commit:



cvs diff -r5.262 -r5.263 krb5/src/kdc/ChangeLog
cvs diff -r5.41 -r5.42 krb5/src/kdc/kdc_preauth.c
cvs diff -r1.20 -r1.21 krb5/src/lib/crypto/old/ChangeLog
cvs diff -r1.9 -r1.10 krb5/src/lib/crypto/old/des_stringtokey.c
From: tlyu@mit.edu
Subject: CVS Commit
pullup from trunk


To generate a diff of this commit:



cvs diff -r5.251.2.8 -r5.251.2.9 krb5/src/kdc/ChangeLog
cvs diff -r5.35.2.4 -r5.35.2.5 krb5/src/kdc/kdc_preauth.c
cvs diff -r1.20 -r1.20.2.1 krb5/src/lib/crypto/old/ChangeLog
cvs diff -r1.9 -r1.9.2.1 krb5/src/lib/crypto/old/des_stringtokey.c