aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/des
AgeCommit message (Expand)AuthorFilesLines
2004-05-17This commit was manufactured by cvs2svn to create tagkfw-2.6.2-beta2no author1-26/+33
2003-03-06* des_int.h: Added prototype for mit_afs_crypt which is used by the deprecate...Alexandra Ellwood2-0/+7
2003-03-05Delete some unused declarations from old-crypto APIKen Raeburn2-8/+7
2003-01-10Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2-0/+7
2002-12-23Cleanup unusedEzra Peisach2-10/+18
2002-10-10* string2key.c (mit_des_string_to_key_int): If PRINT_TEST_VECTORS is defined,Ken Raeburn2-6/+69
2002-09-28update dependenciesTom Yu1-11/+15
2002-09-27Fix DES_INT32 definitionTom Yu7-47/+35
2002-08-29update dependenciesKen Raeburn1-11/+22
2002-08-29* Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2-1/+5
2002-08-29Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn1-0/+3
2002-08-23Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2-1/+5
2002-08-16 * string2key.c: Work around possible bug with AFS salts;Tom Yu2-0/+8
2002-06-15update dependenciesKen Raeburn1-32/+22
2002-06-08 * des_int.h: use "" includes for k5-int.hTom Yu2-1/+6
2001-10-20In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn1-11/+11
2001-10-11Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn1-17/+19
2001-10-06Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn7-44/+49
2001-09-01dependenciesKen Raeburn1-0/+58
2001-06-22* string2key.c (mit_des_string_to_key_int): Undo last changeKen Raeburn2-1/+5
2001-06-22* destest.c (value): Now signed int, since some entries are negative.Ken Raeburn2-5/+12
2001-06-22updateKen Raeburn1-3/+11
2001-06-22* string2key.c (mit_des_string_to_key_int): Now staticKen Raeburn2-1/+5
2001-06-21 * t_verify.c: Get rid of global variables i,jEzra Peisach2-1/+7
2001-06-21fix salt length for afs caseKen Raeburn2-10/+18
2001-06-12 * destest.c: main returns int instead of void. Add "const" toEzra Peisach3-18/+28
2001-05-31 * f_cbc.c (mit_des_cbc_encrypt): Do not use a variable named "encrypt".Ezra Peisach3-6/+9
2001-05-31 * des_int.h (mit_des_cbc_encrypt, mit_des3_ecb_encrypt,Ezra Peisach2-3/+8
2001-04-12 * f_tables.h: Do not define const to nothing on platforms thatEzra Peisach2-6/+5
2001-04-10some stuff to be fixed in des codeKen Raeburn1-0/+5
2001-04-10fix/add casts as neededKen Raeburn2-1/+6
2001-04-10more cleanup - add const, reduce castingKen Raeburn8-41/+51
2001-04-10use const for some inputs (when practical) without changing apiKen Raeburn4-25/+36
2001-04-10fix pathname in commentKen Raeburn1-1/+1
2001-04-10* des_int.h: Don't use PROTOTYPE macro.Ken Raeburn2-68/+80
2001-04-10afsstring2key.c, destest.c: Don't use PROTOTYPE macroKen Raeburn3-5/+9
2001-03-15update commentsKen Raeburn1-3/+13
2001-01-25more afsstring2key unterminated-input checks & fixesKen Raeburn2-2/+25
2001-01-25* t_afss2k.c: Extend test cases to cover situation where krb5_data refers toKen Raeburn3-18/+49
2001-01-21missed a variable that should've been made constKen Raeburn2-2/+3
2001-01-21add mit copyrightKen Raeburn1-0/+24
2001-01-21fix year for last changeKen Raeburn1-1/+1
2001-01-20make afs string2key thread-safeKen Raeburn2-53/+63
2001-01-20add some commentsKen Raeburn1-0/+5
2001-01-20new test case for afs string2keyKen Raeburn3-2/+106
2000-10-17 * des_int.h: Change prototypes for mit_des_cbc_encrypt(),Ezra Peisach7-12/+32
2000-06-30 * afsstring2key.c: Initialization of S[8][64] - each 64 elementsEzra Peisach2-32/+37
2000-06-28afsstring2key.c: "register x" -> "register int x"Ezra Peisach2-3/+7
2000-06-01Change wsanchez@apple -> tritan@mitWilfredo Sanchez1-2/+2
2000-02-25 * t_verify.c: Add "const" to casts in calls to mit_des_cbc_encrypt()Ezra Peisach3-5/+12