aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto
AgeCommit message (Expand)AuthorFilesLines
1999-09-24copyright notice updates from 1.1 branchKen Raeburn14-14/+56
1999-09-01Tom's cryptosystem alias entries from 1.1 branchKen Raeburn3-0/+31
1999-09-01memmove/bcopy fix from 1.1 branchKen Raeburn2-0/+12
1999-08-18 * etypes.c: Update des3-cbc-sha1 to alignt with new numberTom Yu3-4/+12
1999-06-29 * dk_encrypt.c (krb5_marc_dk_encrypt): CallTom Yu2-1/+7
1999-05-19These are a bunch of intertwined changes to the windows build.Danilo Almeida2-33/+37
1999-05-10Do win32 build in subdirDanilo Almeida24-84/+132
1999-01-22Fixed typo in SRCSMiro Jurisic1-1/+1
1999-01-05 * make_checksum.c (krb5_c_make_checksum): Note the fact that we'reTom Yu4-1/+38
1999-01-05 * dk.h: Add prototypes for krb5_marc_dk_*Tom Yu5-0/+389
1998-12-16 * old_decrypt.c (krb5_old_decrypt): Initialize the ivec to the keyTom Yu2-1/+17
1998-12-11 * old_decrypt.c (krb5_old_decrypt): Actually compare theTom Yu2-1/+6
1998-12-05Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso24-0/+85
1998-12-05Makefile.in: Added missing "cd .." necessary for making this compileTheodore Tso2-2/+11
1998-12-05Fixed busted Makefile so that it compiles under WindowsTheodore Tso2-3/+3
1998-12-05Added KRB5_DLLIMP and KRB5_CALLCONV so that these files buildTheodore Tso11-27/+46
1998-11-06Fixes to build out of source treeEzra Peisach4-5/+14
1998-11-05Fixed filename uniqueness problems by renaming all of the *.c filesTheodore Tso5-3/+5
1998-11-05Make sure filenames are unique across all of the krb5 directories. RenamedTheodore Tso9-12/+13
1998-11-02resurrectTom Yu1-0/+203
1998-11-02ressurect files missed by mergeTom Yu36-0/+3237
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz95-6773/+2853
1998-09-21resurrectingTom Yu5-0/+1005
1998-09-21oopTom Yu1-0/+0
1998-09-21restoring deleted filesTom Yu1-0/+0
1998-09-21fix incorrect versionTom Yu1-2/+2
1998-09-21resurrect accidentally deleted filesTom Yu1-0/+28
1998-09-21restore accidentally deleted filesTom Yu9-0/+1031
1998-09-19merge of tlyu-3des-k4Tom Yu15-2064/+0
1998-07-17Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th...Miro Jurisic1-1/+1
1998-04-15 * Makefile.in (LIB): Rename to k5cryptoTom Yu2-1/+5
1998-03-03 * Makefile.in (t_cksum): Do not depend on libkrb5.a, useEzra Peisach4-4/+20
1998-02-18Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu14-15/+50
1998-02-13Collapse configure.in files below lib/crypto into lib/cryptoTheodore Tso21-41/+69
1998-02-12Mass makefile/configure.in build system revampTheodore Tso15-2/+46
1997-12-29 * init_rkey.c (mit_des_init_random_key): Punt the struct; useTom Yu2-7/+20
1997-11-29 * configure.in: Add AC_PROG_LN_S to deal with symlinking inTom Yu2-0/+7
1997-10-28 * md5.c: Fix to deal with types longer than 32 bitsTom Yu4-2/+21
1997-10-28 * shs.c, sha_glue.c, hmac_sha.c: Fix to deal with LONG wider thanTom Yu5-74/+183
1997-10-27 * d3_cbc.c, des.h, des_int.h, f_cbc.c, f_cksum.c, f_ecb.c,Tom Yu13-102/+103
1997-10-21Set KRB5_CONFIG for testsEzra Peisach2-1/+5
1997-10-14 * Makefile.in: Bump major version due to possible size changesTom Yu2-2/+6
1997-10-14 * des_int.h: Use better logic to find an appropriate type forTom Yu3-7/+42
1997-10-06 * destest.c (main): Initialize context to 0 so it will not beEzra Peisach3-0/+16
1997-09-26Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replaceTom Yu2-2/+6
1997-08-12 * Makefile.in (SRCS): Add $(srcdir) as neededEzra Peisach2-1/+5
1997-07-17Fix stupid #ifdef logic errorTheodore Tso1-1/+1
1997-07-04Added Winsock kludge for finding your local IP address. May not workTheodore Tso2-6/+65
1997-02-23Moved some of the library list file build logic from the individual MakefilesRichard Basch13-81/+55
1997-02-22* Make shared libs work on AIXSam Hartman3-1/+243