* alt_prof.c (kadm5_get_config_params): Add aes256 to the default supported
authorKen Raeburn <raeburn@mit.edu>
Sat, 19 Apr 2003 01:18:09 +0000 (01:18 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 19 Apr 2003 01:18:09 +0000 (01:18 +0000)
enctypes list.

ticket: 1418
status: open

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15362 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/kadm5/ChangeLog
src/lib/kadm5/alt_prof.c

index d663d7f9bf5cf405c1f9274164224b7309db873d..ffccfd5beaff2fcdb65e75c66b648e76a375098f 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-18  Ken Raeburn  <raeburn@mit.edu>
+
+       * alt_prof.c (kadm5_get_config_params): Add aes256 to the default
+       supported enctypes list.
+
 2003-01-10  Ken Raeburn  <raeburn@mit.edu>
 
        * configure.in: Don't explicitly invoke AC_PROG_ARCHIVE,
index 758c8857d10712a2d208df6f0b390e6c0748d38e..e7fe3ef84b84208108f8a0f1703a7121c5939993 100644 (file)
@@ -702,7 +702,7 @@ krb5_error_code kadm5_get_config_params(context, kdcprofile, kdcenv,
         if (aprofile)
              krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue);
         if (svalue == NULL)
-             svalue = strdup("des3-hmac-sha1:normal des-cbc-crc:normal");
+            svalue = strdup("aes256-cts-hmac-sha1-96:normal des3-hmac-sha1:normal des-cbc-crc:normal");
 
         params.keysalts = NULL;
         params.num_keysalts = 0;