aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cast
Commit message (Collapse)AuthorAgeFilesLines
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
| | | | | | | | | | | | With no more symlinks, there's no need for those variables, or the links target. This also goes for all install: and uninstall: targets that do nothing but copy $(EXHEADER) files, since that's now taken care of by the top Makefile. Also, removed METHTEST from test/Makefile. It looks like an old test that's forgotten... Reviewed-by: Rich Salz <rsalz@openssl.org>
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-312-316/+0
| | | | | | | | | | | | | Rather than making include/openssl/foo.h a symlink to crypto/foo/foo.h, this change moves the file to include/openssl/foo.h once and for all. Likewise, move crypto/foo/footest.c to test/footest.c, instead of symlinking it there. Originally-by: Geoff Thorpe <geoff@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
* Dead code cleanup: #if 0 dropped from testsRich Salz2015-02-021-28/+0
| | | | Reviewed-by: Andy Polyakov <appro@openssl.org>
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-1/+0
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-3/+3
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-229-1217/+1228
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+1
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Remove all .cvsignore filesRich Salz2014-11-282-10/+0
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* crypto/cast/asm/cast-586.pl: +5% on PIII and remove obsolete readme.Andy Polyakov2014-10-012-10/+6
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* RT3549: Remove obsolete files in cryptoRich Salz2014-10-012-620/+0
| | | | Reviewed-by: Andy Polyakov <appro@openssl.org>
* Please Clang's sanitizer.Andy Polyakov2014-07-081-0/+2
| | | | PR: #3424,#3423,#3422
* Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson2011-01-261-1/+1
|
* Constify crypto/cast.Bodo Möller2009-12-221-2/+4
|
* Constify crypto/cast.Bodo Möller2009-12-225-16/+12
|
* Optimize CAST for size on 64-bit platforms. For reference, CAST_LONG beingAndy Polyakov2008-12-221-1/+1
| | | | | | unsigned long must be attributed to 16-bit support. As we don't support 16-bit platoforms anymore, there is no reason to waste twice required space on CAST S-boxes (16KB vs. 8KB) or key schedule.
* Ignore generated ASM.Ben Laurie2008-11-161-0/+1
|
* Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke2008-04-171-1/+1
| | | | | PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
* Unify x86 perlasm make rules.Andy Polyakov2008-01-111-11/+2
|
* Update perl asm scripts include paths for perlasm.Dr. Stephen Henson2008-01-051-1/+2
|
* Engage x86 assembler in Mac OS X build.Andy Polyakov2007-12-181-0/+2
|
* 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
| | | | | [most importantly] put back dependencies accidentaly eliminated in check-in #13342.
* 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
| | | | | and GNU binutils, but kept BSD make... And I took the opportunity to unify other targets to this common least denominator...
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
| | | | | | if $(EXHEADER) is empty. Notified by many, solution suggested by Carson Gaspar <carson@taltos.org>
* Proper support for OpenBSD-i386 shared build, including assember modules!Andy Polyakov2004-08-291-3/+4
| | | | "Proper" means "compiles and passes test." Versioning is broken (I think).
* 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
| | | | | | | | COFF and a.out targets [similar to ELF targets]. You might notice some rudementary support for shared mingw builds under cygwin. It works (it produces cryptoeay32.dll and ssleay32.dll with everything exported by name), but it's primarily for testing/debugging purposes, at least for now...
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
| | | | This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
* Some more ASFLAGS settings requiredLutz Jänicke2003-12-011-0/+1
| | | | | PR: #735 Submitted by: Tim Rice <tim@multitalents.net>
* Netware-specific changes,Richard Levitte2003-11-282-0/+6
| | | | | | PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte
* 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
| | | | FreeBSD. Goal is to extend support even to SCO5, UnixWare/OpenUnix...
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-281-1/+3
| | | | always give the expected result on some platforms.
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
| | | | | | | give it. For 0.9.7 and up, that means util/domd needs to remove those double dashes from the argument list when gcc is used to find the dependencies.
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
| | | | | handled properly. Part of PR 75
* 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
| | | | | | errors can be tolerated, hide the error from 'make'. This gives shorter output both if ranlib fails and if it works.
* Code for better build under Darwin (MacOS X).Richard Levitte2001-03-071-1/+1
| | | | Submitted by Brad Dominy <jdominy@darwinuser.org>
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-222-6/+6
| | | | | | | | and make all files the depend on it include it without prefixing it with openssl/. This means that all Makefiles will have $(TOP) as one of the include directories.