summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2003-04-19 01:18:09 +0000
committerKen Raeburn <raeburn@mit.edu>2003-04-19 01:18:09 +0000
commit2cdb9f4f87e2aece575858266bbf11c3bf611c61 (patch)
tree7a31bb86f6820e433bdbdb3b73a5359afc4997c7 /src
parent30a9c3c97814e1489fc2c215b0cd0a138c94b3ad (diff)
downloadkrb5-2cdb9f4f87e2aece575858266bbf11c3bf611c61.tar.gz
krb5-2cdb9f4f87e2aece575858266bbf11c3bf611c61.tar.xz
krb5-2cdb9f4f87e2aece575858266bbf11c3bf611c61.zip
* alt_prof.c (kadm5_get_config_params): Add aes256 to the default supported
enctypes list. ticket: 1418 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15362 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/kadm5/ChangeLog5
-rw-r--r--src/lib/kadm5/alt_prof.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/kadm5/ChangeLog b/src/lib/kadm5/ChangeLog
index d663d7f9bf..ffccfd5bea 100644
--- a/src/lib/kadm5/ChangeLog
+++ b/src/lib/kadm5/ChangeLog
@@ -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,
diff --git a/src/lib/kadm5/alt_prof.c b/src/lib/kadm5/alt_prof.c
index 758c8857d1..e7fe3ef84b 100644
--- a/src/lib/kadm5/alt_prof.c
+++ b/src/lib/kadm5/alt_prof.c
@@ -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;