(krb5_enctype): des3-cbc-sha1 (with key derivation) just got assigned
etype 16 by <bcn@isi.edu>. keep the old etype at 7. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6833 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -96,17 +96,11 @@ typedef enum krb5_enctype {
|
||||
ETYPE_DES_CBC_MD4 = 2,
|
||||
ETYPE_DES_CBC_MD5 = 3,
|
||||
ETYPE_DES3_CBC_MD5 = 5,
|
||||
#if NEW_DES3_CODE
|
||||
ETYPE_NEW_DES3_CBC_SHA1 = 7,
|
||||
ETYPE_DES3_CBC_SHA1 = ETYPE_NEW_DES3_CBC_SHA1,
|
||||
#else
|
||||
ETYPE_OLD_DES3_CBC_SHA1 = 7,
|
||||
ETYPE_NEW_DES3_CBC_SHA1 = 99,
|
||||
ETYPE_DES3_CBC_SHA1 = ETYPE_OLD_DES3_CBC_SHA1,
|
||||
#endif
|
||||
ETYPE_SIGN_DSA_GENERATE = 8,
|
||||
ETYPE_ENCRYPT_RSA_PRIV = 9,
|
||||
ETYPE_ENCRYPT_RSA_PUB = 10,
|
||||
ETYPE_DES3_CBC_SHA1 = 16, /* with key derivation */
|
||||
ETYPE_ENCTYPE_PK_CROSS = 48,
|
||||
ETYPE_DES_CBC_NONE = 0x1000,
|
||||
ETYPE_DES3_CBC_NONE = 0x1001
|
||||
|
Reference in New Issue
Block a user