summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
AgeCommit message (Collapse)Author
2011-10-12Remove o_init.o special case from Makefile: this doesn't work.Dr. Stephen Henson
2011-09-05make updateBodo Möller
2011-05-19Implement FIPS_mode and FIPS_mode_setDr. Stephen Henson
2011-04-01Add additional OPENSSL_init() handling add dummy call to (hopefully)Dr. Stephen Henson
ensure OPENSSL_init() is always linked into an application.
2011-04-01Provisional support for auto called OPENSSL_init() function. This can beDr. Stephen Henson
used to set up any appropriate functions such as FIPS callbacks without requiring an explicit application call.
2011-03-24make updateRichard Levitte
2011-03-12Add SRP support.Ben Laurie
2011-02-21Update dependencies.Dr. Stephen Henson
2011-02-21Make fipscanisteronly build only required files.Dr. Stephen Henson
2011-02-19Move gcm128_context definition to modes_lcl.h (along with some relatedDr. Stephen Henson
definitions) so we can use it in EVP GCM code avoiding need to allocate it.
2011-02-03Rename crypto/fips_err.c to fips_ers.c to avoid clash with other fips_err.cDr. Stephen Henson
2011-02-03Add FIPS error codes.Dr. Stephen Henson
2011-02-03make updateBodo Möller
2011-01-27Move locking and thread ID functions into new files lock.c and thr_id.c,Dr. Stephen Henson
redirect locking to minimal FIPS_lock() function where required.
2011-01-26Use ARX in crypto/MakefileDr. Stephen Henson
2010-07-26Replace alphacpuid.s with alphacpuid.pl to ensure it makes to release tar-balls.Andy Polyakov
PR: 2309
2009-12-27Throw in more PA-RISC assembler.Andy Polyakov
2009-12-27Switch to new uplink assembler.Andy Polyakov
2009-04-07Changes from 1.0.0-stable.Dr. Stephen Henson
2008-12-29Styling update to makefiles: $() to denote make substitutions and $${} -Andy Polyakov
shell ones.
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
sha1_block_data_order when hashing short messages. Move OPENSSL_cleanse to "cpuid" assembler module and gain 2x.
2006-10-24Further mingw build procedure updates.Andy Polyakov
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-04-06Initial definitions and a few functions for EVP_PKEY_METHOD: an extensionDr. Stephen Henson
of the EVP routines to public key algorithms.
2006-03-22Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions toDr. Stephen Henson
initialize it. Initial support for application added public key ASN1.
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
was not executed. It doesn't excuse user from running 'make clean', it simply avoids process table exhaustion. PR: 1236 Submitted by: Michael Richardson
2005-11-06Eliminate crypto/tmdiff.[ch].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-05-21Propagate BUILDENV into subdirectories.Ben Laurie
2005-05-18Engage Applink in mingw. Note that application-side module is notAndy Polyakov
compiled into *our* aplpications. That's because mingw is always consistent with itself. Having library-side code linked into .dll makes it possible to deploy the .dll with user-code compiled with another compiler [which is pretty much the whole point behind Applink].
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-03Rename amd64 modules to x86_64 and update RC4 implementation.Andy Polyakov
2005-04-26Add DTLS support.Ben Laurie
2005-03-30Blow away Makefile.ssl.Ben Laurie