summaryrefslogtreecommitdiffstats
path: root/src/tests/t_salt.py
Commit message (Collapse)AuthorAgeFilesLines
* Add test for salttype defaultingTom Yu2014-01-061-1/+2
| | | | ticket: 884
* Add tests for different salt combinationsBen Kaduk2013-10-251-0/+58
Create a principal with a pair of enctypes using different salt types. Confirm that the non-default salt type appears only once in the principal's key list. Also verify that the afs3 salt type is rejected by non-DES enctypes The afs3 salt type is for compatibility with AFS-3 kaservers, which are roughly krb4. As such, it only makes sense for single-DES enctypes. The PBKDF2 and arcfour enctypes correctly reject the key-creation parameters from the afs3 salt, but triple-DES currently does not.