summaryrefslogtreecommitdiffstats
path: root/Makefile.org
AgeCommit message (Collapse)Author
2012-04-22check correctness of errors before updating them so we don't get bogus ↵Dr. Stephen Henson
errors added
2012-04-19Makefile.org: clear yet another environment variable [from HEAD].Andy Polyakov
PR: 2793
2012-02-12PR: 2713Dr. Stephen Henson
Submitted by: Tomas Mraz <tmraz@redhat.com> Move libraries that are not needed for dynamic linking to Libs.private in the .pc files
2011-12-27make error code checking strictDr. Stephen Henson
2011-11-14Configure, etc.: engage additional assembler modules.Andy Polyakov
2011-06-18Don't add trailing slash to FIPSDIR: it causes problems with Windows builds.Dr. Stephen Henson
2011-06-14typoDr. Stephen Henson
2011-06-14Use include dir when copiling fips_premain_dso.Dr. Stephen Henson
2011-06-03Backport CMAC support from HEAD.Dr. Stephen Henson
2011-05-26Use || instead of && so build doesn't fail.Dr. Stephen Henson
2011-05-26Support shared library builds of FIPS capable OpenSSL, add fipscanister.oDr. Stephen Henson
to libcrypto.a so linking to libcrypto.a works.
2011-05-26The first of many changes to make OpenSSL 1.0.1 FIPS capable.Dr. Stephen Henson
Add static build support to openssl utility. Add new "fips" option to Configure. Make use of installed fipsld and fips_standalone_sha1 Initialise FIPS error callbacks, locking and DRBG. Doesn't do anything much yet: no crypto is redirected to the FIPS module. Doesn't completely build either but the openssl utility can enter FIPS mode: which doesn't do anything much either.
2011-03-16Add SRP.Ben Laurie
2010-01-27Some shells print out the directory name if CDPATH is set breaking theDr. Stephen Henson
pod2man test. Use ./util instead to avoid this.
2010-01-16PR: 2135Dr. Stephen Henson
Submitted by: Mike Frysinger <vapier@gentoo.org> Change missed references to lib to $(LIBDIR)
2009-10-15Fixes to CROSS_COMPILE, don't override command line option from environmentDr. Stephen Henson
2009-08-26PR: 2015Dr. Stephen Henson
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Approved by: steve@openssl.org Define LIBDIR properly.
2009-08-10PR: 2003Dr. Stephen Henson
Make it possible to install OpenSSL in directories with name other than "lib" for example "lib64". Based on patch from Jeremy Utley.
2009-08-05Update from HEAD.Dr. Stephen Henson
2009-04-23Make no-gost work properly.Dr. Stephen Henson
2009-04-06PR: 1890Dr. Stephen Henson
Submitted by: "Green, Paul" <Paul.Green@stratus.com> Approved by: steve@openssl.org Fixes to --with-zlib-include and --with-zlib-lib and init PRNG for VOS.
2009-04-06PR: 1899Dr. Stephen Henson
Submitted by: Doug Kaufman <dkaufman@rahul.net> Approved by: steve@openssl.org Mingw fixes.
2009-04-05Fix error codes.Dr. Stephen Henson
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.