summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Collapse)Author
2002-10-10Rhapsody had ftime, Darwin doesn't (any longer?)Richard Levitte
2002-10-09Add a few more VxWorks targets.Richard Levitte
Correct misspelled VXWORKS macros. Add VXWORKS identifying macros to e_os2.h. Add required inclusions and mappings for VxWorks in e_os.h. A few small modifications to make OpenSSL build and work on VxWorks. PR: 253, except for the change that was handled in an earlier commit, and a request for easy build of just parts of OpenSSL.
2002-10-04Add version info to Win32 DLLs.Dr. Stephen Henson
We might want to edit the strings a bit... Maybe add to 0.9.7 too?
2002-08-16Add -lz to the ld flags when the user has chosen to link in zlib *statically*.Richard Levitte
Notified by Doug Kaufman <dkaufman@rahul.net>
2002-08-09Add ECDH support.Bodo Möller
Additional changes: - use EC_GROUP_get_degree() in apps/req.c - add ECDSA and ECDH to apps/speed.c - adds support for EC curves over binary fields to ECDSA - new function EC_KEY_up_ref() in crypto/ec/ec_key.c - reorganize crypto/ecdsa/ecdsatest.c - add engine support for ECDH - fix a few bugs in ECDSA engine support Submitted by: Douglas Stebila <douglas.stebila@sun.com>
2002-08-01Add aix64-cc, and make sure that ar gets proper flags for 64-bit librariesRichard Levitte
2002-08-01Linux on s390 really knows about loading dynamically.Richard Levitte
PR: 183
2002-07-23Make dummy tests to make it easier to physically remove unwanted algorithms.Richard Levitte
This should complete PR 75
2002-07-18Unixware doesn't have strings.h, so we need to declare strcasecmp()Richard Levitte
differently. Unixware 2 needs to link with libresolv. PR: 148
2002-07-17On MacOS X, you're not allowed to have common objects in shared librariesRichard Levitte
2002-07-16We had some experimental options in the Darwin entries. They are no longer ↵Richard Levitte
needed
2002-07-16For those wanting to build for several platforms with the same sourceRichard Levitte
directory, making a separate directory tree with lots of symbolic links seems to be the solution. Unfortunatelt, Configure doesn't take appropriate steps to support this solution (as in removing a file that's going to be rewritten). This change corrects that situation. Now I just have to find all other places where there's lack of support for this.
2002-07-16Let's not forget the second -WtraditionalRichard Levitte
2002-07-16Using -Wtraditional took it a little far. After all, we expect ANSI C, soRichard Levitte
we don't need to care about traditional compilers
2002-06-27Forgot to change the second $ENV{DJDIR} to /dev/env/DJDIR.Richard Levitte
Part of PR 75
2002-06-27gcc requires -m64 to link 64-bit shared libraries on Solaris.Richard Levitte
PR: 117
2002-06-27The general debug target must specify that it doesn't use assembler routines.Richard Levitte
PR: 105
2002-06-14Initial support for hpux64-parisc-gccLutz Jänicke
Submitted by: ross.alexander@uk.neceur.com Reviewed by: PR: 96
2002-06-13Tentatively add support for UWIN, a Unix-like environment on top of Windows.Richard Levitte
PR: 62
2002-06-13Add support for DJGPP.Richard Levitte
PR: 75
2002-05-30Reformat the CFLAG string so it can be made part of a C string.Richard Levitte
Incidently, this works pretty well on the command line as well. PR: 52
2002-05-30Support the newly release gcc 3.1 on 64-bit Solaris. Not automatic.Richard Levitte
PR: 57
2002-05-30Support shared libraries properly on linux-sparcv[89].Richard Levitte
PR: 60
2002-05-30Correct darwin shared library support.Richard Levitte
PR: 39
2002-05-30Some shlib extensions were in the wrong fieldRichard Levitte
2002-05-30Add more warnings for my debug targets.Richard Levitte
2002-05-27Cygnus correction. (I thought I had tested that...)Ulf Möller
2002-05-24fix Cygwin (remove extra colons)Bodo Möller
2002-05-24Use assembler implementations with Cygwin.Ulf Möller
This also fixes the bn_sub_part_word problem.
2002-05-10Add config entry debug-steve-linux-pseudo64. This sets theDr. Stephen Henson
SIXTY_FOUR bignum library option to use 64 bit operations on the 32 bit linux platform. This is very inefficient but it can be used to test some of the 64 bit logic on a 32 bit platform.
2002-04-18Missing "Configure" entry (Jean-Marc Desperrier ↵Lutz Jänicke
<jean-marc.desperrier@certplus.com>).
2002-03-15Rename 'cray-t90-cc' into 'cray-j90'.Bodo Möller
Add to 'config'.
2002-03-05New configuration targets for OpenBSD, handed to me by Bob Beck ↵Richard Levitte
<beck@openbsd.org>
2002-03-03This change was only made in 0.9.7-stable. SynchroniseRichard Levitte
2002-02-20Don't shadow already defined variablesRichard Levitte
2002-02-15Give the linux-sparv9 target shared capability.Richard Levitte
Submitted by Ian Marsh <mushypea@dominion.net.uk>
2002-02-14Add the configuration target VxWorks.Richard Levitte
2002-02-14The Cygwin shared extension was shifted.Richard Levitte
2002-02-14At Corinna Vinschen's request, change CygWin32 to CygwinRichard Levitte
2002-02-13ECDSA supportBodo Möller
Submitted by: Nils Larsch <nla@trustcenter.de>
2002-02-13Update the configuration of CygWin32 to use the new capabilities ofRichard Levitte
CygWin 1.3.x, which includes thread and shared library support. Submitted by Corinna Vinschen <vinschen@redhat.com> and modified a little bit.
2002-01-27Spelling correction.Richard Levitte
2002-01-27Correct the number of colons for the targets aix43-cc, aix43-gcc,Richard Levitte
alpha-cc, alpha-cc-rpath, alpha-gcc, alpha164-cc and alphaold-cc.
2002-01-27Detect one-step shifts of the dso_scheme.Richard Levitte
2002-01-27I got some reports that some targets have weird dso_schemes.Richard Levitte
Therefore, I've added a sanity checker. Note that it can be combined with almost any other argument (the other arguments will be completely ignored), with "reconf" as the blatant exception, since it also has the behavior of ignoring all following command line arguments. If --test-sanity and reconf are both used on the command line, the first one wins.
2002-01-26Update SCO5 targets.Richard Levitte
2002-01-26Apply a small patch from Dan Lanz <lanz@zolera.com> to get sharedRichard Levitte
libraries with debug-linux-elf.
2002-01-26Add old patch from Robert Dahlem <Robert.Dahlem@ffm2.siemens.de> toRichard Levitte
make it possible to produce shared libraries on ReliantUNIX.
2002-01-25Apply Neale Ferguson's patch to add a configuration target for linux-s390xRichard Levitte
2002-01-25Apply the following changes by Toomas Kiisk <vix@cyber.ee>:Richard Levitte
* make openssl rsa work with -engine chil * misc changes, including debug-linux-ppro Configure target and FORMAT_NETSCAPE-aware load_{,pub}key() This completes the application of his changes.