+2002-05-13 Sam Hartman <hartmans@mit.edu>
+
+ * arcfour.c: Microsoft indicates that they have changed some key
+ usage numbers to be closer to the Kerberos spec; reflect those
+ changes. This is OK because currently no one actually sends any
+ authorization data in that space.
2002-02-22 Ken Raeburn <raeburn@mit.edu>
* arcfour.h, arcfour.c, string_to_key.c: Use const instead of
case 3: /* as-rep encrypted part */
return 8;
case 4: /* tgs-req authz data */
- return 16; /*vague possibility to change to 4 in the future --sdh*/
+ return 4;
case 5: /* tgs-req authz data in subkey */
- return 16; /* vague possibility to become 5 in future --sdh*/
+ return 5;
case 6: /* tgs-req authenticator cksum */
return 6;
case 7: /* tgs-req authenticator */