aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cast
Commit message (Expand)AuthorAgeFilesLines
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+16
* make updateBodo Möller2005-05-161-15/+0
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Add DTLS support.Ben Laurie2005-04-261-0/+1
* Zap OPENSSL_EXTERN on symbols, which are not meant to be local to DLL.Andy Polyakov2005-04-131-13/+8
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-112-0/+4
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* This patch was "ignited" by OpenBSD 3>=4 support. They've switched to ELFAndy Polyakov2005-02-061-8/+3
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* Proper support for OpenBSD-i386 shared build, including assember modules!Andy Polyakov2004-08-291-3/+4
* OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted...Andy Polyakov2004-08-011-3/+3
* Clean-up GAS targets: get rid of "cpp" stuff and replace it with "purified"Andy Polyakov2004-08-011-13/+8
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Some more ASFLAGS settings requiredLutz Jänicke2003-12-011-0/+1
* Netware-specific changes,Richard Levitte2003-11-282-0/+6
* Ignore derived file.Geoff Thorpe2003-10-281-0/+1
* Make sure we get the definition of OPENSSL_NO_CAST.Richard Levitte2003-03-202-0/+3
* Unified targets for ELF assembler modules. Tested on Linux, Solaris andAndy Polyakov2003-01-031-9/+3
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-281-1/+3
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* make updateRichard Levitte2001-07-311-5/+5
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-5/+5
* Make sure OPENSSL_SYS_... is defined when we need it.Bodo Möller2001-04-031-2/+3
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* Code for better build under Darwin (MacOS X).Richard Levitte2001-03-071-1/+1
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-222-6/+6
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-202-6/+6
* Make all configuration macros available for application by makingRichard Levitte2001-02-194-10/+11
* If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcryptoRichard Levitte2000-12-311-0/+5
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* EVP constification.Ben Laurie2000-06-032-2/+2
* _lrotl and _lrotr are defined in MSVC but nowhere else that we knowRichard Levitte2000-04-011-1/+1
* Remove "Makefile.uni" files and some related stuff.Bodo Möller2000-03-141-124/+0
* Remove Win32 assembler files. They are always rebuilt (with someBodo Möller2000-03-131-953/+0
* asm workaround for SuSE LinuxUlf Möller2000-03-121-1/+1
* Add missing dependencies.Bodo Möller2000-03-021-1/+1
* Move CAST_S_tables to read-only segment.Andy Polyakov2000-02-152-16/+16
* ispell (and minor modifications)Ulf Möller2000-02-032-2/+2
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-301-1/+1
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-251-9/+9
* "make update" (added to top Makefile, and applied).Bodo Möller1999-06-091-6/+10
* Some pre-POSIX systems don't have unistd.h (but e.g. lib.c).Bodo Möller1999-06-092-12/+10
* Some assembler-related clean-ups.Bodo Möller1999-05-281-1/+1
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-212-11/+7
* Add a kludge :-(Bodo Möller1999-05-202-11/+12
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-202-12/+16
* OPENSSL_EXTERNBodo Möller1999-05-151-9/+9