aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* RT3497: Fix; don't remove header filesRich Salz2014-12-151-1/+0
| | | | | | | | | Doing 'config ; make clean' broke because clean removed header files that normal build didn't create. So don't remove those files. Hopefully will be better addressed by Geoff's no-symlinks patch. Reviewed-by: Matt Caswell <matt@openssl.org>
* make updateMatt Caswell2014-12-111-4/+4
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* RT3497: Clean up "dclean" targetsRich Salz2014-12-111-1/+1
| | | | | | | | Some Makefiles had actions for "dclean" that really belonged to the "clean" target. This is wrong because clean ends up, well, not really cleaning everything. Reviewed-by: Richard Levitte <levitte@openssl.org>
* Prepare for bn opaquify. Implement internal helper functions.Matt Caswell2014-12-081-1/+1
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Add constant_time_locl.h to HEADERS,Tim Hudson2014-10-151-1/+2
| | | | | | | | | so the Win32 compile picks it up correctly. Reviewed-by: Richard Levitte <levitte@openssl.org> Conflicts: crypto/Makefile
* Harmonize Tru64 and Linux make rules.Andy Polyakov2014-09-201-2/+2
| | | | | RT: 3333,3165 Reviewed-by: Rich Salz <rsalz@openssl.org>
* Constant-time utilitiesEmilia Kasper2014-08-281-0/+1
| | | | | | Pull constant-time methods out to a separate header, add tests. Reviewed-by: Bodo Moeller <bodo@openssl.org>
* make dependDr. Stephen Henson2014-02-191-2/+4
|
* Move gmtime functions to crypto.h.Ben Laurie2014-02-191-1/+1
|
* Reverse export of o_time.h.Ben Laurie2014-02-191-2/+2
|
* Move the SCT List extension parser into libssl.Rob Stradling2014-02-191-2/+2
| | | | Add the extension parser in the s_client, ocsp and x509 apps.
* Make Makefiles OSF-make-friendly.Andy Polyakov2013-11-121-1/+3
| | | | PR: 3165
* Override local vars for MINFO build.Ben Laurie2013-03-041-1/+1
|
* Remove o_init.o special case from Makefile: this doesn't work.Dr. Stephen Henson2011-10-121-17/+0
|
* make updateBodo Möller2011-09-051-12/+19
|
* Implement FIPS_mode and FIPS_mode_setDr. Stephen Henson2011-05-191-2/+2
|
* Add additional OPENSSL_init() handling add dummy call to (hopefully)Dr. Stephen Henson2011-04-011-1/+9
| | | | ensure OPENSSL_init() is always linked into an application.
* Provisional support for auto called OPENSSL_init() function. This can beDr. Stephen Henson2011-04-011-2/+9
| | | | | used to set up any appropriate functions such as FIPS callbacks without requiring an explicit application call.
* make updateRichard Levitte2011-03-241-6/+12
|
* Add SRP support.Ben Laurie2011-03-121-12/+6
|
* Update dependencies.Dr. Stephen Henson2011-02-211-5/+12
|
* Make fipscanisteronly build only required files.Dr. Stephen Henson2011-02-211-0/+7
|
* Move gcm128_context definition to modes_lcl.h (along with some relatedDr. Stephen Henson2011-02-191-1/+1
| | | | | definitions) so we can use it in EVP GCM code avoiding need to allocate it.
* Rename crypto/fips_err.c to fips_ers.c to avoid clash with other fips_err.cDr. Stephen Henson2011-02-031-2/+2
|
* Add FIPS error codes.Dr. Stephen Henson2011-02-031-2/+2
|
* make updateBodo Möller2011-02-031-0/+14
|
* Move locking and thread ID functions into new files lock.c and thr_id.c,Dr. Stephen Henson2011-01-271-2/+2
| | | | redirect locking to minimal FIPS_lock() function where required.
* Use ARX in crypto/MakefileDr. Stephen Henson2011-01-261-1/+1
|
* Replace alphacpuid.s with alphacpuid.pl to ensure it makes to release tar-balls.Andy Polyakov2010-07-261-0/+2
| | | | PR: 2309
* Throw in more PA-RISC assembler.Andy Polyakov2009-12-271-6/+5
|
* Switch to new uplink assembler.Andy Polyakov2009-12-271-2/+2
|
* Changes from 1.0.0-stable.Dr. Stephen Henson2009-04-071-2/+2
|
* Styling update to makefiles: $() to denote make substitutions and $${} -Andy Polyakov2008-12-291-2/+2
| | | | shell ones.
* Update make rules for x86_64 assembler pack.Andy Polyakov2008-11-121-1/+1
|
* AIX build updates.Andy Polyakov2008-09-121-1/+1
|
* Unify ppc assembler make rules.Andy Polyakov2008-01-131-3/+1
|
* Unify x86 perlasm make rules.Andy Polyakov2008-01-111-8/+2
|
* Engage x86 assembler in Mac OS X build.Andy Polyakov2007-12-181-0/+2
|
* Fix for asm/no-asm on WIN32.Dr. Stephen Henson2007-08-131-0/+1
|
* Make ppccpuid AIX friendly.Andy Polyakov2007-07-301-1/+3
|
* Throw in ppccpuid module.Andy Polyakov2007-05-151-0/+1
|
* Profiling revealed that OPENSSL_cleanse consumes *more* CPU time thanAndy Polyakov2007-05-141-1/+1
| | | | | sha1_block_data_order when hashing short messages. Move OPENSSL_cleanse to "cpuid" assembler module and gain 2x.
* Further mingw build procedure updates.Andy Polyakov2006-10-241-4/+7
|
* improve make dclean to remove files generated during buildUlf Möller2006-04-111-0/+1
| | | | | | PR: 1308 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
* Initial definitions and a few functions for EVP_PKEY_METHOD: an extensionDr. Stephen Henson2006-04-061-1/+1
| | | | of the EVP routines to public key algorithms.
* Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions toDr. Stephen Henson2006-03-221-1/+1
| | | | initialize it. Initial support for application added public key ASN1.
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
|
* Throw in comment so that one doesn't get tempted to optimize it away.Andy Polyakov2005-11-091-1/+1
|
* Avoid end-less loop when libcrypto.a is manually deleted, but 'make clean'Andy Polyakov2005-11-091-2/+4
| | | | | | | was not executed. It doesn't excuse user from running 'make clean', it simply avoids process table exhaustion. PR: 1236 Submitted by: Michael Richardson