summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Collapse)Author
2011-03-12Add SRP support.Ben Laurie
2011-03-12Fix warning.Ben Laurie
2011-02-22Don't try and update c_rehash for fipscanisteronly builds.Dr. Stephen Henson
2011-02-21Remove debugging option.Dr. Stephen Henson
2011-02-17Update auto generated comment.Dr. Stephen Henson
2011-02-12Configure: engage assembler in Android target.Andy Polyakov
2011-02-11New "fispcanisteronly" build option: only build fipscanister.o andDr. Stephen Henson
associated utilities. This functionality will be used by the validated tarball.
2011-02-02Fix target config errors.Dr. Stephen Henson
2011-02-02Make no-asm work in fips mode. Add android platform.Dr. Stephen Henson
2011-01-30Add fips option into Configure, disable endian code for no-asm and FIPS.Dr. Stephen Henson
Make shared library default for fips.
2011-01-29add fiplibdir and basedir options to ConfigureDr. Stephen Henson
2011-01-29use different default fips install directoryDr. Stephen Henson
2011-01-29update version to 2.0Dr. Stephen Henson
2011-01-29don't descend fips directory if not in fips modeDr. Stephen Henson
2011-01-26Add fipscanisterbuild configuration option and update Makefile.org: doesn't ↵Dr. Stephen Henson
compile yet
2010-11-30Configure: make -mno-cygwin optional on mingw platforms.Andy Polyakov
PR: 2381
2010-11-29s390x assembler pack: adapt for -m31 build, see commentary in ConfigureAndy Polyakov
for more details.
2010-11-11Submitted By: Bogdan Harjoc <harjoc@gmail.com>Dr. Stephen Henson
Add missing debug WIN64 targets.
2010-10-22Configure: update mips[32|64]_asm lines.Andy Polyakov
2010-10-02MIPS assembler pack: enable it in Configure, add SHA2 module, fix make rules,Andy Polyakov
update commentary...
2010-09-10Configure: remove redundant -DMD32_REG_T=int.Andy Polyakov
2010-09-10Add ghash-s390x.pl.Andy Polyakov
2010-07-28Add Next Protocol Negotiation.Ben Laurie
2010-07-16Configure: suppress $multilib with non-system $prefix.Andy Polyakov
PR: 2307
2010-07-09Configure: fix aes_ctr.o regexp.Andy Polyakov
2010-07-09Rework framework for assembler support for AES counter mode and addAndy Polyakov
AES_ctr32_encrypt to aes-s390x.pl.
2010-06-01Configure: update mingw config-lines.Andy Polyakov
2010-05-03Add ghash-armv4.pl.Andy Polyakov
2010-04-28Add ghash-parisc.pl.Andy Polyakov
2010-04-22Take gcm128.c and ghash assembler modules into the build loop.Andy Polyakov
2010-04-15oops, commit Configure part of PR#2234Dr. Stephen Henson
2010-04-10sha1-alpha.pl: engage it in build.Andy Polyakov
2010-02-23Reserve for option to implement AES counter in assembler.Andy Polyakov
2010-01-19Enable PA-RISC assembler in Configure (feedback from PA-RISC 2.0 is stillAndy Polyakov
needed).
2010-01-19s390x assembler update: add support for run-time facility detection.Andy Polyakov
2010-01-06Add Montgomery multiplication module for IA-64.Andy Polyakov
2009-12-30Adapt mingw config for newer mingw environment. Note modified conditionalAndy Polyakov
compilation in e_capi.c. PR: 2113
2009-12-29Deploy multilib config-line parameter. It was added in February to allowAndy Polyakov
for kind of installation suggested in ticket #2003 from August. What it effectively does now, is arrange pre-configured default $libdir value. Note that it also fixes ENGINESDIR, i.e. harmonizes it with install path.
2009-12-27Switch to new uplink assembler.Andy Polyakov
2009-12-26ppc64-mont.pl: adapt for 32-bit and engage for all builds.Andy Polyakov
2009-12-09remove DEBUG_UNUSED from config for nowDr. Stephen Henson
2009-11-09Remove BF_PTR2 from configuration: it doesn't improve performance any more ↵Dr. Stephen Henson
and causes gcc warnings about arrays out of range
2009-10-28Don't replace whole AR lineDr. Stephen Henson
2009-10-28PR: 2081Dr. Stephen Henson
Submitted by: Mike Frysinger <vapier@gentoo.org> Approved by: steve@openssl.org Respect AR and RANLIB environment variables if set.
2009-10-28PR: 2080Dr. Stephen Henson
Submitted by: Mike Frysinger <vapier@gentoo.org> Approved by: steve@openssl.org Respect MAKE environment variable if set.
2009-10-18take install prefix from the environmentDr. Stephen Henson
2009-10-15Fixes to CROSS_COMPILE, don't override command line option from environmentDr. Stephen Henson
2009-10-15Rename CROSS_COMPILE_PREFIX to CROSS_COMPILEDr. Stephen Henson
2009-10-07Allow cross compilation prefix to come from CROSS_COMPILE environment variableDr. Stephen Henson
2009-09-23Add DEBUG_UNUSED to debug-steve* entriesDr. Stephen Henson