summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Compile 3-DES MD5 routineRichard Basch1995-11-281-0/+2
* Added 3-DES MD5 checksum mode switchRichard Basch1995-11-281-0/+11
* Added 3-DES MD5 checksum modeRichard Basch1995-11-281-0/+11
* 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-281-0/+173
* Triple-DES support routinesRichard Basch1995-11-287-0/+637
* * encrypt_data.c (krb5_encrypt_data): New file. A generic routineTheodore Tso1995-11-134-0/+153
* * t_cksum.c : Remove krb5_enctype from krb5_string_to_key() argsChris Provenzano1995-11-092-5/+5
* * 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-0712-6/+30
* Change types of krb5_max_enctype and krb5_max_cksumtype to beTheodore Tso1995-10-062-2/+8
* * configure.in (V5_MAKE_SHARED_LIB): Change for version 0.1 ofEzra Peisach1995-10-022-17/+6
* 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-2510-29/+40
* Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-253-7/+9
* Change password for the MacKeith Vetter1995-09-242-1/+6
* Define PROTOTYPE if it is not defined elsewhereTheodore Tso1995-09-232-0/+12
* Removed ^M's from DOS integration. (Oops!)Theodore Tso1995-09-231-1/+1
* Makefile.in: moved shared rule to all-unix:: targetTheodore Tso1995-09-235-4/+12
* Makefile.in: PC builds all C files because of function name changesTheodore Tso1995-09-234-9/+15
* md5crypt.c: put function prototype back in, fixed signed/unsignedTheodore Tso1995-09-233-4/+28
* md4crypt.c: put function prototype back in, fixed signed/unsignedTheodore Tso1995-09-233-4/+28
* put function prototype back inTheodore Tso1995-09-232-0/+13
* Clear the buffer before calling the SIOCGIFCONF ioctl. This makesTheodore Tso1995-09-132-1/+8
* Added inclusion of des_int.hKeith Vetter1995-09-132-0/+6
* Reintegrate the keytype->enctype changesEzra Peisach1995-09-125-25/+20
* Replace nuked history in ChangeLogEzra Peisach1995-09-121-3/+6
* Reintegrate the keytype->enctype changesEzra Peisach1995-09-125-10/+28
* Reintegrate the keytype -> enctype changesEzra Peisach1995-09-128-20/+32
* Mac Beta 1 submissionKeith Vetter1995-09-1122-210/+134
* Renamed a file since the Mac can't have two files with the same nameKeith Vetter1995-09-085-12/+22
* * md5crypto.c, t_cksum.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-063-6/+9
* * md4crypto.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-062-4/+7
* * des_int.h, destest.c, init_rkey.c, random_key.c, string2key.cChris Provenzano1995-09-067-19/+23