summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed MIT DES implementation; only use Fergeson DESTheodore Tso1994-09-3019-1893/+153
* Fix typo in comment. (Silly spelling mistake)Theodore Tso1994-09-231-1/+1
* stamp out rcs keywordsMark Eichin1994-08-1841-237/+38
* fix time includesMark Eichin1994-08-171-1/+4
* time.hMark Eichin1994-08-141-0/+5
* gcc -Wall: clean up trash following #endifs..Mark Eichin1994-08-121-1/+1
* stamp..Mark Eichin1994-08-092-186/+0
* Stamp Out Imake in Our Lifetimes..Mark Eichin1994-08-094-135/+0
* oops forgot to look for install programTom Yu1994-08-042-0/+3
* make install fixesTom Yu1994-08-042-2/+5
* Reduced Makefile.in, using pre/postMark Eichin1994-07-026-140/+0
* * configure.in (in all relevant subdirs): move invokations ofTom Yu1994-06-271-1/+1
* changes to fix make installTom Yu1994-06-252-3/+20
* * cs_entry.c: oops typo in that last oneTom Yu1994-06-232-1/+3
* * grrr.... ETYPE_DES_CBC_CRC really should be ETYPE_RAW_DES_CBC,Tom Yu1994-06-232-1/+8
* improve clean rulesMark Eichin1994-06-235-0/+16
* test DONE for emptiness before usingMark Eichin1994-06-221-5/+7
* Tue Jun 21 17:46:53 1994 Mark Eichin (eichin at cygnus.com)Mark Eichin1994-06-216-0/+6
* Fixed encryption type in the raw DES structureTheodore Tso1994-06-211-1/+1
* support to allow --with-ccopts=Tom Yu1994-06-2112-0/+12
* Fri Jun 17 19:54:00 1994 Mark Eichin (eichin at cygnus.com)Mark Eichin1994-06-186-6/+6
* support to calculate BUILDTOP in makeaclocalsTom Yu1994-06-1712-6/+12
* Fix typo in the entry for the raw DES encryption. It should really beTheodore Tso1994-06-161-1/+1
* fixes for srcdir, LEX testsMark Eichin1994-06-151-3/+3
* use LSBFIRST and MSBFIRST to detect which version of DES we're using.Mark Eichin1994-06-101-0/+26