]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add another AD-SIGNTICKET corner case test 508/head
authorGreg Hudson <ghudson@mit.edu>
Mon, 8 Aug 2016 18:39:24 +0000 (14:39 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 18 Aug 2016 17:31:07 +0000 (13:31 -0400)
commit4934febcbfc45ee0467d7210b518f282d103b2ee
treebfcac588f301d2f825288d241dcd1fea3ecfbe7e
parent02333eb4ca63de43f465a372bd1291cf6b47bdc8
Add another AD-SIGNTICKET corner case test

Prior to the fix for #8139, forwarded TGTs obtained across a krbtgt
re-key could fail if the preferred krbtgt enctype changed, because
krb5_c_verify_checksum() returns an bad-enctype error due to the
mismatched checksum.  Add a test case for this scenario, using a new
test harness program which obtains a forwarded TGT.
.gitignore
src/tests/Makefile.in
src/tests/forward.c [new file with mode: 0644]
src/tests/t_authdata.py