aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/arcfour/arcfour.c
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2001-10-26 05:50:25 +0000
committerSam Hartman <hartmans@mit.edu>2001-10-26 05:50:25 +0000
commit4f979233c32b6d7a937e4b139c131935695d2d3e (patch)
treea514bc6eb82b67b2064b4fe06c22d370791bf3bc /src/lib/crypto/arcfour/arcfour.c
parent0af03dd9ced634438709a5706e38828162170bac (diff)
downloadkrb5-4f979233c32b6d7a937e4b139c131935695d2d3e.zip
krb5-4f979233c32b6d7a937e4b139c131935695d2d3e.tar.gz
krb5-4f979233c32b6d7a937e4b139c131935695d2d3e.tar.bz2
* Expose some rc4 crypto routines through the accessor mechanism; cleaner than raw enctype
* Deal with GSSAPI key usage in microsoft translation * Add rc4 gssapi mechanism; works with itself, not tested against * Windows yet * Refactor large chunks of k5seal.c to make code more readable for debugging git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13859 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/arcfour/arcfour.c')
-rw-r--r--src/lib/crypto/arcfour/arcfour.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/crypto/arcfour/arcfour.c b/src/lib/crypto/arcfour/arcfour.c
index cc18577..66c0bd3 100644
--- a/src/lib/crypto/arcfour/arcfour.c
+++ b/src/lib/crypto/arcfour/arcfour.c
@@ -55,6 +55,8 @@ case 7: /* tgs-req authenticator */
return 11;
case 12: /* app-rep encrypted part */
return 12;
+ case 23: /* sign wrap token*/
+ return 13;
default:
return usage;
}