summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Collapse)Author
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
2007-12-16Avoid aliasing warning.Dr. Stephen Henson
2007-11-20Update debug-steve targets.Dr. Stephen Henson
2007-10-01Switch to bn-s390x (it's faster on keys longer than 512 bits) and mentionAndy Polyakov
s390x assembler pack in CHANAGES.
2007-09-27Yet another ARM update. It appears to be more appropriate to makeAndy Polyakov
developers responsible for -march choice.
2007-09-27Move -march=armv4t to ./config.Andy Polyakov
2007-09-27Minor ARMv4 update.Andy Polyakov
2007-09-27ARMv4 assembler pack.Andy Polyakov
2007-09-16BSD run-time linkers apparently demand RPATH on .so objects.Andy Polyakov
PR: 1381
2007-09-14Engage new x86 assembler modules.Andy Polyakov
2007-09-14More Intel cc fix-ups.Andy Polyakov
2007-08-30Unify RC4 settings among darwin platforms.Andy Polyakov
2007-08-30Add darwin64-x86_64-cc target.Andy Polyakov
2007-08-29Improve cache locality in linux64-sparcv9.Andy Polyakov
2007-08-28Make naming more consistent.Andy Polyakov
2007-08-28Make room for Camellia assembler.Andy Polyakov
2007-08-26IRIX and Tru64 platform updates.Andy Polyakov
2007-07-31MacOS X update.Andy Polyakov
2007-07-31Proper support for shared build under MacOS X.Andy Polyakov
2007-07-24Configure update from 098.Andy Polyakov
2007-07-24Update debug-steveDr. Stephen Henson
2007-05-28AES_set_[en|de]crypt_key for s390x.Andy Polyakov
2007-05-15Throw in ppccpuid module.Andy Polyakov
2007-05-15Add alphacpuid.sAndy 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.
2007-05-04Engage SHA for sparcv9.Andy Polyakov
2007-04-30Typo in s390x_asm.Andy Polyakov
2007-04-30Engage s390x assembler modules.Andy Polyakov
2007-04-02RC4_set_key for x86_64 and Core2 optimization.Andy Polyakov
PR: 1447
2007-04-01Reserve for assembler implementation of RC4_set_key and implement x86 one.Andy Polyakov
2007-03-25Allow shared builds for aix[64]-gcc targets.Andy Polyakov
2007-03-25aix[64]-cc config lines update.Andy Polyakov
2007-03-20Remove obsolete comment.Andy Polyakov
2007-03-20Various PowerPC config updates.Andy Polyakov
2006-12-08Engage alpha-mont module. Actually verified on Tru64 only.Andy Polyakov