summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/des
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * des_int.h, destest.c, init_rkey.c, random_key.c, string2key.cChris Provenzano1995-09-067-19/+23
* * destest.c, random_key.c, string2key.c, verify.c : Remove krb5_enctypeChris Provenzano1995-09-066-12/+21
* Set and use priv_size in the krb5_encrypt_blockPaul Park1995-08-293-1/+8
* * f_cksum.c: Change code to match prototypesEzra Peisach1995-08-2612-54/+64
* Describe previous changesPaul Park1995-07-271-0/+9
* Use des_int.h and fix compiler rumblingsPaul Park1995-07-271-2/+3
* Fix compiler rumblingsPaul Park1995-07-272-6/+6
* Use des_int.h instead of mit-des.hPaul Park1995-07-273-0/+3
* Inline the old contents of mit-des.hPaul Park1995-07-271-2/+50
* Add checksum verifier procedure/dispatchPaul Park1995-07-073-0/+67
* * new_rn_key.c (mit_des_init_random_number_generator): don't callTom Yu1995-07-062-4/+10
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-4/+5
* clean-$(what) should be clean-$(WHAT)Theodore Tso1995-06-071-1/+1
* Made the shared library makefile changes not apply to the PCKeith Vetter1995-06-031-2/+11
* Add support building shared librariesTheodore Tso1995-05-263-1/+14
* * key_sched.c (mit_des_key_sched): *always* fill in the schedule,Mark Eichin1995-05-122-2/+8
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-142-0/+96
* Windows global stuff:Keith Vetter1995-04-1420-62/+71
* Bring in portability fixes from Cygnus K4 releaseJohn Gilmore1995-03-287-58/+93
* * Makefile.in (LDFLAGS): Remove, conflicts with pre.in.John Gilmore1995-03-173-7/+19
* Two changes in the crypto directory: 1) 16 vs 32 bit errors in DES and 2)Keith Vetter1995-03-154-46/+51
* Added the files and changes needed to create a dll out of libcryptoKeith Vetter1995-03-035-14/+22
* Remove reference to $(ISODELIB)Theodore Tso1995-03-022-2/+5
* Remove ISODE_INCLUDE, replace check for -lsocket and -lnsl withTheodore Tso1995-03-012-3/+6
* Avoid <krb5/...> includesJohn Gilmore1995-02-282-1/+5
* Made the CRYPTO directories work on the PC by adding INTERFACE to all theKeith Vetter1995-02-2120-79/+111
* Add KRB5_INT32 definitions for non-32 int platformsTheodore Tso1995-02-082-0/+12