summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed crctest.c from the SRCS list, since it's only a test programTheodore Tso1996-03-312-1/+6
* Fixed comments describing the various checksum types. (Added numbers,Theodore Tso1996-03-312-9/+15
* Makefile.in: support des3-cbc-rawRichard Basch1996-03-292-1/+3
* Added support for des3-cbc-raw (gssapi) and rsa-md5-des3Richard Basch1996-03-293-11/+49
* Added support for ENCTYPE_DES3_CBC_RAW (gssapi)Richard Basch1996-03-295-4/+14
* Added support for CKSUMTYPE_RSA_MD5_DES3Richard Basch1996-03-292-0/+61
* Added support for ENCTYPE_DES3_CBC_RAW (gssapi)Richard Basch1996-03-291-0/+104
* Fix Windows lint flames. (16bit vs. 32bit issues)Theodore Tso1996-03-213-8/+13
* * des_crc.c (mit_des_crc_decrypt_func): Add const to pointerEzra Peisach1996-03-203-1/+9
* * new_rn_key.c (mit_des_generate_random_block): Add const keywrodEzra Peisach1996-03-203-2/+15
* ustime.c was renamed to c_ustime.cEzra Peisach1996-03-201-1/+1
* Add Windows 95/NT time function. (Does this time function work underTheodore Tso1996-02-282-0/+44
* t_random.c: New file which just tests the random number generatorTheodore Tso1996-02-234-2/+145
* Set magic number in krb5_addressEzra Peisach1996-02-152-0/+7
* Folded in danw's changes to allow building Makefiles for theTheodore Tso1996-02-072-0/+8
* * t_cksum.c (main): use proper old-style definitionMark Eichin1996-01-272-1/+7
* 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