summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
AgeCommit message (Expand)Author
2018-11-20make updateMatt Caswell
2018-09-27Merge 1.0.2 setuid calls to getenv(3) safety.Pauli
2018-08-01bn/bn_{mont|exp}.c: switch to zero-padded intermediate vectors.Andy Polyakov
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-01-13Make output from openssl version -f consistent with previous versionsMatt Caswell
2014-12-19Fix a problem if CFLAGS is too long cversion.c fails to compile when configMatt Caswell
2014-09-25Add constant_time_locl.h to HEADERS,Tim Hudson
2014-09-20Harmonize Tru64 and Linux make rules.Andy Polyakov
2014-08-28Constant-time utilitiesEmilia Kasper
2014-02-26crypto/Makefile: make it OSF-make-friendlyAndy Polyakov
2013-11-12Make Makefiles OSF-make-friendly.Andy Polyakov
2013-06-13Backport single makefile from master.Ben Laurie
2011-12-10typoDr. Stephen Henson
2011-11-14Mafiles updates to accomodate assembler update from HEAD.Andy Polyakov
2011-08-14Remove hard coded ecdsaWithSHA1 hack in ssl routines and check for RSADr. Stephen Henson
2011-08-04Backport GCM support from HEAD. Minimal support at present: no assemblyDr. Stephen Henson
2011-06-21Add FIPS error codes.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
2011-05-26The first of many changes to make OpenSSL 1.0.1 FIPS capable.Dr. Stephen Henson
2011-05-21LIBOBJ contained o_fips.c, now o_fips.o.Richard Levitte
2011-05-19Implement FIPS_mode and FIPS_mode_setDr. Stephen Henson
2010-07-26Replace alphacpuid.s with alphacpuid.pl to ensure it makes to release tar-bal...Andy Polyakov
2009-04-06PR: 1890Dr. Stephen Henson
2008-12-29Styling update to makefiles: $() to denote make substitutions and $${} -Andy Polyakov
2008-11-12Update make rules for x86_64 assembler pack.Andy Polyakov
2008-09-12AIX build updates.Andy Polyakov
2008-01-13Unify ppc assembler make rules.Andy Polyakov
2008-01-11Unify x86 perlasm make rules.Andy Polyakov
2007-12-18Engage x86 assembler in Mac OS X build.Andy Polyakov
2007-08-13Fix for asm/no-asm on WIN32.Dr. Stephen Henson
2007-07-30Make ppccpuid AIX friendly.Andy Polyakov
2007-05-15Throw in ppccpuid module.Andy Polyakov
2007-05-14Profiling revealed that OPENSSL_cleanse consumes *more* CPU time thanAndy Polyakov
2006-10-24Further mingw build procedure updates.Andy Polyakov
2006-04-11improve make dclean to remove files generated during buildUlf Möller
2006-04-06Initial definitions and a few functions for EVP_PKEY_METHOD: an extensionDr. Stephen Henson
2006-03-22Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions toDr. Stephen Henson
2006-02-04Update filenames in makefiles.Dr. Stephen Henson
2005-11-09Throw in comment so that one doesn't get tempted to optimize it away.Andy Polyakov
2005-11-09Avoid end-less loop when libcrypto.a is manually deleted, but 'make clean'Andy Polyakov
2005-11-06Eliminate crypto/tmdiff.[ch].Andy Polyakov
2005-06-23Jumbo Makfiles update.Andy Polyakov
2005-05-21Propagate BUILDENV into subdirectories.Ben Laurie
2005-05-18Engage Applink in mingw. Note that application-side module is notAndy Polyakov
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
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-03Rename amd64 modules to x86_64 and update RC4 implementation.Andy Polyakov
2005-04-26Add DTLS support.Ben Laurie