aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2004-05-17This commit was manufactured by cvs2svn to create tagkfw-2.6.2-beta2no author1-0/+68
2003-03-06* prng.c: use Unix randomness sources on Mac OS XAlexandra Ellwood1-0/+4
2003-03-05* Makefile.in (OBJFILELIST, OBJFILEDEP) [##DOS]: Add aes.lst.Ken Raeburn1-0/+6
2003-03-05string_to_key.c (krb5_c_string_to_key_with_params): Declare before useKen Raeburn1-1/+2
2003-03-05Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, exceptKen Raeburn1-0/+18
2003-03-03* pbkdf2.c (F): Now takes krb5_data for password and salt.Ken Raeburn1-0/+9
2003-02-03Build and link in AES crypto code (but don't define the enctype yet).Ken Raeburn1-0/+34
2003-01-10Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn1-0/+3
2003-01-10Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn1-0/+7
2002-12-23Cleanup unusedEzra Peisach1-0/+6
2002-12-19Clean up some broken uses of "const" in function interfacesKen Raeburn1-0/+6
2002-12-06 * Makefile.in (clean): Clean up more test executables and objectEzra Peisach1-0/+5
2002-11-03Calling convention for krb5int_c_combine_keys does not match prototypeKen Hornstein1-0/+5
2002-10-31* Makefile.in (check-unix): Don't run t_pkcs5Ken Raeburn1-0/+4
2002-10-24Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txtKen Hornstein1-0/+5
2002-10-10* Makefile.in (EXTRADEPSRCS): New variable.Ken Raeburn1-0/+4
2002-10-10* pbkdf2.c, t_hmac.c, t_pkcs5.c: New filesKen Raeburn1-0/+4
2002-08-29* Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn1-0/+4
2002-08-23Change $(S)=>/ and $(U)=>.. globallyKen Raeburn1-0/+4
2002-08-22* Makefile.in (SUBDIROBJLISTS): New variableKen Raeburn1-1/+4
2002-06-19 * Makefile.in (clean): Add t_prng and t_prng.oEzra Peisach1-0/+4
2002-06-08 * crypto_libinit.h: Changed macros so you can includeTom Yu1-0/+6
2002-04-06rename some functions to have krb5_c_ prefixKen Raeburn1-0/+8
2002-03-29Add krb5_init_keyblockSam Hartman1-0/+4
2002-01-15Reflect correct values for current codeSam Hartman1-0/+5
2002-01-08Implement code to get random data from /dev/{random,urandom}. ForSam Hartman1-0/+4
2001-12-05 * t_encrypt.c (main): Free memory when finished to test for memoryEzra Peisach1-0/+5
2001-11-20 * Makefile.in (check-unix): Use $(srcdir) in file specificationEzra Peisach1-0/+5
2001-11-20Add regression testSam Hartman1-0/+4
2001-11-19Fix up yarrow build on WindowsDanilo Almeida1-0/+4
2001-11-19Fix memory handling bug in t_prng; update expected results as they changeddSam Hartman1-0/+2
2001-11-19Add t_prng.reseedtestSam Hartman1-0/+7
2001-11-16* Link Yarrow into the buildSam Hartman1-0/+15
2001-11-07* state.c (krb5_c_init_state, krb5_c_free_state): Use KRB5_CALLCONVKen Raeburn1-0/+5
2001-11-06* Add krb5_c_init_state and krb5_c_free_state functionsSam Hartman1-0/+6
2001-10-292001-10-29 Jeff Altman <jaltman@columbia.edu>Jeffrey Altman1-0/+5
2001-10-24 * t_encrypt.c: Argument to krb5_c_encrypt_length must be size_tEzra Peisach1-0/+6
2001-10-23* Add usage to verify in keyhash checksSam Hartman1-0/+2
2001-10-23Add Heimdal compatible aliases for rc4Sam Hartman1-0/+2
2001-10-23* Tie in Microsoft rc4 cipher and make it buildSam Hartman1-0/+10
2001-10-22Include usage argument in keyed hash provider callsSam Hartman1-0/+11
2001-10-06Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn1-1/+2
2001-10-04Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn1-0/+10
2001-09-01dependenciesKen Raeburn1-0/+4
2001-07-08 * crypto_libinit.c: Include crypto_libinit.h for prototypesEzra Peisach1-0/+4
2001-07-05vectors.c: fix some compiler complaintsKen Raeburn1-0/+15
2001-06-22vectors.c: New file. Test vectors, submitted for inclusion in RFC1510bisKen Raeburn1-0/+4
2001-06-21 * t_nfold.c (main): Cast argument to printf to be consistantEzra Peisach1-0/+5
2001-04-10more casting cleanupKen Raeburn1-0/+7
2001-04-10fix/add casts as neededKen Raeburn1-0/+9