summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/des
Commit message (Expand)AuthorAgeFilesLines
* 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
* * d3_str2ky.c: Revised 3-DES String-To-Key algorithm to encrypt theRichard Basch1995-12-121-1/+8
* Fixed the description of the algorithm in the commentRichard Basch1995-12-021-2/+1
* XOR the last byte of weak keys with 0xf0, according to specRichard Basch1995-12-022-2/+6
* Corrected algorithm description at beginning.Richard Basch1995-12-011-16/+26
* Corrected a bug in the wrap-around carry (found bug by comparing test resultsRichard Basch1995-11-291-24/+16
* Make sure that each DES key is strong. If not, xor first byte with 0xf0Richard Basch1995-11-281-2/+8
* Corrected bit rotation to match documented algorithmRichard Basch1995-11-281-5/+6
* Removed debugging assert() statementRichard Basch1995-11-281-2/+0
* f_ecb.c, des_int.h (mit_des_ecb_encrypt): Add const declaration to inputEzra Peisach1995-11-283-2/+7
* The output block of n-fold should not be a "const"Richard Basch1995-11-281-1/+1
* Added Triple-DES function prototypes and structuresRichard Basch1995-11-281-1/+56
* Compile in Triple-DES routinesRichard Basch1995-11-281-2/+13
* Triple DES shares the same random key initialization routineRichard Basch1995-11-281-0/+1
* Triple-DES support routinesRichard Basch1995-11-287-0/+637
* * string2key.c : Remove krb5_enctype from krb5_string_to_key() args.Chris Provenzano1995-11-093-3/+9
* Make mit_des_finish_key() safe to call even if there is no key thatTheodore Tso1995-11-012-2/+10
* Remove ##DOS!include of config/windows.in. config/windows.in is nowTheodore Tso1995-10-072-1/+5
* Rename verify.c to t_verify.c to remove conflict withKeith Vetter1995-09-293-3/+8
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-252-4/+7
* Define PROTOTYPE if it is not defined elsewhereTheodore Tso1995-09-232-0/+12
* Added inclusion of des_int.hKeith Vetter1995-09-132-0/+6
* Reintegrate the keytype -> enctype changesEzra Peisach1995-09-128-20/+32
* Mac Beta 1 submissionKeith Vetter1995-09-118-32/+20