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