summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/des/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-769/+0
* don't use configure-defined macros on command line, use autoconf.h onlyKen Raeburn2006-04-021-0/+4
* Include the support library when linking various test programs, because onKen Raeburn2006-01-181-0/+4
* * destest.c (main): Force testing of unaligned access to input, output, and keyKen Raeburn2005-06-101-0/+5
* * f_tables.h: Include k5-platform.h.Ken Raeburn2005-06-091-0/+6
* Allow compile-time specification that small code space is desiredKen Raeburn2005-04-131-0/+19
* Link test programs against thread support libraryKen Raeburn2004-05-131-0/+5
* * string2key.c: Replaced with a new implementation.Ken Raeburn2004-04-031-0/+4
* protoizeKen Raeburn2004-02-191-0/+6
* * f_tables.h (DES_DO_ENCRYPT, DES_DO_DECRYPT): Allocate temporary variableKen Raeburn2004-02-171-0/+9
* * afsstring2key.c (krb5_afs_encrypt): Drop EDFLAG as an argument, make it localKen Raeburn2004-02-171-0/+7
* Replace the array of 8 mit_des_cblock object 'mit_des_zeroblock' definedKen Raeburn2003-12-201-0/+7
* * f_cbc.c (krb5int_des_cbc_decrypt): Move declarations that were afterKen Raeburn2003-07-221-0/+6
* Separate the DES encrypt and decrypt operations into separate functions,Ken Raeburn2003-07-171-0/+10
* delete ##WIN16## lines from makefilesKen Raeburn2003-07-171-0/+4
* * des_int.h: Added prototype for mit_afs_crypt which is used by the deprecate...Alexandra Ellwood2003-03-061-0/+5
* Delete some unused declarations from old-crypto APIKen Raeburn2003-03-051-0/+7
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-101-0/+4
* Cleanup unusedEzra Peisach2002-12-231-0/+4
* * string2key.c (mit_des_string_to_key_int): If PRINT_TEST_VECTORS is defined,Ken Raeburn2002-10-101-0/+5
* Fix DES_INT32 definitionTom Yu2002-09-271-0/+18
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-291-0/+4
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-231-0/+4
* * string2key.c: Work around possible bug with AFS salts;Tom Yu2002-08-161-0/+5
* * des_int.h: use "" includes for k5-int.hTom Yu2002-06-081-0/+5
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-0/+5
* * string2key.c (mit_des_string_to_key_int): Undo last changeKen Raeburn2001-06-221-0/+4
* * destest.c (value): Now signed int, since some entries are negative.Ken Raeburn2001-06-221-0/+5
* * string2key.c (mit_des_string_to_key_int): Now staticKen Raeburn2001-06-221-0/+4
* * t_verify.c: Get rid of global variables i,jEzra Peisach2001-06-211-0/+4
* fix salt length for afs caseKen Raeburn2001-06-211-0/+6
* * destest.c: main returns int instead of void. Add "const" toEzra Peisach2001-06-121-0/+7
* * f_cbc.c (mit_des_cbc_encrypt): Do not use a variable named "encrypt".Ezra Peisach2001-05-311-0/+3
* * des_int.h (mit_des_cbc_encrypt, mit_des3_ecb_encrypt,Ezra Peisach2001-05-311-0/+5
* * f_tables.h: Do not define const to nothing on platforms thatEzra Peisach2001-04-121-0/+5
* fix/add casts as neededKen Raeburn2001-04-101-0/+2
* more cleanup - add const, reduce castingKen Raeburn2001-04-101-3/+14
* use const for some inputs (when practical) without changing apiKen Raeburn2001-04-101-0/+7
* * des_int.h: Don't use PROTOTYPE macro.Ken Raeburn2001-04-101-1/+8
* afsstring2key.c, destest.c: Don't use PROTOTYPE macroKen Raeburn2001-04-101-0/+4
* * t_afss2k.c: Extend test cases to cover situation where krb5_data refers toKen Raeburn2001-01-251-0/+8
* missed a variable that should've been made constKen Raeburn2001-01-211-1/+2
* make afs string2key thread-safeKen Raeburn2001-01-201-0/+10
* new test case for afs string2keyKen Raeburn2001-01-201-0/+8
* * des_int.h: Change prototypes for mit_des_cbc_encrypt(),Ezra Peisach2000-10-171-0/+19
* * afsstring2key.c: Initialization of S[8][64] - each 64 elementsEzra Peisach2000-06-301-0/+5
* afsstring2key.c: "register x" -> "register int x"Ezra Peisach2000-06-281-0/+4
* Change wsanchez@apple -> tritan@mitWilfredo Sanchez2000-06-011-2/+2
* * t_verify.c: Add "const" to casts in calls to mit_des_cbc_encrypt()Ezra Peisach2000-02-251-0/+7
* Avoid non-const static data, and gcc warnings Solaris, except afsstring2key.c:Ken Raeburn2000-01-221-0/+8