summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/arcfour
Commit message (Expand)AuthorAgeFilesLines
...
* update dependenciesKen Raeburn2002-08-291-2/+4
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-292-1/+5
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-1/+5
* update dependenciesKen Raeburn2002-06-151-6/+5
* Update key usage numbers to reflect latest draft from JohnSam Hartman2002-05-132-2/+8
* update dependenciesKen Raeburn2002-03-261-0/+16
* Use const instead of krb5_constKen Raeburn2002-02-234-30/+35
* * string_to_key.c (krb5_arcfour_string_to_key): Use size_t insteadEzra Peisach2001-12-052-3/+9
* Update to be consistent with what MS usesSam Hartman2001-11-072-6/+7
* Set output length correctlySam Hartman2001-11-072-0/+5
* * Add krb5_c_init_state and krb5_c_free_state functionsSam Hartman2001-11-062-0/+9
* * string_to_key.c (krb5_arcfour_string_to_key): Cleanup variablesEzra Peisach2001-10-262-4/+12
* * Expose some rc4 crypto routines through the accessor mechanism; cleaner tha...Sam Hartman2001-10-262-0/+6
* * arcfour.h: Declare krb5int_enc_arcfour extern so that multipleEzra Peisach2001-10-242-3/+10
* * Tie in Microsoft rc4 cipher and make it buildSam Hartman2001-10-233-28/+10
* Ignore salt for arc4 string2key per Microsoft specSam Hartman2001-10-192-11/+8
* * arcfour.c (krb5_arcfour_decrypt): Return error if salt cannot be allocatedSam Hartman2001-10-192-9/+51
* Patches contributed by David E. Cross" <crossd@cs.rpi.edu> to addSam Hartman2001-10-185-0/+482