summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Collapse)Author
2009-05-15Update from 1.0.0-stable.Dr. Stephen Henson
2009-05-06Update from 1.0.0-stable branch.Dr. Stephen Henson
2009-05-06Fix from 1.0.0-stable.Dr. Stephen Henson
2009-05-03Make it possible to compile CAPI engine under mingw64.Andy Polyakov
2009-05-02Engage cmll-x86_64.pl in Win64 build and make it compile correctly.Andy Polyakov
2009-04-27Intel AES-NI engine.Andy Polyakov
Submitted by: Huang Ying
2009-04-26Update from 1.0.0-stable.Dr. Stephen Henson
2009-04-23Merge from 1.0.0-stable branch.Dr. Stephen Henson
2009-04-07Changes from 1.0.0-stable.Dr. Stephen Henson
2009-04-06Updates from 1.0.0-stableDr. Stephen Henson
2009-02-19Make STORE an experimental feature.Richard Levitte
2009-02-15Make no-engine work again.Dr. Stephen Henson
2009-02-15Use new common flags and fix resulting warnings.Ben Laurie
2009-02-11RC4 for s390x.Andy Polyakov
2009-02-09s390x assembler pack update.Andy Polyakov
2009-02-09Reserve for "multilib" suffix, the one allowing to perform multi-ABIAndy Polyakov
installations. It's not enabled in Makefiles yet.
2009-01-18Allow CC to be overridden.Ben Laurie
2009-01-11Add CRYPTO_MDEBUG_ABORT to abort() is there are any memory leaks. This willDr. Stephen Henson
cause "make test" failures and make resource leaks more obvious.
2009-01-11Add a set of standard gcc warning options which are designed to be theDr. Stephen Henson
minimum requirement for committed code. Added to debug-steve* config targets for now.
2008-12-29Update steve-debug* options.Dr. Stephen Henson
2008-12-22Incidentally http://cvs.openssl.org/chngview?cn=17710 also made it possibleAndy Polyakov
to build the library without -D_CRT_NONSTDC_NO_DEPRECATE. This commit expands it even to apps catalog and actually omits the macro in question from Configure.
2008-12-19make depend to work with cross-gcc, compensate for msys glitch.Andy Polyakov
PR: 1753 Submitted by: Alon Bar-Lev
2008-12-16no-asm didn't exclude Camellia assembler.Andy Polyakov
2008-12-03Add Camellia assembler x86 and x86_64 modules.Andy Polyakov
2008-12-02Implement Configure option pattern "experimental-foo"Bodo Möller
(specifically, "experimental-jpake").
2008-11-24Update from stable-branch.Dr. Stephen Henson
2008-11-15Don't disable JPAKE by default in head...Dr. Stephen Henson
2008-11-14x86_64-xlate.pl update, engage x86_64 assembler in mingw64.Andy Polyakov
2008-11-14warnings (mostly)Bodo Möller
2008-11-12Oops...Dr. Stephen Henson
2008-11-12Update from stable branch.Dr. Stephen Henson
2008-11-12Configure update: clean-ups and most notably engage x86_64 assemblerAndy Polyakov
on MacOS X.
2008-11-11Update from stable branch.Dr. Stephen Henson
2008-11-03Add initial support for mingw64.Andy Polyakov
PR: 1693 Submitted by: Alon Bar-Lev
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie
2008-09-15from 0.9.8 branchBodo Möller
2008-09-12AIX build updates.Andy Polyakov
2008-07-10If --prefix="C:\foo\bar" is supplied to Configure for a windows target,Geoff Thorpe
then the backslashes need escaping to avoid being treated as switches in the auto-generated strings in opensslconf.h. Perl users are welcome to suggest a less hokey way of doing this ...
2008-05-01Montgomery-related minor cleanups/documentationBodo Möller
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-04-09Correct references to smime in cms app.Dr. Stephen Henson
2008-03-19Fork my debug configuration into 32-bit and 64-bit versions.Geoff Thorpe
2008-03-16Fix my debug-geoff configuration.Geoff Thorpe
2008-01-13Unify ppc assembler make rules.Andy Polyakov
2008-01-13Automate assembler support for Win64 targets (more work is needed).Andy Polyakov
2008-01-11Unify x86 perlasm make rules.Andy Polyakov
2008-01-11Automate assembler support in mk1mf even further.Andy Polyakov
2008-01-06Experimental support for import of more options from ConfigureDr. Stephen Henson
(via top level Makefile) into mk1mf builds. This avoids the need to duplicate the CFLAG handling and can auto build assembly language source files from perl scripts. Extend VC-WIN32 Configure entry to include new options.
2008-01-03Netware support.Dr. Stephen Henson
Submitted by: Guenter Knauf <eflash@gmx.net>
2007-12-18Engage x86 assembler in Mac OS X build.Andy Polyakov