[30099] in Kerberos
des3_cbc_md5
daemon@ATHENA.MIT.EDU (naveen.bn)
Wed Jul 16 07:50:46 2008
Message-ID: <487DE005.8030507@globaledgesoft.com>
Date: Wed, 16 Jul 2008 17:18:21 +0530
From: "naveen.bn" <naveen.bn@globaledgesoft.com>
MIME-Version: 1.0
To: kevin <kwc@umich.edu>
Cc: kerberos@mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: kerberos-bounces@mit.edu
Hi Kevin ,
I added the support for des3_cbc_md5 in lib/crypto/etypes.c
const struct krb5_keytypes krb5_enctypes_list[] = {
{ ENCTYPE_DES3_CBC_MD5,
"des3-cbc-md5", "Triple DES cbc mode with md5",
&krb5int_enc_des3,&krb5int_hash_md5,
krb5_dk_encrypt_length, krb5_dk_encrypt, krb5_dk_decrypt,
krb5int_dk_string_to_key,
krb5int_dk_prf,
CKSUMTYPE_RSA_MD5_DES3 }
and provided an entry in the DEFAULT_ETYPE_LIST lib/krb5/krb/init_ctx.c
#define DEFAULT_ETYPE_LIST \
"aes256-cts-hmac-sha1-96 " \
"aes128-cts-hmac-sha1-96 " \
"des3-cbc-sha1 arcfour-hmac-md5 " \
"des-cbc-crc des-cbc-md5 des-cbc-md4 " \
"des3-cbc-md5 "
but the kdc replays with a error message saying CANT_FIND_CLIENT_KEY. I want the kdc to use the generated
key using DH parameters passed in the AS_REQ.
kindly help me out in solving this problem.
Thank you
with regards
naveen
________________________________________________
Kerberos mailing list Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos