summaryrefslogtreecommitdiffstats
path: root/config
AgeCommit message (Collapse)Author
2001-11-30Support for QNX (wrat@jump.net (the wharf rat)).Lutz Jänicke
2001-09-22crypto/idea and crypto/rijndael were missing in the list ofBodo Möller
directories that may have been deleted
2001-09-07Recognize OpenUNIX-8 with compilerLutz Jänicke
2001-09-06Even more corrections for OpenUNIX 8Lutz Jänicke
2001-09-06Support for shared libraries on Unixware-7 and OpenUNIX-8Lutz Jänicke
(Boyd Lynn Gerber <gerberb@zenez.com>).
2001-09-05Use GCC 2.95/3.0 optimizationUlf Möller
2001-08-10Apply the Tru64 patch from Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>Richard Levitte
His comments are: 1) Changes all references for `True64' to be `Tru64', which is the correct spelling for the OS name. 2) Makes `alpha-cc' be the same as `alpha164-cc', and adds an `alphaold-cc' entry that is the same as the previous `alpha-cc'. The reason is that most people these days are using the newer compiler, so it should be the default. 3) Adds a bit of commentary to Configure, regarding the name changes of the OS over the years, so it's not so confusing to people that haven't been with the OS for a while. 4) Adds an `alpha-cc-rpath' target (which is *not* selected automatically by Configure under any circumstance) that builds an RPATH into the shared libraries. This is explained in the comment in Configure. It's very very useful for people that want it, and people that don't want it just shouldn't choose that target. 5) Adds the `-pthread' flag as the best way to get POSIX thread support from the newer compiler. 6) Updates the Makefile targets, so that when the `alpha164-cc', `alpha-cc', or `alpha-cc-rpath' target is what Configure is set to use, it uses a Makefile target that includes the `-msym' option when building the shared library. This is a performance enhancement. 7) Updates `config' so that if it detects you're running version 4 or 5 of the OS, it automatically selects `alpha-cc', but uses `alphaold-cc' for versions 1-3 of the OS. 8) Updates the comment in opensslv.h, fixing both the OS name typo and adding a reference to IRIX 6.x, since the shared library semantics are virtually identical there.
2001-07-30Enhanced support for IA-64 Linux and HP-UX (as well as better support forAndy Polyakov
HP-UX in common in ./config). Note that for the moment of this writing none of 64-bit platforms pass bntest. I'm committing this anyway as it's too frustrating to patch snapshots over and over while 0.9.6 is known to work.
2001-07-30Typo in stty command lines.Andy Polyakov
2001-07-25Support for 64-bit Solaris build with GCC 3.0 and later. It should beAndy Polyakov
explicitely noted that 64-bit SPARCv9 ABI is not officially supported by GCC 3.0 (support is scheduled for 3.1 release), but it appears to work, at the very least 'make test' passes...
2001-03-18New cofiguration for Unixwre and SCO,with slightly better granularity. ↵Richard Levitte
Contributed by Tim Rice <tim@multitalents.net>
2001-03-15For AIX 4.3 or above, allow the use of dlfcn.Richard Levitte
2001-03-08More method functions for elliptic curves,Bodo Möller
and an ectest.c that actually tests something.
2001-03-07Code for better build under Darwin (MacOS X).Richard Levitte
Submitted by Brad Dominy <jdominy@darwinuser.org>
2001-02-27don't read from tty in test modeUlf Möller
2001-02-14IRIX bugfixUlf Möller
2001-02-09fix editing errorBodo Möller
2001-02-09add linux-s390 configuration (based on information submitted byBodo Möller
Denis Beauchemin <Denis.Beauchemin@Courrier.USherb.ca>)
2001-01-12When we are waiting for user action, we should say this explicitly.Bodo Möller
2001-01-11Add configuration for GNU Hurd.Richard Levitte
2000-12-01Recognise Darwin as well. For now, have it do exactly the same thing as for ↵Richard Levitte
Rhapsody
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. ↵Richard Levitte
Implemented by Vern Staats <staatsvr@asc.hpc.mil>, further hacked and distributed by Jeffrey Altman <jaltnab@columbia.edu>
2000-11-16/proc/cpuinfo can have several lines containing the word "type". We want ↵Richard Levitte
the one that is "type", plain and simple. Caught by Raoul Borenius <borenius@shuttle.de>
2000-10-31Add configuration option to build on Linux on both big-endian andRichard Levitte
little-endian MIPS. Submitted by Ralf Baechle <ralf@uni-koblenz.de>
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
At the same time, add VMS support for Rijndael.
2000-10-21Krister Walfridsson <cato@df.lth.se> tells us sysctl lives in /sbinRichard Levitte
since NetBSD 1.5.
2000-10-11fix problems in the selftestUlf Möller
2000-09-21Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte
2000-09-14Add a configuration for Sony News 4.Richard Levitte
Submitted by NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
2000-09-06Use name ...-whatever-solaris2 instead of ...-sun-solaris2Bodo Möller
(the middle string describes the architecture).
2000-09-06Changes for QNX: there is no thread support, and the previousBodo Möller
configuration only worked with no-asm.
2000-09-01QNX 4 support.Bodo Möller
2000-08-17Allow reconfiguration. This can be useful if some source updateRichard Levitte
requires that you configure again, but you don't want to reenter all those configuration arguments again.
2000-08-02We've now covered the shared library support for Solaris, so the -shared hackRichard Levitte
in config is no longer needed.
2000-06-28Make sure we use /usr/sbin/sysctl, especially since /usr/sbin is notRichard Levitte
always in the users $PATH...
2000-05-31config can now detect ARM Linux automagically.Richard Levitte
Contributed by Jeremy Norris <jeremy.norris@rebel.com>
2000-05-24Add the target system linux-m68kRichard Levitte
2000-02-29Added configuration support for Linux/IA64Ralf S. Engelschall
Submitted by: Rolf Haberrecker <rolf@suse.de>
2000-02-28Support assembler for Mingw32.Ulf Möller
2000-02-27Make sure to catch UnixWare 7, even if the version is 7.1.1 orRichard Levitte
something like that.
2000-02-27Update config for the unixware targets by looking at what was done inRichard Levitte
Apache's GuessOS (from Apache 1.3.1).
2000-02-26Add support for Unixware 7. Thanks to Ron Record <rr@sco.com> for theRichard Levitte
patch.
2000-02-24Yet another "unixware" spelling.Ulf Möller
2000-02-21More compact Configure usage message.Ulf Möller
2000-02-16Add support for Compaq Atalla crypto accelerator.Ben Laurie
2000-02-15Avoid GNU C assembler templates under Solaris x86.Andy Polyakov
2000-02-12HP-UX tune-up: new unified configs, HP C compiler bug workaround.Andy Polyakov
2000-02-06Support for MacOS X (Rhapsody) is added. Also get rid of volatileAndy Polyakov
qualifier in asm definitions as it prevents compiler from moving the instruction(s) during optimization pass.
2000-01-07add "UnixWare", treated like "unixware"Bodo Möller
Submitted by: "Gary E. Miller" <gem@rellim.com>
2000-01-02Enhanced support for Alpha Linux. See CHANGES for details.Andy Polyakov