summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/arcfour/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-119/+0
* don't use configure-defined macros on command line, use autoconf.h onlyKen Raeburn2006-04-021-0/+4
* * arcfour_s2k.c (asctouni): Counter should be size_t, like lenKen Raeburn2005-10-191-0/+4
* rename string_to_key.c to arcfour_s2k.cKen Raeburn2005-07-021-0/+5
* memory leak in arcfour string_to_keySam Hartman2004-09-211-0/+5
* protoizeKen Raeburn2004-02-191-0/+4
* * arcfour.c (l40): Now constKen Raeburn2003-12-201-0/+4
* Change crypto "provider" structures to hold numeric values instead of functionKen Raeburn2003-07-221-0/+6
* delete ##WIN16## lines from makefilesKen Raeburn2003-07-171-0/+4
* Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, exceptKen Raeburn2003-03-051-0/+6
* Make l40 staticSam Hartman2003-02-031-0/+5
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-101-0/+4
* * 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