summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* removed unneeded #include of wordsize.hTheodore Tso1995-04-202-1/+4
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-147-0/+300
* Windows global stuff:Keith Vetter1995-04-1437-101/+135
* Chasing an elusive nmake bugKeith Vetter1995-03-292-0/+6
* Bring in portability fixes from Cygnus K4 releaseJohn Gilmore1995-03-287-58/+93
* * Makefile.in (memmove.c): memmove.c is in krb5/posix, not krb5/osMark Eichin1995-03-252-2/+6
* Use $(SRCTOP) instead of $(srcdir), since Mac's don't like dealingTheodore Tso1995-03-242-6/+11
* Repair some makefile changes which broke the PC buildKeith Vetter1995-03-222-3/+12
* Fix rules for localdr.c, ustime.c, and memmove.c so that theyTheodore Tso1995-03-182-6/+11
* * Makefile.in (LDFLAGS): Eliminate, comes in from pre.in.John Gilmore1995-03-172-9/+14
* * Makefile.in (LDFLAGS): Remove, conflicts with pre.in.John Gilmore1995-03-172-11/+12
* * Makefile.in (CFLAGS): Tweak for Unix->MPW converter.John Gilmore1995-03-172-10/+13
* * Makefile.in (LDFLAGS): Remove, conflicts with pre.in.John Gilmore1995-03-173-7/+19
* * Makefile.in (crctest, crctest.exe): Replace crctest-unix andJohn Gilmore1995-03-172-5/+10
* * Makefile.in (CFLAGS): Avoid continuation line that starts withJohn Gilmore1995-03-172-5/+13
* Added 3 new files and changed the makefile in lib to be able to make a DLLKeith Vetter1995-03-162-16/+21
* Two changes in the crypto directory: 1) 16 vs 32 bit errors in DES and 2)Keith Vetter1995-03-1516-210/+85
* 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