Simplify and fix FAST check for keyed checksum type
authorGreg Hudson <ghudson@mit.edu>
Tue, 12 Jan 2010 01:05:37 +0000 (01:05 +0000)
committerGreg Hudson <ghudson@mit.edu>
Tue, 12 Jan 2010 01:05:37 +0000 (01:05 +0000)
commit1e1388b0a96333a792267209cb9eb3bff4eb877d
tree5dfc037e02b18abe1941fce41134302f86489e2b
parentfaa810c5b59fa33d9f7db837c5bb88df5436bb30
Simplify and fix FAST check for keyed checksum type

Use krb5_c_is_keyed_checksum to detect unkeyed checksums when handling
FAST requests.  The old check was broken for 1.8 because
krb5_c_verify_checksum got pickier about invalid keyblocks.

ticket: 6632
target_version: 1.8
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23628 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/fast_util.c