summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/des
Commit message (Expand)AuthorAgeFilesLines
...
* afsstring2key.c: "register x" -> "register int x"Ezra Peisach2000-06-282-3/+7
* Change wsanchez@apple -> tritan@mitWilfredo Sanchez2000-06-011-2/+2
* * t_verify.c: Add "const" to casts in calls to mit_des_cbc_encrypt()Ezra Peisach2000-02-253-5/+12
* Avoid non-const static data, and gcc warnings Solaris, except afsstring2key.c:Ken Raeburn2000-01-224-15/+42
* log tritan's changesTom Yu1999-10-261-0/+7
* Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1999-10-261-1/+0
* copyright notice updates from 1.1 branchKen Raeburn1999-09-246-6/+24
* Do win32 build in subdirDanilo Almeida1999-05-102-14/+18
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-12-052-0/+7
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-3025-1885/+206
* Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu1998-02-182-2/+7
* Collapse configure.in files below lib/crypto into lib/cryptoTheodore Tso1998-02-133-7/+7
* Mass makefile/configure.in build system revampTheodore Tso1998-02-122-0/+6
* * init_rkey.c (mit_des_init_random_key): Punt the struct; useTom Yu1997-12-292-7/+20
* * d3_cbc.c, des.h, des_int.h, f_cbc.c, f_cksum.c, f_ecb.c,Tom Yu1997-10-2713-102/+103
* Set KRB5_CONFIG for testsEzra Peisach1997-10-212-1/+5
* * des_int.h: Use better logic to find an appropriate type forTom Yu1997-10-143-7/+42
* * destest.c (main): Initialize context to 0 so it will not beEzra Peisach1997-10-063-0/+16
* Moved some of the library list file build logic from the individual MakefilesRichard Basch1997-02-232-12/+10
* Removed unneeded call to krb5_init_etsRichard Basch1997-02-201-1/+0
* Merge of libhack_branchTom Yu1997-02-093-28/+49
* Makefile.in: Create shared directory before building object filesRichard Basch1997-02-072-2/+7
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-063-17/+39
* nuke leftover conflict markerMark Eichin1996-10-311-1/+0
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-222-1/+6
* Add space before \ to deal with SunOS version of make which losesEzra Peisach1996-06-152-3/+6
* Add missing prototypes; needed to make Win-32 compiler happyTheodore Tso1996-06-132-0/+16
* Add #ifdef _WIN32 in places where we had #ifdef _MSDOSTheodore Tso1996-06-122-1/+5
* cvsignore hackeryTom Yu1996-06-101-1/+0
* Updated .Sanitize fileTheodore Tso1996-06-061-1/+0
* Update .Sanitize files to reflect current file statusTheodore Tso1996-06-061-2/+2
* Use KRB5_RUN_FLAGS in configure.in, and use appropriate run flags forSam Hartman1996-05-233-6/+21
* Fix memory leak. Free tempbuf before returningTheodore Tso1996-05-182-0/+7
* * des_int.h: the cs_entry routines in cbc_cksum.c are now staticRichard Basch1996-05-155-60/+36
* Replace des3-md5 with des3-shaRichard Basch1996-05-105-4/+9
* Don't do more than the necessary encryptions for a single cblock lengthRichard Basch1996-05-071-4/+5
* Somehow I missed this file during my previous checkin... New 3des randomRichard Basch1996-05-071-15/+121
* New DES random number generation. For regular DES, it is nearly equivalentRichard Basch1996-05-078-338/+261
* oops, ted already got itMark Eichin1996-04-101-2/+0
* actually build afsstring2key.cMark Eichin1996-04-101-0/+2
* Added afsstring2key.c to the list of files to be compiledTheodore Tso1996-04-102-2/+9
* add afsstring2keyMark Eichin1996-04-093-1/+505
* Took the list of sources and object files in FSRCS, FOBJS, D3OBJS, andTheodore Tso1996-03-312-19/+34
* Added support for ENCTYPE_DES3_CBC_RAW (gssapi)Richard Basch1996-03-295-4/+14
* Fix Windows lint flames. (16bit vs. 32bit issues)Theodore Tso1996-03-213-8/+13
* * new_rn_key.c (mit_des_generate_random_block): Add const keywrodEzra Peisach1996-03-203-2/+15
* t_random.c: New file which just tests the random number generatorTheodore Tso1996-02-234-2/+145
* Fix return type for mit_des3_string_to_key()Theodore Tso1996-01-112-1/+5
* * t_verify.c: Added an n-fold testRichard Basch1995-12-141-0/+36
* * d3_str2ky.c: Updated to include some of the randomness throughoutRichard Basch1995-12-121-7/+3