aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto
AgeCommit message (Expand)AuthorFilesLines
2004-05-17This commit was manufactured by cvs2svn to create tagkfw-2.6.2-beta2no author37-300/+1018
2003-03-06* prng.c: use Unix randomness sources on Mac OS XAlexandra Ellwood2-4/+7
2003-03-06* des_int.h: Added prototype for mit_afs_crypt which is used by the deprecate...Alexandra Ellwood2-0/+7
2003-03-05* Makefile.in (OBJFILELIST, OBJFILEDEP) [##DOS]: Add aes.lst.Ken Raeburn2-2/+17
2003-03-05string_to_key.c (krb5_c_string_to_key_with_params): Declare before useKen Raeburn2-1/+12
2003-03-05Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, exceptKen Raeburn16-76/+114
2003-03-05* aes.c (krb5int_aes_init_state): Implement.Ken Raeburn3-3/+14
2003-03-05Add AES string-to-key functionKen Raeburn4-9/+84
2003-03-05Delete some unused declarations from old-crypto APIKen Raeburn8-21/+22
2003-03-03* pbkdf2.c (F): Now takes krb5_data for password and salt.Ken Raeburn3-42/+53
2003-02-28 * Makefile.in (clean): Cleanup testing objects and outputsEzra Peisach2-0/+7
2003-02-26remove wrong commentKen Raeburn1-1/+0
2003-02-05 * Makefile.in (run-aes-test): Add $(RUN_SETUP) so that ifEzra Peisach2-2/+7
2003-02-03update dependenciesKen Raeburn2-8/+17
2003-02-03*** empty log message ***Ken Raeburn1-0/+5
2003-02-03Remove placeholder file that shouldn't have been checked inKen Raeburn2-9/+6
2003-02-03Build and link in AES crypto code (but don't define the enctype yet).Ken Raeburn6-171/+352
2003-02-03* aes.c: New file.Ken Raeburn3-2/+206
2003-02-03Make l40 staticSam Hartman2-1/+6
2003-02-03AES implementation by Briad Gladman; tweaked for krb5 treeKen Raeburn31-0/+39436
2003-01-10Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn2-4/+3
2003-01-10Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn29-15/+103
2002-12-23Cleanup unusedEzra Peisach9-146/+98
2002-12-23 * t_crc.c: Declare local functions staticEzra Peisach2-5/+9
2002-12-23 * t_cksum.c: Cleanup (potential) variable used before set warningEzra Peisach2-1/+5
2002-12-19Clean up some broken uses of "const" in function interfacesKen Raeburn2-13/+19
2002-12-06 * Makefile.in (clean): Clean up more test executables and objectEzra Peisach3-3/+9
2002-11-27update dependenciesTom Yu1-11/+6
2002-11-14Wrong size for memset()s in combine_keys()Ken Hornstein1-3/+3
2002-11-03Calling convention for krb5int_c_combine_keys does not match prototypeKen Hornstein2-1/+6
2002-10-31* Makefile.in (check-unix): Don't run t_pkcs5Ken Raeburn2-1/+6
2002-10-24Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txtKen Hornstein3-0/+339
2002-10-10* Makefile.in (EXTRADEPSRCS): New variable.Ken Raeburn2-1/+63
2002-10-10* string2key.c (mit_des_string_to_key_int): If PRINT_TEST_VECTORS is defined,Ken Raeburn2-6/+69
2002-10-10* Makefile.in (t_cksum4, t_cksum5): Include com_err library when linkingKen Raeburn2-2/+7
2002-10-10whitespaceKen Raeburn1-3/+9
2002-10-10* pbkdf2.c, t_hmac.c, t_pkcs5.c: New filesKen Raeburn4-0/+738
2002-09-28update dependenciesTom Yu3-16/+23
2002-09-27Fix DES_INT32 definitionTom Yu7-47/+35
2002-08-29update dependenciesKen Raeburn13-40/+80
2002-08-29* Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn28-14/+70
2002-08-29Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn5-0/+11
2002-08-29Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2-0/+4
2002-08-23Change $(S)=>/ and $(U)=>.. globallyKen Raeburn28-14/+70
2002-08-22* Makefile.in (SUBDIROBJLISTS): New variableKen Raeburn2-1/+8
2002-08-16 * string2key.c: Work around possible bug with AFS salts;Tom Yu2-0/+8
2002-07-13update dependenciesKen Raeburn1-27/+54
2002-06-19 * Makefile.in (clean): Add t_prng and t_prng.oEzra Peisach2-1/+5
2002-06-19 * Makefile.in (clean-unix): Remove t_crc.o and t_crcEzra Peisach2-0/+5
2002-06-15update dependenciesKen Raeburn14-191/+153