]> git.ipfire.org Git - thirdparty/krb5.git/commit
Test bogus KDC-REQs
authorTom Yu <tlyu@mit.edu>
Fri, 17 Jan 2014 21:52:40 +0000 (16:52 -0500)
committerTom Yu <tlyu@mit.edu>
Thu, 23 Jan 2014 03:23:43 +0000 (22:23 -0500)
commit78f4a7c7c4d2ee5954ebcb0c3b2a3789f4b1c23a
tree3d2f40996ca721e3bfd0aa446a6abede1e1fdf6f
parent8ed6b0c09b84297e8f375c7b48755713025ef5c1
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.

(back ported from commit dae7693f8bf970d89d4c697f3d66a7d458281b93)

ticket: 7846 (new)
version_fixed: 1.10.8
status: resolved
src/tests/Makefile.in
src/tests/t_bogus_kdc_req.py [new file with mode: 0644]