]> git.ipfire.org Git - thirdparty/krb5.git/commit
Test bogus KDC-REQs
authorTom Yu <tlyu@mit.edu>
Wed, 1 Jan 2014 00:43:28 +0000 (19:43 -0500)
committerTom Yu <tlyu@mit.edu>
Wed, 1 Jan 2014 01:40:35 +0000 (20:40 -0500)
commitdae7693f8bf970d89d4c697f3d66a7d458281b93
tree4c5e593626eba96a4775ad5d501ad67bbf7f4279
parent30589b2a1636de9f9b68591f0e546cb0fa21989f
Test bogus KDC-REQs

Send encodings that are invalid KDC-REQs, but pass krb5_is_as_req()
and krb5_is_tgs_req(), to make sure that the KDC recovers correctly
from failures in decode_krb5_as_req() and decode_krb5_tgs_req().  Also
send an encoding that isn't a valid KDC-REQ.

ticket: 7811 (new)
target_version: 1.12.1
tags: pullup
src/tests/Makefile.in
src/tests/t_bogus_kdc_req.py [new file with mode: 0644]