summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/arcfour
Commit message (Expand)AuthorAgeFilesLines
* memory leak in arcfour string_to_keySam Hartman2004-09-212-0/+6
* update dependenciesKen Raeburn2004-04-241-8/+9
* protoizeKen Raeburn2004-02-192-21/+17
* * arcfour.c (l40): Now constKen Raeburn2003-12-202-1/+5
* make dependKen Raeburn2003-12-151-7/+8
* Change crypto "provider" structures to hold numeric values instead of functionKen Raeburn2003-07-222-9/+16
* delete ##WIN16## lines from makefilesKen Raeburn2003-07-172-1/+4
* make-depend updatesKen Raeburn2003-05-241-6/+6
* Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, exceptKen Raeburn2003-03-053-6/+14
* Make l40 staticSam Hartman2003-02-032-1/+6
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-102-0/+7
* 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