svn rev #22355: trunk/src/lib/crypto/arcfour/
hartmans@MIT.EDU
hartmans at MIT.EDU
Mon May 18 19:28:54 EDT 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=22355
Commit By: hartmans
Log Message:
ticket: 6490
status: open
In practice, key usage 9 requires no translation.
Changed Files:
U trunk/src/lib/crypto/arcfour/arcfour.c
Modified: trunk/src/lib/crypto/arcfour/arcfour.c
===================================================================
--- trunk/src/lib/crypto/arcfour/arcfour.c 2009-05-18 19:08:48 UTC (rev 22354)
+++ trunk/src/lib/crypto/arcfour/arcfour.c 2009-05-18 23:28:53 UTC (rev 22355)
@@ -47,7 +47,7 @@
case 8:
return 8;
case 9: /* tgs-rep encrypted with subkey */
- return 8;
+ return 9;
case 10: /* ap-rep authentication cksum */
return 10; /* xxx Microsoft never uses this*/
case 11: /* app-req authenticator */
More information about the cvs-krb5
mailing list