]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add tests for key rotation and 32-bit keytab kvnos 259/head
authorGreg Hudson <ghudson@mit.edu>
Wed, 4 Mar 2015 19:43:20 +0000 (14:43 -0500)
committerGreg Hudson <ghudson@mit.edu>
Wed, 15 Apr 2015 04:38:00 +0000 (00:38 -0400)
commit3c873481596653f5a35be1fffc268847867e89e7
treefac52061a968287d71abc3f8c72409ece7f09ebd
parent73bdca02cd4c0f908affeea32a1693535955a766
Add tests for key rotation and 32-bit keytab kvnos

In t_keytab.py, test that kvnos no longer wrap after 255 or 32767, that
they do wrap from 65535 to 1, and that kadmin ktrem preserves the more
recent key after a wraparound.

Also test edge cases of the 32-bit keytab kvno extension using
hand-crafted keytab entries.

ticket: 7532
src/tests/t_keytab.py