aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2017-05-24 11:55:25 -0400
committerGreg Hudson <ghudson@mit.edu>2017-07-17 19:05:54 -0400
commit4e1b77b573c56af5656dc2e671ee3a425fb7876b (patch)
tree83f22b032046d0985c2f75455ec879b90dba0c52
parent99ae7efbb9b332123e6d0918ee98c0c961accba7 (diff)
downloadkrb5-4e1b77b573c56af5656dc2e671ee3a425fb7876b.zip
krb5-4e1b77b573c56af5656dc2e671ee3a425fb7876b.tar.gz
krb5-4e1b77b573c56af5656dc2e671ee3a425fb7876b.tar.bz2
Add aes-sha2 enctypes to aes family documentation
The functional portion of this change was made in commit d1ec317288278d10ae34fde9b2414e4fca5c52dd. (cherry picked from commit 33a500ea14286b0d42c3ad63df8b88b3849b33a3) ticket: 8585 version_fixed: 1.15.2
-rw-r--r--doc/admin/conf_files/kdc_conf.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/admin/conf_files/kdc_conf.rst b/doc/admin/conf_files/kdc_conf.rst
index 13077ec..4e54f7e 100644
--- a/doc/admin/conf_files/kdc_conf.rst
+++ b/doc/admin/conf_files/kdc_conf.rst
@@ -824,7 +824,7 @@ camellia256-cts-cmac camellia256-cts Camellia-256 CTS mode with
camellia128-cts-cmac camellia128-cts Camellia-128 CTS mode with CMAC
des The DES family: des-cbc-crc, des-cbc-md5, and des-cbc-md4 (weak)
des3 The triple DES family: des3-cbc-sha1
-aes The AES family: aes256-cts-hmac-sha1-96 and aes128-cts-hmac-sha1-96
+aes The AES family: aes256-cts-hmac-sha1-96, aes128-cts-hmac-sha1-96, aes256-cts-hmac-sha384-192, and aes128-cts-hmac-sha256-128
rc4 The RC4 family: arcfour-hmac
camellia The Camellia family: camellia256-cts-cmac and camellia128-cts-cmac
==================================================== =========================================================