[92] in Kerberos-V5-bugs
re: krb5_is_as_req and ...
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Thu Jan 3 15:08:38 1991
Date: Thu, 3 Jan 91 15:05:49 -0500
From: John T Kohl <jtkohl@MIT.EDU>
To: PAU@IBM.COM
Cc: krb5-testers@ATHENA.MIT.EDU
In-Reply-To: [0091]
oops, you're quite correct; I just looked in ISO 8825 (the ASN.1
encoding rules), and when I wrote those macros I somehow counted bits
wrong.
All the types in include/krb5/asn.1/encode.h which are checked against
0x2X or 0x3X should instead be against 0x4X or 0x5X.
John