Home Contact Download

asyd.net

Welcome to Bruno Bonfils's (aka asyd homepage).

Differences

This shows you the differences between the selected revision and the current version of the page.

docs:security:kerberos 2005/11/14 19:29 docs:security:kerberos 2008/10/03 08:25 current
Line 26: Line 26:
/* marc's DES-3 with 32-bit length */ /* marc's DES-3 with 32-bit length */
#define ENCTYPE_LOCAL_DES3_HMAC_SHA1 0x7007 #define ENCTYPE_LOCAL_DES3_HMAC_SHA1 0x7007
- 
-#define CKSUMTYPE_CRC32        0x0001 
-#define CKSUMTYPE_RSA_MD4      0x0002 
-#define CKSUMTYPE_RSA_MD4_DES  0x0003 
-#define CKSUMTYPE_DESCBC        0x0004 
-/* des-mac-k */ 
-/* rsa-md4-des-k */ 
-#define CKSUMTYPE_RSA_MD5      0x0007 
-#define CKSUMTYPE_RSA_MD5_DES  0x0008 
-#define CKSUMTYPE_NIST_SHA      0x0009 
-#define CKSUMTYPE_HMAC_SHA1_DES3        0x000c 
-#define CKSUMTYPE_HMAC_SHA1_96_AES128  0x000f 
-#define CKSUMTYPE_HMAC_SHA1_96_AES256  0x0010 
-#define CKSUMTYPE_HMAC_MD5_ARCFOUR -138 /*Microsoft md5 hmac cksumtype*/\ 
</code> </code>