[135] in Kerberos-V5-bugs
bug in lib/krb/encode_kdc.c (and decode as well)
daemon@ATHENA.MIT.EDU (John T Kohl)
Thu Jun 13 10:13:24 1991
Date: Thu, 13 Jun 91 10:13:05 EDT
From: John T Kohl <jtkohl@MIT.EDU>
To: krb5-bugs@MIT.EDU
The spec says the encrypted parts of the KDC response should be either
EncASRepPart or EncTGSRepPart (each of which has a separate ASN.1
application identifier). Our code is really using the EncKDCRepPart
(which is the base data type without the application identifier).
John