Remove unneeded kdcRealm field in PKINIT structure
authorGreg Hudson <ghudson@mit.edu>
Sun, 8 Jan 2012 21:54:29 +0000 (21:54 +0000)
committerGreg Hudson <ghudson@mit.edu>
Sun, 8 Jan 2012 21:54:29 +0000 (21:54 +0000)
commit8cbd9cd9c5a9663f89f4be8a09efe1a5ad217747
treee3aff502a5e1990648e27ba2f952ddddbff2c077
parent94cfb9542c15bb54a786fa62c26f357d183cea41
Remove unneeded kdcRealm field in PKINIT structure

krb5_pk_authenticator_draft9 had a kdcRealm field which was set by the
client code but never encoded or decoded.  Remove it.  Eliminating this
field exposed a bug in auth_pack_draft9_optional; fix that.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25624 dc483132-0cff-0310-8789-dd5450dbe970
src/include/k5-int-pkinit.h
src/lib/krb5/asn.1/asn1_k_decode.c
src/lib/krb5/asn.1/asn1_k_encode.c
src/plugins/preauth/pkinit/pkinit_clnt.c
src/tests/asn.1/ktest.c