aboutsummaryrefslogtreecommitdiff
path: root/src/lib/des425
AgeCommit message (Expand)AuthorFilesLines
2001-04-10remove some outdated commentsKen Raeburn6-109/+0
2001-04-10use const for some des inputs and reduce unnecessary castsKen Raeburn9-36/+52
2001-04-10cleanupKen Raeburn3-55/+13
2001-04-10new test case for pcbc encryptionKen Raeburn3-1/+134
2001-04-10* pcbc_encrypt.c (des_pcbc_encrypt): Initialize plainl and plainr to keepKen Raeburn2-3/+12
2001-04-10* des425.h: Deleted to avoid confusion with the other des.h in the tree. AllKen Raeburn17-164/+94
2001-04-10rename des.h -> des425.hKen Raeburn18-17/+21
2001-04-10* quad_cksum.c (des_quad_cksum): Add comments. Force 32-bit arithmetic just ...Ken Raeburn2-5/+41
2001-04-07add quad_cksum test caseKen Raeburn3-1/+112
2001-02-19note that file is unusedKen Raeburn1-0/+1
2000-10-17 * cksum.c (des_cbc_cksum): Length is unsigned longEzra Peisach3-2/+8
2000-06-30 * random_key.c (des_random_key): Add parentheses around assignmentEzra Peisach2-2/+7
2000-06-01Change wsanchez@apple -> tritan@mitWilfredo Sanchez1-2/+2
2000-03-15volatile fixesKen Raeburn2-2/+7
1999-10-26log tritan's changesTom Yu1-0/+7
1999-10-26Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1-1/+1
1999-09-24copyright notice updates from 1.1 branchKen Raeburn15-15/+60
1999-05-10Do win32 build in subdirDanilo Almeida2-20/+24
1998-12-05Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso2-0/+7
1998-11-12 * Makefile.in (STLIBOBJS, OBJS, SRCS): Restore des.cTom Yu3-6/+15
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz4-102/+84
1998-04-15 * Makefile.in (SHLIB_EXPDEPS):Tom Yu2-3/+8
1998-03-03 * configure.in: Add KRB5_BUILD_PROGRAMEzra Peisach3-6/+14
1998-02-18Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu2-2/+7
1998-02-12Mass makefile/configure.in build system revampTheodore Tso2-0/+6
1998-01-24Add AC_PROG_INSTALL since it's need by the install rulesTheodore Tso2-0/+6
1997-11-19 * quad_cksum.c (des_quad_cksum): Reorder parameters to match theTom Yu3-3/+9
1997-11-18 * Makefile.in: Garbage collect some old library build systemTom Yu3-16/+5
1997-10-27 * pcbc_encrypt.c, quad_cksum.c: Punt duplicates of definitions;Tom Yu4-82/+26
1997-10-14 * Makefile.in (LIBMAJOR): Bump major version due to possibleTom Yu2-1/+6
1997-02-23Moved some of the library list file build logic from the individual MakefilesRichard Basch2-13/+11
1997-02-22* Make shared libs work on AIXSam Hartman3-3/+12
1997-02-18Export additional routines for krb4 library (win16/win32)Richard Basch5-12/+16
1997-02-09Merge of libhack_branchTom Yu3-26/+43
1997-02-06Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch9-15/+57
1996-12-13Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso2-1/+5
1996-08-23 * new_rnd_key.c (des_set_sequence_number): Change cast fromEzra Peisach3-2/+10
1996-06-10cvsignore hackeryTom Yu1-1/+0
1996-05-23Use KRB5_RUN_FLAGS in configure.in, and use appropriate run flags forSam Hartman3-3/+9
1996-05-13 * Makefile.in (SHLIB_LIBS): For shared library, add dependency onEzra Peisach3-2/+13
1996-05-11Copy sizeof(mit_des_cblock), not sizeof(key) so that we are getting theRichard Basch2-1/+6
1996-05-07Use the revamped random number routinesRichard Basch3-34/+63
1995-11-03remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin1-7/+1
1995-10-07Remove ##DOS!include of config/windows.in. config/windows.in is nowTheodore Tso2-1/+5
1995-10-02configure.in (V5_MAKE_SHARED_LIB): Change rule to installEzra Peisach3-17/+13
1995-09-29#include autoconf.h instead of osconf.h, because that's the file weTheodore Tso2-1/+6
1995-09-25Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso2-5/+6
1995-09-12Rvert lost changesEzra Peisach2-7/+11
1995-09-11Mac Beta 1 submissionKeith Vetter2-11/+7
1995-09-06 * string2key.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano2-7/+11