summaryrefslogtreecommitdiffstats
path: root/src/tests/t_bogus_kdc_req.py
Commit message (Collapse)AuthorAgeFilesLines
* Test bogus KDC-REQsTom Yu2013-12-311-0/+44
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