From c3a5f20041ca12b7dbb1502f849d7db26cd80696 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Mon, 6 Sep 2021 13:31:03 +1000 Subject: [PATCH] krb5: update krb5.conf(5) with RFC8009 enctypes Add aes256-cts-hmac-sha384-192 and aes128-cts-hmac-sha256-128 to krb5.conf(5). Closes #815. --- lib/krb5/krb5.conf.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/krb5/krb5.conf.5 b/lib/krb5/krb5.conf.5 index ba0a21e44..d4588f536 100644 --- a/lib/krb5/krb5.conf.5 +++ b/lib/krb5/krb5.conf.5 @@ -105,8 +105,8 @@ Example: 1 month 2 days 30 min. If no unit is given, seconds is assumed. .It etypes valid encryption types are: des-cbc-crc, des-cbc-md4, des-cbc-md5, -des3-cbc-sha1, arcfour-hmac-md5, aes128-cts-hmac-sha1-96, and -aes256-cts-hmac-sha1-96 . +des3-cbc-sha1, arcfour-hmac-md5, aes128-cts-hmac-sha1-96, aes256-cts-hmac-sha1-96, +aes128-cts-hmac-sha256-128, and aes256-cts-hmac-sha384-192. .It address an address can be either a IPv4 or a IPv6 address. .El