aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
Commit message (Collapse)AuthorAgeFilesLines
* Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson2007-09-071-1/+4
| | | | Fix additional gcc 4.2 value not used warnings.
* Make naming more consistent.Andy Polyakov2007-08-281-2/+2
|
* Make room for Camellia assembler.Andy Polyakov2007-08-281-0/+1
|
* Avoid use of function pointer casts in pem library. Modify safestack toDr. Stephen Henson2007-06-041-4/+1
| | | | always use inline functions.
* Add SEED encryption algorithm.Bodo Möller2007-04-231-1/+1
| | | | | | PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller
* Further mingw build procedure updates.Andy Polyakov2006-10-241-0/+1
|
* Make c_rehash more platform neutral and make it work in mixed environment,Andy Polyakov2006-10-211-0/+1
| | | | such as MSYS with "native" Win32 perl.
* Rudimentary support for cross-compiling.Andy Polyakov2006-10-211-7/+11
|
* Camellia cipher, contributed by NTTBodo Möller2006-06-091-1/+1
| | | | | Submitted by: Masashi Fujita Reviewed by: Bodo Moeller
* Make sure obj_xref.h is updated during a "make update"Richard Levitte2006-04-191-1/+3
|
* manual pages as HTMLUlf Möller2006-04-111-0/+23
| | | | Submitted by: Oliver Tappe <zooey@hirschkaefer.de>
* improve make dclean to remove files generated during buildUlf Möller2006-04-111-1/+1
| | | | | | PR: 1308 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-121-1/+1
| | | | | | | and response verification. Submitted by: Zoltan Glozik <zglozik@opentsa.org> Reviewed by: Ulf Moeller
* Document the building macros.Richard Levitte2006-02-101-0/+13
|
* As an effect of revisions 1.261, BUILD_CMD was changed so $(DIRS)Richard Levitte2006-02-101-7/+11
| | | | | | | | wasn't respected when using it to build different parts of OpenSSL. 1.269 was an attempt to correct that, but unfortunately meant that we built every part that was given i $(DIRS) 7 times. This change puts back the original intent with BUILD_CMD via the new macro BUILD_ONE_CMD while keeping the intent with RECURSIVE_BUILD_CMD.
* Make sure that after the change from revision 1.261,Bodo Möller2006-01-031-7/+7
| | | | it's still possible to do a partial build.
* Engage Whirlpool assembler and mention Whirlpool in CHANGES.Andy Polyakov2005-12-161-0/+2
|
* Update from 0.9.8-stable.Dr. Stephen Henson2005-12-051-0/+4
|
* Whirlpool hash implementation. The fact that subdirectory and .h file areAndy Polyakov2005-11-281-1/+1
| | | | | | called whrlpool is not a typo, but a way to keep the names shorter than 8 characters. Remaining TODO list comprises adding OID, EVP, corresponding flag to apps/openssl dgst, benchmark, engage assembler...
* Fix install problems on MacOS X and HP-UX.Andy Polyakov2005-10-251-1/+1
| | | | PR: 1218,1185
* Add libcrypto.pc and libssl.pc, and install them along with openssl.pc.Richard Levitte2005-07-051-2/+32
| | | | PR: 1143
* Minor (final?) Makefiles polish.Andy Polyakov2005-06-261-1/+3
|
* HP-UX specific updates to Makefile.org and Makefile.shared.Andy Polyakov2005-06-231-4/+5
|
* Jumbo Makfiles update.Andy Polyakov2005-06-231-60/+40
| | | | | | | | | | - eliminate ambiguities between GNU-ish and SysV-ish make flavors; - switch [back] to -e; - fold/unify rules; This is follow-up to the patch introducing common BUILDENV. Idea is to collect as much parameters in $(TOP) as possible and "strip" lower Makefiles for most variables [and thus makes them more readable].
* Add crypto/bn/bn_prime.h to the collection of generated files. In theRichard Levitte2005-06-201-1/+5
| | | | | | | update target, place the dependency on depend last, so all necessary files are generated *before* the dependencies are figured out. PR: 1121
* With DJGPP, it seems like the return code from grep, even when in theRichard Levitte2005-06-191-4/+4
| | | | | | | middle of a pipe, is noted. Counter that by forcing a true return code when the return code has no importance. PR: 1085
* Pass INSTALL_PREFIX in BUILDENV.Richard Levitte2005-06-061-2/+3
| | | | PR: 1100
* Patches for Cygwin, provided by Corinna Vinschen <vinschen@redhat.com>Richard Levitte2005-05-211-5/+5
|
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-3/+5
| | | | | [most importantly] put back dependencies accidentaly eliminated in check-in #13342.
* Further BUILDENV clean-up, 'make depend' is operational again.Andy Polyakov2005-05-161-8/+8
|
* Consolidate BUILDENV [idea is to keep all variables in one place].Andy Polyakov2005-05-151-2/+6
|
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-0/+1
| | | | | | | | during "make errors" and thus during "make update". Fix lots of bugs that util/ck_errf.pl can detect automatically. Various others of these are still left to fix; that's why "make update" will complain loudly when run now.
* Cygwin/mingw sync with stable.Andy Polyakov2005-04-301-1/+1
|
* Fold rules in test/Makefiles [from stable].Andy Polyakov2005-04-301-5/+3
|
* Add DTLS support.Ben Laurie2005-04-261-1/+1
|
* Flag changes in Configure and config, too.Ben Laurie2005-04-241-2/+2
| | | | Update dependencies.
* Make tags target useful.Ben Laurie2005-03-301-7/+2
|
* Blow away Makefile.ssl.Ben Laurie2005-03-301-8/+7
|
* This patch was "ignited" by OpenBSD 3>=4 support. They've switched to ELFAndy Polyakov2005-02-061-86/+12
| | | | | and GNU binutils, but kept BSD make... And I took the opportunity to unify other targets to this common least denominator...
* Address run-time linker problems: LD_PRELOAD issue on multi-ABI platformsAndy Polyakov2005-02-011-25/+4
| | | | | | and SafeDllSearchMode in Windows. Submitted by: Richard Levitte
* Please BSD make...Andy Polyakov2005-01-251-1/+1
|
* Reserve for AES CBC assembler implementation...Andy Polyakov2005-01-181-1/+1
|
* Permit "monolithic" AES assembler implementations, i.e. such which wouldAndy Polyakov2005-01-091-1/+1
| | | | replace *whole* aes_core.c, not only AES_[de|en]crypt routines.
* Allow alternative manual sections to be embedded in .pod file comments.Dr. Stephen Henson2004-11-251-2/+2
|
* Cut'n'paste mistake. All tested OK now...Richard Levitte2004-11-111-2/+2
|
* Some find it confusing that environment variables are set when sharedRichard Levitte2004-11-111-19/+21
| | | | | libraries aren't built or used. I can see the point, so I'm reorganising a little for clarity.
* Make sure LD_PRELOAD is only set when we build shared libraries (andRichard Levitte2004-11-051-0/+8
| | | | | | | therefore link with them). Add LD_PRELOAD setting code where it was still missing. PR: 966
* 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>
* Add framework for yet another assembler module dubbed "cpuid." IdeaAndy Polyakov2004-07-261-4/+8
| | | | | | | | | | | is to have a placeholder to small routines, which can be written only in assembler. In IA-32 case this includes processor capability identification and access to Time-Stamp Counter. As discussed earlier OPENSSL_ia32cap is introduced to control recently added SSE2 code pathes (see docs/crypto/OPENSSL_ia32cap.pod). For the moment the code is operational on ELF platforms only. I haven't checked it yet, but I have all reasons to believe that Windows build should fail to link too. I'll be looking into it shortly...
* Build-n-link new IA-64 modules on Linux and HP-UX.Andy Polyakov2004-07-231-1/+1
|