aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/des
AgeCommit message (Expand)AuthorFilesLines
2008-09-18makedependKen Raeburn1-63/+65
2008-08-27Based on patch from lxs, with some changes:Ken Raeburn3-4/+4
2008-08-12If CONFIG_SMALL_NO_CRYPTO is defined, turn off CONFIG_SMALL changes for crypt...Ken Raeburn2-2/+2
2008-08-12Update copyright notices to reflect donation of DES implementation byTom Yu5-25/+120
2008-08-02Make more uses of load/store_32_be/le, which on x86 at least expandsKen Raeburn1-8/+4
2008-08-02Use GET_HALF_BLOCK to fetch new values instead of open-codingKen Raeburn2-16/+10
2008-04-30After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn1-2/+2
2007-08-16make dependKen Raeburn1-57/+66
2006-10-13Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn1-5/+5
2006-10-06make dependTom Yu1-25/+27
2006-06-28autoconf 2.60 compatibilityKen Raeburn1-1/+1
2006-05-25Create crypto, des425 Makefiles from top levelKen Raeburn1-2/+2
2006-05-24Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn1-11/+11
2006-05-23install headers into include/krb5Ken Raeburn1-57/+66
2006-04-13Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn1-36/+27
2006-04-11Remove ChangeLog files from the source tree. From now on, theSam Hartman1-769/+0
2006-04-11Remove .Sanitize and .rconf files, no longer usedKen Raeburn2-103/+0
2006-04-02don't use configure-defined macros on command line, use autoconf.h onlyKen Raeburn2-0/+5
2006-03-31make depend, now with dependency sortingKen Raeburn1-82/+88
2006-03-27make dependKen Raeburn1-33/+37
2006-03-11Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn1-33/+33
2006-03-08make dependKen Raeburn1-11/+22
2006-01-18Include the support library when linking various test programs, because onKen Raeburn2-2/+6
2005-11-29make dependTom Yu1-37/+26
2005-08-24Delete .cvsignore files; contents have already been Sam Hartman1-3/+0
2005-06-21Update dependenciesKen Raeburn1-26/+37
2005-06-10* destest.c (main): Force testing of unaligned access to input, output, and keyKen Raeburn2-3/+17
2005-06-09* f_tables.h: Include k5-platform.h.Ken Raeburn2-11/+9
2005-04-13Allow compile-time specification that small code space is desiredKen Raeburn5-15/+61
2004-12-30run "make depend"Ken Raeburn1-71/+77
2004-05-13Link test programs against thread support libraryKen Raeburn2-4/+9
2004-04-24update dependenciesKen Raeburn1-44/+48
2004-04-03* string2key.c: Replaced with a new implementation.Ken Raeburn2-199/+205
2004-02-19protoizeKen Raeburn11-53/+32
2004-02-17* f_tables.h (DES_DO_ENCRYPT, DES_DO_DECRYPT): Allocate temporary variableKen Raeburn5-24/+30
2004-02-17* afsstring2key.c (krb5_afs_encrypt): Drop EDFLAG as an argument, make it localKen Raeburn2-4/+23
2003-12-20Replace the array of 8 mit_des_cblock object 'mit_des_zeroblock' definedKen Raeburn3-0/+12
2003-12-15make dependKen Raeburn1-37/+44
2003-07-22* f_cbc.c (krb5int_des_cbc_decrypt): Move declarations that were afterKen Raeburn3-4/+10
2003-07-17Separate the DES encrypt and decrypt operations into separate functions,Ken Raeburn4-254/+361
2003-07-17delete ##WIN16## lines from makefilesKen Raeburn2-1/+4
2003-05-24make-depend updatesKen Raeburn1-33/+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