projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbb34c7
)
In practice, key usage 9 requires no translation
author
Sam Hartman
<hartmans@mit.edu>
Mon, 18 May 2009 23:28:53 +0000
(23:28 +0000)
committer
Sam Hartman
<hartmans@mit.edu>
Mon, 18 May 2009 23:28:53 +0000
(23:28 +0000)
ticket: 6490
status: open
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22355
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/crypto/arcfour/arcfour.c
patch
|
blob
|
history
diff --git
a/src/lib/crypto/arcfour/arcfour.c
b/src/lib/crypto/arcfour/arcfour.c
index 8d35d7eefca1c42592577082748068261d31eb8b..4999982c37dd98b57c869077487afb746cc89a8f 100644
(file)
--- a/
src/lib/crypto/arcfour/arcfour.c
+++ b/
src/lib/crypto/arcfour/arcfour.c
@@
-47,7
+47,7
@@
case 7: /* tgs-req authenticator */
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 */