aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2019-09-20 13:09:04 -0400
committerGreg Hudson <ghudson@mit.edu>2019-09-20 13:18:55 -0400
commit56982b666e10fbb47c1fb70947b3e176c9a5e2d1 (patch)
tree9294f2eac4fd809fa0a653c80a90436e75290d6b
parentca1057fe6a03b6679b7907ee41b8abd444acc70d (diff)
downloadkrb5-56982b666e10fbb47c1fb70947b3e176c9a5e2d1.zip
krb5-56982b666e10fbb47c1fb70947b3e176c9a5e2d1.tar.gz
krb5-56982b666e10fbb47c1fb70947b3e176c9a5e2d1.tar.bz2
Update supported_enctypes documentation
In commit 38a31852c3e58f6e2f6b3b035a87f817d1db5537, the aes-sha1 enctypes became the only defaults, but the documentation was not updated. ticket: 8834 (new) tags: pullup target_version: 1.17-next
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 759367c..fc56627 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -271,7 +271,7 @@ else:
rst_epilog += '.. |ckeytab| replace:: %s\n' % ckeytab
rst_epilog += '''
.. |krb5conf| replace:: ``/etc/krb5.conf``
-.. |defkeysalts| replace:: ``aes256-cts-hmac-sha1-96:normal aes128-cts-hmac-sha1-96:normal des3-cbc-sha1:normal arcfour-hmac-md5:normal``
+.. |defkeysalts| replace:: ``aes256-cts-hmac-sha1-96:normal aes128-cts-hmac-sha1-96:normal``
.. |defetypes| replace:: ``aes256-cts-hmac-sha1-96 aes128-cts-hmac-sha1-96 aes256-cts-hmac-sha384-192 aes128-cts-hmac-sha256-128 des3-cbc-sha1 arcfour-hmac-md5 camellia256-cts-cmac camellia128-cts-cmac``
.. |defmkey| replace:: ``aes256-cts-hmac-sha1-96``
.. |copy| unicode:: U+000A9