summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/arcfour/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-291-0/+4
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-231-0/+4
* Update key usage numbers to reflect latest draft from JohnSam Hartman2002-05-131-0/+6
* Use const instead of krb5_constKen Raeburn2002-02-231-0/+5
* * string_to_key.c (krb5_arcfour_string_to_key): Use size_t insteadEzra Peisach2001-12-051-0/+6
* Update to be consistent with what MS usesSam Hartman2001-11-071-0/+1
* Set output length correctlySam Hartman2001-11-071-0/+4
* * Add krb5_c_init_state and krb5_c_free_state functionsSam Hartman2001-11-061-0/+4
* * string_to_key.c (krb5_arcfour_string_to_key): Cleanup variablesEzra Peisach2001-10-261-0/+5
* * Expose some rc4 crypto routines through the accessor mechanism; cleaner tha...Sam Hartman2001-10-261-0/+4
* * arcfour.h: Declare krb5int_enc_arcfour extern so that multipleEzra Peisach2001-10-241-0/+5
* * Tie in Microsoft rc4 cipher and make it buildSam Hartman2001-10-231-0/+5
* Ignore salt for arc4 string2key per Microsoft specSam Hartman2001-10-191-0/+3
* * arcfour.c (krb5_arcfour_decrypt): Return error if salt cannot be allocatedSam Hartman2001-10-191-0/+12