]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add master key rollover tests in k5test framework
authorGreg Hudson <ghudson@mit.edu>
Wed, 23 Oct 2013 15:17:00 +0000 (11:17 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 25 Oct 2013 15:36:12 +0000 (11:36 -0400)
commit3c56f1f8584e4e170b3bc19f077d18c5c5acfd38
treea17846b0f2a9e5f7e3c143d7b5ec76643ef3de98
parentec560fac83912abaa15fb158101c8174497081c5
Add master key rollover tests in k5test framework

Add a new script t_mkey.py using the k5test framework.  Test the fixes
for #6507, #7685, and #7686 as well as basic functionality and
old-stashfile compatibility.

dump.16 was created by running "kdb5_util create -s -P footes" and
"kdb5_util dump dumpfile" with krb5 1.6.  The key from the resulting
stash file was extracted and placed in the struct.pack() call in the
new test script.
src/tests/Makefile.in
src/tests/dumpfiles/dump.16 [new file with mode: 0644]
src/tests/t_mkey.py [new file with mode: 0644]