list. No 128-bit support by defaut.
ticket: 1418
status: open
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15358
dc483132-0cff-0310-8789-
dd5450dbe970
+2003-04-13 Ken Raeburn <raeburn@mit.edu>
+
+ * init_ctx.c (DEFAULT_ETYPE_LIST): Add AES with 256 bits at the
+ front of the list. No 128-bit support by defaut.
+
2003-04-01 Nalin Dahyabhai <nalin@redhat.com>
* gc_frm_kdc.c (krb5_get_cred_from_kdc_opt): Check principal name
des-crc for now. */
#define DEFAULT_ETYPE_LIST \
"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 "
#if (defined(_WIN32))