summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Collapse)Author
2006-06-05Add sha512-ppc.pl module.Andy Polyakov
2006-05-24Fix warnings.Dr. Stephen Henson
2006-05-04Update from stable branch.Dr. Stephen Henson
2006-05-03Typo in linux-ppc line.Andy Polyakov
2006-05-01SHA1 for PowerPC.Andy Polyakov
2006-04-30Yet another "teaser" Montgomery multiplication module, for PowerPC.Andy Polyakov
2006-04-16SHA-1 for x86_64.Andy Polyakov
2006-04-11Add BeOS support.Ulf Möller
PR: 1312 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
2006-04-03Change chop to chomp when reading lines, so CRLF is properly processed onRichard Levitte
the operating systems where they are the normal line endings
2006-03-20Stop compiler warnings.Dr. Stephen Henson
2006-01-03Various changes in the new TLS extension code, including the following:Bodo Möller
- fix indentation - rename some functions and macros - fix up confusion between SSL_ERROR_... and SSL_AD_... values
2005-12-19As SPARCV9 CPU flavor is [expected to be] detected at run-time, we canAndy Polyakov
afford to relax SPARCV9/8+ compiler command line and produce "unversal" binaries as we used to.
2005-12-16Unify sparcv9 assembler naming and build rules among 32- and 64-bit builds.Andy Polyakov
Engage run-time switch between bn_mul_mont_fpu and bn_mul_mont_int.
2005-12-16Make framework for Whirlpool assembler flexible.Andy Polyakov
2005-12-16Engage Whirlpool assembler and mention Whirlpool in CHANGES.Andy Polyakov
2005-12-16Make room for Whirlpool assembler in Configure.Andy Polyakov
2005-12-16Allow for warning-free passing of -Wl options on config command line. OneAndy Polyakov
possible usage is to pass -Wl,-z,-noexecstack on Linux to ensure the stack is marked non-executable. Well, -Wa,--noexecstack works fine too...
2005-12-15Switch 64-bit sparcv9 platforms from bn(64,64) to bn(64,32). This doesn'tAndy Polyakov
have impact on performance, because amount of multiplications does not increase with this switch, not on sparcv9 that is. On the contrary, it actually improves performance, because it spares a load of instructions used to chase carries. Not to mention that BN assembler modules can be shared more freely between 32- and 64-bit builts.
2005-12-10Engage AES for UltraSPARC in sparcv9 targets.Andy Polyakov
2005-12-06Don't include zlib header dir if it is not defined.Dr. Stephen Henson
2005-12-05Update from 0.9.8-stable.Dr. Stephen Henson
2005-11-06Update from stable branch.Dr. Stephen Henson
2005-10-25Fix typos in macos x targets.Andy Polyakov
2005-10-22Integrate sparcv9a-mont.pl into UltraSPARC builds.Andy Polyakov
2005-10-19Add rudimentary aix64-gcc target.Andy Polyakov
Submitted by: Stefan Neis
2005-10-09Throw in bn/asm/x86-mont.pl Montgomery multiplication "teaser".Andy Polyakov
2005-10-07Throw in Montgomery multiplication assembler for x86_64.Andy Polyakov
2005-08-02Type in OSF1 platform name.Andy Polyakov
2005-07-26Change my debug build for amd64.Geoff Thorpe
2005-07-24Engage SHA-256/-512 x86_64 assembler module.Andy Polyakov
2005-07-20Syncronize BSD-ia64 with other IA64-based platforms.Andy Polyakov
2005-07-19Engage MD5 assembler module.Andy Polyakov
2005-07-12AES x86_64 assembler implementation.Andy Polyakov
2005-07-05Pull up Win64 support from 0.9.8.Andy Polyakov
2005-06-26Unify some SCO targets.Andy Polyakov
2005-06-26Minimum requirement for Solaris x86 was always Pentium. Reflect this inAndy Polyakov
Configure line. TABLE update accomodates other recent ./Configure changes...
2005-06-23Configure update for Stratus VOS.Richard Levitte
PR: 1129
2005-06-23Darwin specific update for Configure and Makefile.shared.Andy Polyakov
2005-06-23Rename mips3.o to bn-mips3.o [it's better in long run] and adjust theAndy Polyakov
rule to accomodate gcc4, which no longer support SGI as.
2005-06-22no-asm didn't prevent make from compiling assembler modules.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-31Platform update from 8-stable.Andy Polyakov
2005-05-18Engage Applink in mingw. Note that application-side module is notAndy Polyakov
compiled into *our* aplpications. That's because mingw is always consistent with itself. Having library-side code linked into .dll makes it possible to deploy the .dll with user-code compiled with another compiler [which is pretty much the whole point behind Applink].