summaryrefslogtreecommitdiffstats
path: root/Makefile.org
AgeCommit message (Collapse)Author
2009-02-19Make STORE an experimental feature.Richard Levitte
2009-02-10Add error checking to obj_xref.pl and add command line support for dataDr. Stephen Henson
file locations.
2008-12-30Styling update to makefiles: eliminate redundant pipes.Andy Polyakov
2008-12-29Styling update to makefiles: $() to denote make substitutions and $${} -Andy Polyakov
shell ones.
2008-12-23Engage crypto/modes.Andy Polyakov
2008-10-26Add JPAKE.Ben Laurie
2008-06-04More type-checking.Ben Laurie
2008-04-17Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke
PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
2008-03-12And so it begins...Dr. Stephen Henson
Initial support for CMS. Add zlib compression BIO. Add AES key wrap implementation. Generalize S/MIME MIME code to support CMS and/or PKCS7.
2008-01-11Unify x86 perlasm make rules.Andy Polyakov
2008-01-05Compensate for BSDi shell bug.Andy Polyakov
2007-09-07Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson
Fix additional gcc 4.2 value not used warnings.
2007-08-28Make naming more consistent.Andy Polyakov
2007-08-28Make room for Camellia assembler.Andy Polyakov
2007-06-04Avoid use of function pointer casts in pem library. Modify safestack toDr. Stephen Henson
always use inline functions.
2007-04-23Add SEED encryption algorithm.Bodo Möller
PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller
2006-10-24Further mingw build procedure updates.Andy Polyakov
2006-10-21Make c_rehash more platform neutral and make it work in mixed environment,Andy Polyakov
such as MSYS with "native" Win32 perl.
2006-10-21Rudimentary support for cross-compiling.Andy Polyakov
2006-06-09Camellia cipher, contributed by NTTBodo Möller
Submitted by: Masashi Fujita Reviewed by: Bodo Moeller
2006-04-19Make sure obj_xref.h is updated during a "make update"Richard Levitte
2006-04-11manual pages as HTMLUlf Möller
Submitted by: Oliver Tappe <zooey@hirschkaefer.de>
2006-04-11improve make dclean to remove files generated during buildUlf Möller
PR: 1308 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller
and response verification. Submitted by: Zoltan Glozik <zglozik@opentsa.org> Reviewed by: Ulf Moeller
2006-02-10Document the building macros.Richard Levitte
2006-02-10As an effect of revisions 1.261, BUILD_CMD was changed so $(DIRS)Richard Levitte
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.
2006-01-03Make sure that after the change from revision 1.261,Bodo Möller
it's still possible to do a partial build.
2005-12-16Engage Whirlpool assembler and mention Whirlpool in CHANGES.Andy Polyakov
2005-12-05Update from 0.9.8-stable.Dr. Stephen Henson
2005-11-28Whirlpool hash implementation. The fact that subdirectory and .h file areAndy Polyakov
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...
2005-10-25Fix install problems on MacOS X and HP-UX.Andy Polyakov
PR: 1218,1185
2005-07-05Add libcrypto.pc and libssl.pc, and install them along with openssl.pc.Richard Levitte
PR: 1143
2005-06-26Minor (final?) Makefiles polish.Andy Polyakov
2005-06-23HP-UX specific updates to Makefile.org and Makefile.shared.Andy Polyakov
2005-06-23Jumbo Makfiles update.Andy Polyakov
- 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].
2005-06-20Add crypto/bn/bn_prime.h to the collection of generated files. In theRichard Levitte
update target, place the dependency on depend last, so all necessary files are generated *before* the dependencies are figured out. PR: 1121
2005-06-19With DJGPP, it seems like the return code from grep, even when in theRichard Levitte
middle of a pipe, is noted. Counter that by forcing a true return code when the return code has no importance. PR: 1085
2005-06-06Pass INSTALL_PREFIX in BUILDENV.Richard Levitte
PR: 1100
2005-05-21Patches for Cygwin, provided by Corinna Vinschen <vinschen@redhat.com>Richard Levitte
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
[most importantly] put back dependencies accidentaly eliminated in check-in #13342.
2005-05-16Further BUILDENV clean-up, 'make depend' is operational again.Andy Polyakov
2005-05-15Consolidate BUILDENV [idea is to keep all variables in one place].Andy Polyakov
2005-05-09Update util/ck_errf.pl script, and have it run automaticallyBodo Möller
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.
2005-04-30Cygwin/mingw sync with stable.Andy Polyakov
2005-04-30Fold rules in test/Makefiles [from stable].Andy Polyakov
2005-04-26Add DTLS support.Ben Laurie
2005-04-24Flag changes in Configure and config, too.Ben Laurie
Update dependencies.
2005-03-30Make tags target useful.Ben Laurie
2005-03-30Blow away Makefile.ssl.Ben Laurie
2005-02-06This patch was "ignited" by OpenBSD 3>=4 support. They've switched to ELFAndy Polyakov
and GNU binutils, but kept BSD make... And I took the opportunity to unify other targets to this common least denominator...