summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-2928-14/+70
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-295-0/+11
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-292-0/+4
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-2328-14/+70
* * Makefile.in (SUBDIROBJLISTS): New variableKen Raeburn2002-08-222-1/+8
* * string2key.c: Work around possible bug with AFS salts;Tom Yu2002-08-162-0/+8
* update dependenciesKen Raeburn2002-07-131-27/+54
* * Makefile.in (clean): Add t_prng and t_prng.oEzra Peisach2002-06-192-1/+5
* * Makefile.in (clean-unix): Remove t_crc.o and t_crcEzra Peisach2002-06-192-0/+5
* update dependenciesKen Raeburn2002-06-1514-191/+153
* * crypto_libinit.h: Changed macros so you can includeTom Yu2002-06-082-3/+9
* * des_int.h: use "" includes for k5-int.hTom Yu2002-06-082-1/+6
* * shs.h: use "" include for k5-int.hTom Yu2002-06-082-1/+6
* Update key usage numbers to reflect latest draft from JohnSam Hartman2002-05-132-2/+8
* Use the canonical _WIN32 instead of WIN32 to test for Win32.Danilo Almeida2002-04-112-1/+9
* rename some functions to have krb5_c_ prefixKen Raeburn2002-04-065-4/+36
* Add krb5_init_keyblockSam Hartman2002-03-293-14/+17
* update dependenciesKen Raeburn2002-03-265-4/+57
* Use const instead of krb5_constKen Raeburn2002-02-236-36/+45
* Reflect correct values for current codeSam Hartman2002-01-153-5/+10
* Don't right shift by 32Sam Hartman2002-01-142-1/+7
* * crc.pl: New file; perl script to do generate some test vectorsTom Yu2002-01-0911-405/+730
* Implement code to get random data from /dev/{random,urandom}. ForSam Hartman2002-01-082-1/+95
* * hmac_md5.c (k5_hmac_md5_hash): Test if malloc returns NULL andEzra Peisach2001-12-142-1/+6
* * string_to_key.c (krb5_arcfour_string_to_key): Use size_t insteadEzra Peisach2001-12-052-3/+9
* * t_encrypt.c (main): Free memory when finished to test for memoryEzra Peisach2001-12-052-0/+12
* * yarrow.c (krb5int_yarrow_stretch): Delare local variable unsigned.Ezra Peisach2001-12-053-6/+17
* * shs.c, shs.h (shsUpdate): Declare second argument as constEzra Peisach2001-12-053-2/+6
* * t_cksum.c (main): Free memory leak in testsEzra Peisach2001-12-053-2/+7
* On fork, perturb the PRNG stream in the childSam Hartman2001-11-212-3/+17
* * Makefile.in (check-unix): Use $(srcdir) in file specificationEzra Peisach2001-11-202-2/+7
* Add regression testSam Hartman2001-11-205-0/+50
* Work around hash using host byte orderSam Hartman2001-11-202-2/+14
* Fix up yarrow build on WindowsDanilo Almeida2001-11-194-2/+19
* Fix memory handling bug in t_prng; update expected results as they changeddSam Hartman2001-11-193-2/+4
* Add t_prng.reseedtestSam Hartman2001-11-195-12/+74
* * Link Yarrow into the buildSam Hartman2001-11-167-129/+199
* Rename to be consistent with krb5 libraries internalsSam Hartman2001-11-093-74/+74
* Compiles nowSam Hartman2001-11-098-23/+64
* We don't need thisSam Hartman2001-11-091-51/+0
* Next pass at making things use krb5 types and functionsSam Hartman2001-11-096-139/+122
* First pass cleaning up headers and typesSam Hartman2001-11-084-55/+22
* Remove OS-dependent files.Sam Hartman2001-11-082-406/+0
* Add Yarrow from http://www.zeroknowledge.com/Sam Hartman2001-11-0818-0/+2944
* * state.c (krb5_c_init_state, krb5_c_free_state): Use KRB5_CALLCONVKen Raeburn2001-11-072-5/+11
* 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-0611-8/+215
* 2001-10-29 Jeff Altman <jaltman@columbia.edu>Jeffrey Altman2001-10-292-3/+17
* * Makefile.in - added dependency info for hmac_md5.cJeffrey Altman2001-10-292-1/+13