summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/arcfour/arcfour.c
Commit message (Expand)AuthorAgeFilesLines
* 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