aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2019-05-24 13:11:44 -0400
committerGreg Hudson <ghudson@mit.edu>2019-05-28 12:23:42 -0400
commite0a35ff48c09a26ebb9aefd7e98855a84574b8be (patch)
treeb409b6d662582bb3b47e4375d0a403507895a2ce /src/util
parentb7c260b22c5d815b83ff37a35569e07e847cd9c3 (diff)
downloadkrb5-e0a35ff48c09a26ebb9aefd7e98855a84574b8be.zip
krb5-e0a35ff48c09a26ebb9aefd7e98855a84574b8be.tar.gz
krb5-e0a35ff48c09a26ebb9aefd7e98855a84574b8be.tar.bz2
Remove the v4 and afs3 salt types
In preparation for removing single-DES support, remove the v4 and afs3 salt types. The afs3 salt type could only be used with single-DES keys, and the v4 salt type was only useful for single-DES keys from krb4 databases. [ghudson@mit.edu: wrote commit message] ticket: 8808
Diffstat (limited to 'src/util')
-rw-r--r--src/util/k5test.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/util/k5test.py b/src/util/k5test.py
index 3aec1ef..b6d93f1 100644
--- a/src/util/k5test.py
+++ b/src/util/k5test.py
@@ -1246,17 +1246,6 @@ _passes = [
# No special settings; exercises AES256.
('default', None, None, None),
- # Exercise a DES enctype and the v4 salt type.
- ('desv4', None,
- {'libdefaults': {
- 'default_tgs_enctypes': 'des-cbc-crc',
- 'default_tkt_enctypes': 'des-cbc-crc',
- 'permitted_enctypes': 'des-cbc-crc',
- 'allow_weak_crypto': 'true'}},
- {'realms': {'$realm': {
- 'supported_enctypes': 'des-cbc-crc:v4',
- 'master_key_type': 'des-cbc-crc'}}}),
-
# Exercise the DES3 enctype.
('des3', None,
{'libdefaults': {