]> git.ipfire.org Git - thirdparty/krb5.git/commit
Test bogus KDC-REQs
authorTom Yu <tlyu@mit.edu>
Wed, 8 Jan 2014 22:45:29 +0000 (17:45 -0500)
committerTom Yu <tlyu@mit.edu>
Thu, 9 Jan 2014 02:46:18 +0000 (21:46 -0500)
commitbc4809bbf8b4a5751c289f9912bac19c5d84bd5c
tree4fc40a33f0e6cb99ec956f75455931d0ebac17e7
parent1122d59f0f6eecee8478c5361269df79574b2dd7
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: 7811
version_fixed: 1.12.1
status: resolved
src/tests/Makefile.in
src/tests/t_bogus_kdc_req.py [new file with mode: 0644]