summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* Added syntactic sugar for Windows segmented architectureKeith Vetter1995-03-082-3/+7
* Finished off changed needed for making libcrypto.dll. Biggest changeKeith Vetter1995-03-049-9/+69
* Added the files and changes needed to create a dll out of libcryptoKeith Vetter1995-03-0320-43/+198
* 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-2812-10/+27
* Made the CRYPTO directories work on the PC by adding INTERFACE to all theKeith Vetter1995-02-2140-160/+333
* Experimental checkinKeith Vetter1995-02-202-1/+10
* * Makefile.in: made to work under WindowsJohn Gilmore1995-02-154-14/+32
* Add KRB5_INT32 definitions for non-32 int platformsTheodore Tso1995-02-082-0/+12
* Add .cvsignore file so that cvs ignores the autoconf-built configure fileTheodore Tso1995-02-036-0/+6
* Remove unused cruft from des_int.hTheodore Tso1995-02-032-73/+2
* Fix typo; "%02 X" --> "%02X"Theodore Tso1995-02-032-1/+5
* Rename files so that they work in the DOS LIB command,John Gilmore1995-02-035-6/+17
* * Makefile.in (CFLAGS): Handle $(srcdir) properly in -I optionsJohn Gilmore1995-02-026-3/+17
* * rnd_confoun.c: Replace <.../...> includes with "..."sJohn Gilmore1995-01-262-2/+5
* * Makefile.in (CFLAGS): Use -I../des to pull in include file.John Gilmore1995-01-266-13/+14
* * Makefile.in (CFLAGS): Add -I../des to pull in DES header file.John Gilmore1995-01-267-20/+120
* * cbc_cksum.c, cs_entry.c, des.h, destest.c, f_sched.c,John Gilmore1995-01-2616-69/+27
* * crc-32.h: New file, moved from include/krb5/crc-32.h.John Gilmore1995-01-264-6/+44
* * Makefile.in (CFLAGS): Add -I options to pick up include filesJohn Gilmore1995-01-266-34/+24
* * Removed all narrow types and references to wide.h and narrow.hChris Provenzano1995-01-252-7/+4
* it belongs here insteadMark Eichin1995-01-181-0/+54
* Removed all references to DECLARG and OLDDECLARGChris Provenzano1995-01-1313-111/+78
* Add magic numbers to keyblock structureTheodore Tso1994-11-192-0/+6
* Change internal calling signature to pass in the encryption block, soTheodore Tso1994-11-084-5/+22
* * Makefile.in: stop building f_pcbc.c, since it belongs inMark Eichin1994-11-032-2/+7
* Conversion of autoconfigury to Autoconf V2Mark Eichin1994-10-266-8/+8
* Use the srand48/lrand48 functions if availableTheodore Tso1994-10-243-23/+40
* Don't use LDFLAGS, but CCFLAGS since CCFLAGS is configurableTheodore Tso1994-10-192-2/+6
* * raw-des.c (mit_raw_des_decrypt_func): ditto.Mark Eichin1994-10-183-4/+8
* * des-crc.c (mit_des_crc_decrypt_func): cast key->key->contents toMark Eichin1994-10-182-2/+8
* Move the various flavors of cryptosystem support -- raw des, des-md5, des-crcTheodore Tso1994-10-143-0/+478
* Add support for the new cryptosystem DES/MD5Theodore Tso1994-10-143-4/+31
* Remove declarations of the cryptosystem specific structures toTheodore Tso1994-10-147-350/+25
* Cast char pointer to the expected unsigned char pointer, since that'sTheodore Tso1994-10-142-3/+9
* Remove symlinked files on make cleanTheodore Tso1994-10-142-0/+7
* No point putting RFC's in the krb5 sourcesTheodore Tso1994-10-132-2052/+0
* Add support for the MDx test driver t_mddriver. Run t_mddriver on aTheodore Tso1994-10-132-1/+20
* Add support for the MDx test driver t_mddriver. Run t_mddriver on aTheodore Tso1994-10-133-3/+339
* Add the UL macro to control how unsigned long constants are compiled.Theodore Tso1994-10-134-74/+100
* Run crctest on a "make check". Clean up the crctest program on aTheodore Tso1994-10-122-0/+11
* Make sure the "make check" programs are cleaned up on a "make clean"Theodore Tso1994-10-072-5/+6
* Add recursive "make check" targetTheodore Tso1994-10-072-0/+5
* Take out check that assures that long is 4 bytes. The DESTheodore Tso1994-10-062-6/+7
* Added placeholder for magic numberTheodore Tso1994-10-044-0/+13
* Add structure magic numbersTheodore Tso1994-10-043-0/+7
* Reserve space for the structure magic numbersTheodore Tso1994-10-042-0/+5
* Make install obey $(DESTDIR)Theodore Tso1994-10-042-2/+6
* Removed MIT DES filesTheodore Tso1994-09-305-599/+3