ticket: 1418
status: open
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15360
dc483132-0cff-0310-8789-
dd5450dbe970
them. This'll be fixed, but for better compatibility, let's prefer
des-crc for now. */
#define DEFAULT_ETYPE_LIST \
+ "aes256-cts-hmac-sha1-96 " \
"des3-cbc-sha1 arcfour-hmac-md5 " \
- "aes256-cts-hmac-sha1-96 aes128-cts-hmac-sha1-96 " \
"des-cbc-crc des-cbc-md5 des-cbc-md4 "
+/* Not included:
+ "aes128-cts-hmac-sha1-96 " \
+ */
+
#if (defined(_WIN32))
extern krb5_error_code krb5_vercheck();
extern void krb5_win_ccdll_load(krb5_context context);