summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Collapse)Author
2005-12-06Fix from HEAD.Dr. Stephen Henson
2005-12-05Various zlib related fixes and enhancements.Dr. Stephen Henson
2005-11-06Update VC++ build engine to include supported engine DLL builds.Dr. Stephen Henson
2005-10-25Fix typos in macos x targets [from HEAD].Andy Polyakov
2005-10-19Add rudimentary aix64-gcc target [from HEAD].Andy Polyakov
Submitted by: Stefan Neis
2005-08-02Typo in OSF1 platform name.Andy Polyakov
2005-07-23Remove BN_CTX_DEBUG from the normal debug build flags (it's too noisyNils Larsch
to be really useful for 'normal' debugging). Disable EC_GROUP_precompute_mult for the nist curves in ectest.c as it causes problems when libefence is used.
2005-07-04To secure Win64 API I'm throwing in this minimalistic Win64 support.Andy Polyakov
2005-06-26Unify some SCO targets [from HEAD].Andy Polyakov
2005-06-26Configure/TABLE update from HEAD.Andy Polyakov
2005-06-23Configure update for Stratus VOS.Richard Levitte
PR: 1129
2005-06-23Darwin specific update from HEAD.Andy Polyakov
2005-06-23IRIX upadte from HEAD.Andy Polyakov
2005-06-22no-asm didn't prevent make from compiling assembler modules [from HEAD].Andy Polyakov
2005-06-18Move the definition of DEVRANDOM for DJGPP from Configure to e_os.h.Richard Levitte
That should solve the issues with propagating it through the Makefiles. PR: 1110
2005-06-13Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PRRichard Levitte
1107. He says: This is a followup to the NetWare patch that was applied to beta3. It does the following: - Fixes a problem in the CLib build with undefined symbols. - Adds the ability to use BSD sockets as the default for the OpenSSL socket BIO. NetWare supports 2 flavors of sockets and our Apache developers need BSD sockets as a configurable option when building OpenSSL. This adds that for them. - Updates to the INSTALL.NW file to explain new options. I have tried very hard to make sure all the changes are in NetWare specific files or guarded carefully to make sure they only impact NetWare builds. I have tested the Windows build to make sure it does not break that since we have made changes to mk1mf.pl. We are still working the gcc cross compile for NetWare issue and hope to have a patch for that before beta 6 is released.
2005-06-13Show what the offending target was.Richard Levitte
PR: 1108
2005-06-12replace the deprecated "-m486" gcc option with "-march=i486"Nils Larsch
PR: 1049
2005-06-05gcc 2.95.3 on Ultrix supports long long.Richard Levitte
PR: 1091
2005-06-05Correct typo ia64.o -> bn-ia64.o.Richard Levitte
PR: 1094
2005-06-05Add support for the new Intel compiler, icc.Richard Levitte
Submitted by Keith Thompson <kst@sdsc.edu> PR: 1095
2005-06-05Updated support for NetWare, submitted by Verdon Walker <VWalker@novell.com>.Richard Levitte
PR: 1098
2005-05-31Zap sco3.Andy Polyakov
Submitted by: Tim Rice
2005-05-18Engage Applink in mingw. [from HEAD]Andy Polyakov
2005-05-17Disclaim 16-bit support.Andy Polyakov
2005-05-15Simplify shared rules, link run-path into applications only.Andy Polyakov
2005-05-03Engage md5-x86_64 assembler module.Andy Polyakov
2005-05-03Rename amd64 modules to x86_64 and update RC4 implementation.Andy Polyakov
2005-04-27Update default dependency flags.Dr. Stephen Henson
2005-04-26Add DTLS support.Ben Laurie
2005-04-23Add debug target, remove cast, note possible bug.Ben Laurie
2005-04-21Don't use standard kerberos library locations in MK1MF builds.Dr. Stephen Henson
Fix typo in mk1mf.pl
2005-04-19New "algorithm define" OPENSSL_NO_GMP. Update mkdef.pl and Configure scriptDr. Stephen Henson
to use it.
2005-04-19Update year.Dr. Stephen Henson
2005-04-13Final touch to mingw shared.Andy Polyakov
2005-04-13Final(?) touches to mingw shared support.Andy Polyakov
2005-04-13Parameterize do_solaris rules in Makefile.shared.Andy Polyakov
2005-04-07Harmonize cygwin/mingw and VC targets.Andy Polyakov
2005-04-04Extend Solaris x86 support to amd64.Andy Polyakov
2005-03-30Blow away Makefile.ssl.Ben Laurie
2005-03-19typoUlf Möller
2005-03-13It seems that Configure revision 1.404 broke "make depend" by hidingBodo Möller
from it which algorithms were disabled. With these new changes, "make depend" will properly take into account algorithms that are skipped.
2005-03-12Cygwin to use DSO_FLFCN and mingw to use DSO_WIN32.Andy Polyakov
2005-03-02In addition to RC5, also exclude MDC2 from compilation unlessBodo Möller
the algorithm is explicitly requested.
2005-02-22Change ./Configure so that certain algorithms can be disabled by default.Bodo Möller
This is now the case for RC5. As a side effect, the OPTIONS in the Makefile will usually look a little different now, but they are essentially only for information anyway.
2005-02-06This patch was "ignited" by OpenBSD 3>=4 support. They've switched to ELFAndy Polyakov
and GNU binutils, but kept BSD make... And I took the opportunity to unify other targets to this common least denominator...
2005-01-24./Configure to respect $thread_cflag variable.Andy Polyakov
2005-01-24Fold a bunch of linux and *BSD targets into [linux|BSD]-generic[32|64].Andy Polyakov
Idea is to provide unified "fall-down" case for all rare platforms out there. ./config is free to enable some optimizations, such as endianness specification, specific -mcpu flags...
2005-01-21linux-arm target update.Andy Polyakov
PR: 991
2005-01-20linux-parisc update.Andy Polyakov
PR: 990 Submitted by: Mike Frysinger <vapier@gentoo.org>