summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/des
Commit message (Expand)AuthorAgeFilesLines
* Update dependenciesKen Raeburn2005-06-211-26/+37
* * destest.c (main): Force testing of unaligned access to input, output, and keyKen Raeburn2005-06-102-3/+17
* * f_tables.h: Include k5-platform.h.Ken Raeburn2005-06-092-11/+9
* Allow compile-time specification that small code space is desiredKen Raeburn2005-04-135-15/+61
* run "make depend"Ken Raeburn2004-12-301-71/+77
* Link test programs against thread support libraryKen Raeburn2004-05-132-4/+9
* update dependenciesKen Raeburn2004-04-241-44/+48
* * string2key.c: Replaced with a new implementation.Ken Raeburn2004-04-032-199/+205
* protoizeKen Raeburn2004-02-1911-53/+32
* * f_tables.h (DES_DO_ENCRYPT, DES_DO_DECRYPT): Allocate temporary variableKen Raeburn2004-02-175-24/+30
* * afsstring2key.c (krb5_afs_encrypt): Drop EDFLAG as an argument, make it localKen Raeburn2004-02-172-4/+23
* Replace the array of 8 mit_des_cblock object 'mit_des_zeroblock' definedKen Raeburn2003-12-203-0/+12
* make dependKen Raeburn2003-12-151-37/+44
* * f_cbc.c (krb5int_des_cbc_decrypt): Move declarations that were afterKen Raeburn2003-07-223-4/+10
* Separate the DES encrypt and decrypt operations into separate functions,Ken Raeburn2003-07-174-254/+361
* delete ##WIN16## lines from makefilesKen Raeburn2003-07-172-1/+4
* make-depend updatesKen Raeburn2003-05-241-33/+33
* * des_int.h: Added prototype for mit_afs_crypt which is used by the deprecate...Alexandra Ellwood2003-03-062-0/+7
* Delete some unused declarations from old-crypto APIKen Raeburn2003-03-052-8/+7
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-102-0/+7
* Cleanup unusedEzra Peisach2002-12-232-10/+18
* * string2key.c (mit_des_string_to_key_int): If PRINT_TEST_VECTORS is defined,Ken Raeburn2002-10-102-6/+69
* update dependenciesTom Yu2002-09-281-11/+15
* Fix DES_INT32 definitionTom Yu2002-09-277-47/+35
* update dependenciesKen Raeburn2002-08-291-11/+22
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-292-1/+5
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-291-0/+3
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-1/+5
* * string2key.c: Work around possible bug with AFS salts;Tom Yu2002-08-162-0/+8
* update dependenciesKen Raeburn2002-06-151-32/+22
* * des_int.h: use "" includes for k5-int.hTom Yu2002-06-082-1/+6
* In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn2001-10-201-11/+11
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-111-17/+19
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-067-44/+49
* dependenciesKen Raeburn2001-09-011-0/+58
* * string2key.c (mit_des_string_to_key_int): Undo last changeKen Raeburn2001-06-222-1/+5
* * destest.c (value): Now signed int, since some entries are negative.Ken Raeburn2001-06-222-5/+12
* updateKen Raeburn2001-06-221-3/+11
* * string2key.c (mit_des_string_to_key_int): Now staticKen Raeburn2001-06-222-1/+5
* * t_verify.c: Get rid of global variables i,jEzra Peisach2001-06-212-1/+7
* fix salt length for afs caseKen Raeburn2001-06-212-10/+18
* * destest.c: main returns int instead of void. Add "const" toEzra Peisach2001-06-123-18/+28
* * f_cbc.c (mit_des_cbc_encrypt): Do not use a variable named "encrypt".Ezra Peisach2001-05-313-6/+9
* * des_int.h (mit_des_cbc_encrypt, mit_des3_ecb_encrypt,Ezra Peisach2001-05-312-3/+8
* * f_tables.h: Do not define const to nothing on platforms thatEzra Peisach2001-04-122-6/+5
* some stuff to be fixed in des codeKen Raeburn2001-04-101-0/+5
* fix/add casts as neededKen Raeburn2001-04-102-1/+6
* more cleanup - add const, reduce castingKen Raeburn2001-04-108-41/+51
* use const for some inputs (when practical) without changing apiKen Raeburn2001-04-104-25/+36
* fix pathname in commentKen Raeburn2001-04-101-1/+1