aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/arcfour/arcfour.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-03Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov1-334/+0
2009-05-20Restore compatibility with KDCs using key usage 8 to encrypt TGSGreg Hudson1-31/+48
2009-05-18In practice, key usage 9 requires no translationSam Hartman1-1/+1
2009-04-03Merge fast branch at 22166 onto trunkSam Hartman1-0/+11
2009-02-03prefer structure assignment to memcpyKen Raeburn1-6/+6
2009-01-26Use 16/32-bit big/little-endian store functions in more placesKen Raeburn1-8/+2
2008-12-02Crypto IOV API per Projects/AEAD encryption APISam Hartman1-3/+3
2008-08-02Make more uses of load/store_32_be/le, which on x86 at least expandsKen Raeburn1-8/+2
2004-02-19protoizeKen Raeburn1-21/+13
2003-12-20* arcfour.c (l40): Now constKen Raeburn1-1/+1
2003-07-22Change crypto "provider" structures to hold numeric values instead of functionKen Raeburn1-9/+10
2003-02-03Make l40 staticSam Hartman1-1/+1
2002-05-13Update key usage numbers to reflect latest draft from JohnSam Hartman1-2/+2
2002-02-23Use const instead of krb5_constKen Raeburn1-12/+12
2001-11-07Update to be consistent with what MS usesSam Hartman1-6/+6
2001-11-07Set output length correctlySam Hartman1-0/+1
2001-10-26* Expose some rc4 crypto routines through the accessor mechanism; cleaner tha...Sam Hartman1-0/+2
2001-10-23* Tie in Microsoft rc4 cipher and make it buildSam Hartman1-3/+4
2001-10-19 * arcfour.c (krb5_arcfour_decrypt): Return error if salt cannot be allocatedSam Hartman1-9/+39
2001-10-18Patches contributed by David E. Cross" <crossd@cs.rpi.edu> to addSam Hartman1-0/+291