From: Tom Yu Date: Mon, 6 Jan 2014 22:36:02 +0000 (-0500) Subject: Add test for salttype defaulting X-Git-Tag: krb5-1.13-alpha1~262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22942c4fdd376402dc2c9ec0337c70132ce615cb;p=thirdparty%2Fkrb5.git Add test for salttype defaulting ticket: 884 --- diff --git a/src/tests/t_salt.py b/src/tests/t_salt.py index 3214cd2d4a..c07a5740fb 100755 --- a/src/tests/t_salt.py +++ b/src/tests/t_salt.py @@ -27,7 +27,8 @@ salts = [('des-cbc-crc:afs3', 'AFS version 3'), ('des-cbc-crc:v4', 'Version 4'), ('aes128-cts-hmac-sha1-96:special', 'Special')] # These enctypes are chosen to cover the different string-to-key routines. -second_kstypes = ['aes256-cts-hmac-sha1-96:normal', 'arcfour-hmac:normal', +# Omit ":normal" from aes256 to check that salttype defaulting works. +second_kstypes = ['aes256-cts-hmac-sha1-96', 'arcfour-hmac:normal', 'des3-cbc-sha1:normal', 'des-cbc-crc:normal'] # Test using different salt types in a principal's key list.