aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/arcfour
AgeCommit message (Expand)AuthorFilesLines
2004-05-17This commit was manufactured by cvs2svn to create tagkfw-2.6.2-beta2no author1-5/+6
2003-03-05Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, exceptKen Raeburn3-6/+14
2003-02-03Make l40 staticSam Hartman2-1/+6
2003-01-10Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2-0/+7
2002-08-29update dependenciesKen Raeburn1-2/+4
2002-08-29* Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2-1/+5
2002-08-23Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2-1/+5
2002-06-15update dependenciesKen Raeburn1-6/+5
2002-05-13Update key usage numbers to reflect latest draft from JohnSam Hartman2-2/+8
2002-03-26update dependenciesKen Raeburn1-0/+16
2002-02-23Use const instead of krb5_constKen Raeburn4-30/+35
2001-12-05 * string_to_key.c (krb5_arcfour_string_to_key): Use size_t insteadEzra Peisach2-3/+9
2001-11-07Update to be consistent with what MS usesSam Hartman2-6/+7
2001-11-07Set output length correctlySam Hartman2-0/+5
2001-11-06* Add krb5_c_init_state and krb5_c_free_state functionsSam Hartman2-0/+9
2001-10-26 * string_to_key.c (krb5_arcfour_string_to_key): Cleanup variablesEzra Peisach2-4/+12
2001-10-26* Expose some rc4 crypto routines through the accessor mechanism; cleaner tha...Sam Hartman2-0/+6
2001-10-24 * arcfour.h: Declare krb5int_enc_arcfour extern so that multipleEzra Peisach2-3/+10
2001-10-23* Tie in Microsoft rc4 cipher and make it buildSam Hartman3-28/+10
2001-10-19Ignore salt for arc4 string2key per Microsoft specSam Hartman2-11/+8
2001-10-19 * arcfour.c (krb5_arcfour_decrypt): Return error if salt cannot be allocatedSam Hartman2-9/+51
2001-10-18Patches contributed by David E. Cross" <crossd@cs.rpi.edu> to addSam Hartman5-0/+482