summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Collapse)Author
2004-07-11Integration of RC4 AMD64 module.Andy Polyakov
2004-07-01Stop compiler warnings with debug-steveDr. Stephen Henson
2004-06-28Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte
PR: 499
2004-06-28NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev.Richard Levitte
The changes have been mailed to <crypt@bis.doc.gov> as well. PR: 903
2004-06-28Linux on ARM needs -ldlRichard Levitte
PR: 905
2004-06-17Tweak my debug target flags.Geoff Thorpe
2004-06-03"no-engine" was being ignored, so remove it from the advertised syntax.Geoff Thorpe
Also remove some commented-out lines of code that deny CVS its purpose.
2004-06-01This fixes the installation target for dynamic engines, which was trying toGeoff Thorpe
install to a different location than it had created. (BTW, VMS will need a matching fix in eng_list.c.) Note, these aren't ssl-specific, so I'm putting "engines/" into the libs directory rather than at the "--prefix" level or inside "ssl/".
2004-05-29Typo in linux-ppc64 target.Andy Polyakov
2004-05-27Attempt to unify hpux-shared rules. More adjustments might be requiredAndy Polyakov
after more tests...
2004-04-27Improved PowerPC support. Proper ./config support for ppc targets,Andy Polyakov
especially for AIX. But most important BIGNUM assembler implementation submitted by IBM. Submitted by: Peter Waltenberg <pwalten@au1.ibm.com> Reviewed by: appro
2004-04-20Whooaaaaa, the BN_CTX_DEBUG macro really produces output theseRichard Levitte
days... A little too much for my tests, currently...
2004-03-28This is essentially Intel 32-bit compiler tune-up. To start with allAndy Polyakov
available compiler versions generated bogus machine code trying to compile new crypto/des/cfb_enc.c. Secondly, 8th version defines __GNUC__ macro, but fails to compile *some* inline assembler correctly. Note that all versions of icc implement MSC-like _lrot[rl] intrinsic, which is used now instead of offensive asm. Finally, unnecessary linker dependencies are eliminated. Most notably dependency from libirc.a caused trouble at application start-up, if libcrypto.so is linked with -Bsymbolic (which it is).
2004-03-25Remove BN_CTX debug from debug-steveDr. Stephen Henson
2004-03-12IRIX 6.x shared build fix-up.Andy Polyakov
For reference. Note that both cc and gcc support -Wl flag, but we can't use -Wl,-[not]all with both drivers, because cc rearranges options passed through -Wl. We can't use -Wl,-all,libcrypto.a,-notall with cc either, because it refuses to start with "no input" error.
2004-01-29HP/UX PA-RISC 2 targets update.Andy Polyakov
2004-01-29Remove typosRichard Levitte
2004-01-29-Wtraditional was a little too much...Richard Levitte
2004-01-29In the development branch, it feels quite all right to warn on a lotRichard Levitte
more stuff.
2003-11-30Add more debugging to my Configure target, and "make update" to incorporateGeoff Thorpe
this and a few other changes.
2003-11-28Netware-specific changes,Richard Levitte
PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte
2003-11-28Change my debugging entries to do fierce BIGNUM debugging.Richard Levitte
2003-11-20hpux64-parisc2-gcc target added. Once it is verified, ./config shouldAndy Polyakov
be modified to choose it instead of hpux64-parisc-gcc, which should then be removed. hpux64-parisc-cc is removed already now as redundant [in case you wonder, 64-bit HP-UX ABI *implies* PA-RISC2.0].
2003-11-14Less restrictive debugging build.Richard Levitte
2003-11-05Cygwin debuggingUlf Möller
2003-10-29Tighten up my compiler settings.Geoff Thorpe
2003-10-28Add my own debug config target.Geoff Thorpe
2003-09-28Further VxWorks changes from Bob Bradley <bob@chaoticsoftware.com>, thisRichard Levitte
time involving VxWorks on MIPS
2003-09-27Add necessary changes to be able to build on VxWorks for PPC860.Richard Levitte
Contributed by Bob Bradley <bob@chaoticsoftware.com>
2003-06-20Make sure the compiler knows we run with pedantic settings.Richard Levitte
2003-06-04Make sure debug-solaris-sparcv9-gcc is consistent with solaris-sparcv9-gcc.Richard Levitte
2003-04-10Explicitely tell the compiler we're mips3 for the target irix-mips3-cc.Richard Levitte
2003-04-01It seems like gcc-drivven shared library building on OpenUnix 8 requiresRichard Levitte
-shared rather than -G.
2003-03-28OpenUNIX 8 has some problems using -G with gcc. Maybe using gnu-shared ↵Richard Levitte
works better (will be tested tonight).
2003-03-20Don't put configuration macro definitions on the command line, we'reRichard Levitte
just fooling ourselves and then screwing up for other applications.
2003-03-20Add the target linux-ia64-ecc, suggested by Keith Thompson <kst@sdsc.edu>.Richard Levitte
PR: 516
2003-02-22more mingw related cleanups.Ulf Möller
2003-02-19Update debub-steve* entries.Dr. Stephen Henson
2003-02-18Make the no-err option work properlyRichard Levitte
2003-02-16Remove "+Olibcalls" option from HPUX targets.Bodo Möller
Reportedly this option is deprecated, and on some systems "make test" fails if it is included. PR: 495
2003-02-14Add support for IA64.Richard Levitte
PR: 454
2003-02-14Handle krb5 libraries separately and make sure only libssl.so dependsRichard Levitte
on it.
2003-02-14Update linux-mips and linux-mipsel to support threads and shared libraries.Richard Levitte
I also updated the bn_ops field with values taken from OpenBSD-mips. PR: 498
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
PR: 287
2003-01-18SCO target missed .so suffix.Andy Polyakov
2003-01-18-lresolv is not present on SCO Unix, RT#460.Andy Polyakov
2003-01-18Fix for AIX shared build, see RT#463.Andy Polyakov
2003-01-16ncr-scde target needs -lc89 for strcasecmp() and ftime() (Tim Rice, MartinLutz Jänicke
Megele). PR: 450
2003-01-14Set EXPORT_VAR_AS_FN for BC-32 to work around a compiler bug,Dr. Stephen Henson
2003-01-13add something to the '$no_shared_warn' textBodo Möller