summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Collapse)Author
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-18I might want to debug the assembler modules...Richard Levitte
2000-11-12Update my own debugging configuration entryRichard Levitte
2000-11-08Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte
away now...
2000-11-07Lutz tells me HP cc uses the same syntax for flags that should beRichard Levitte
passed down to ld as GNU cc.
2000-11-07shl_load() also needs to load along a path given through anRichard Levitte
environment variable, SHLIB_PATH. This change makes that possible.
2000-11-01Add support for shared libraries under Irix.Richard Levitte
Submitted by Albert Chin-A-Young <china@thewrittenword.com>
2000-10-31Rename true64 to the correct tru64.Richard Levitte
Suggested by Albert Chin-A-Young <china@thewrittenword.com>
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-21FreeBSD-elf can do threads. However, there seems to be confusion ifRichard Levitte
you should defined _THREAD_SAFE (I found that in an include file, and that's what everybody tells me) or _THREADSAFE (that's what the gcc manual says in the FreeBSD-specific section), so I defined both, just to be safe.
2000-10-21Add what's needed to get shared libraries on HP-UX.Richard Levitte
N.B.: This has not been tested at all, that's my next step.
2000-10-13Even when you don't want to create shared libraries, it's a good ideaRichard Levitte
to have the full extension information, so residual shared libraries can be removed so the applications and test programs do not get linked against them by mistake...
2000-10-13Rework the system to generate shared libraries:Richard Levitte
- Make note of the expected extension for the shared libraries and if there is a need for symbolic links from for example libcrypto.so.0 to libcrypto.so.0.9.7. There is extended info in Configure for that. - Make as few rebuilds of the shared libraries as possible. - Still avoid linking the OpenSSL programs with the shared libraries. - When installing, install the shared libraries separately from the static ones.
2000-10-09Make sure that shareable libraries are turned off if we don't know howRichard Levitte
to make them...
2000-10-08Linux on Alpha with gcc knows about shared libraries.Richard Levitte
2000-09-22Kris Kennaway <kris@FreeBSD.org> tells us that FreeBSD/Alpha shouldn'tRichard Levitte
use an optimization higher than -O.
2000-09-21Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte
2000-09-18HP-UX 64-bit has dlfcn, so let's use that instead of the old dl.Richard Levitte
2000-09-18Typo in the added hpux targets. -ldl should be -ldld.Richard Levitte
2000-09-17A patch from HP for better performance.Richard Levitte
Submitted by Kevin Steves <ks@hp.se> 3 months ago...
2000-09-14Add a configuration for Sony News 4.Richard Levitte
Submitted by NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
2000-09-13Make sure that Configure will defined DSO_WIN32 for the Win32 targets. I ↵Richard Levitte
feel a bit unsure if this should really be done for Mingw32 and CygWin32
2000-09-11debug-linux-elf and debug-linux-elf-efence need to be linked withRichard Levitte
libdl just as linux-elf...
2000-09-06Changes for QNX: there is no thread support, and the previousBodo Möller
configuration only worked with no-asm.
2000-09-05*BIG* verify code reorganisation.Dr. Stephen Henson
The old code was painfully primitive and couldn't handle distinct certificates using the same subject name. The new code performs several tests on a candidate issuer certificate based on certificate extensions. It also adds several callbacks to X509_VERIFY_CTX so its behaviour can be customised. Unfortunately some hackery was needed to persuade X509_STORE to tolerate this. This should go away when X509_STORE is replaced, sometime... This must have broken something though :-(
2000-09-04Avoid abort() throughout the library, except when preprocessorBodo Möller
symbols for debugging are defined.
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-14IBMcxx complains that maxmem is as low as 2048 for certain modulesRichard Levitte
(like all the digests). Setting maxmem to 16K seems to give the compiler enough space to do all the optimization it wants.
2000-08-02Added and corrected documentation for the 'shared' optionRichard Levitte
2000-08-02I had completely forgotten that print_table_entry also needed to read the twoRichard Levitte
"shared" variables on it's own...
2000-08-02Add support for shared libraries on Solaris.Richard Levitte
2000-07-24Avoid loops, and make sure that it's possible to still build sharedRichard Levitte
libraries even if the "shared" configuration option wasn't chosen.
2000-07-21Redo and enhance the support for building shared libraries. CurrentlyRichard Levitte
there's support for building under Linux and True64 (using examples from the programming manuals), including versioning that is currently the same as OpenSSL versions but should really be a different series. With this change, it's up to the users to decide if they want shared libraries as well as the static ones. This decision now has to be done at configuration time (well, not really, those who know what they do can still do it the same way as before). The OpenSSL programs (openssl and the test programs) are currently always linked statically, but this may change in the future in a configurable manner. The necessary makefile variables to enable this are in place. Also note that I have done absolutely nothing about the Windows target to get something similar. On the other hand, DLLs are already the default there, but without versioning, and I've no idea what the possibilities for such a thing are there...
2000-06-21* This adds some checking to the 'dlfcn' DSO_METHOD that at least letsGeoff Thorpe
it cope with OpenBSD which doesn't understand "RTLD_NOW". * Added the dso_scheme config string entry for OpenBSD-x86 to give it DSO support. * 'make update' that has also absorbed some of Steve's mkstack changes for the ASN-related macros.
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe
Also, "make update" has added some missing functions to libeay.num, updated the TABLE for the alpha changes, and updated thousands of dependancies that have changed from recent commits.
2000-06-08Another attempt to allow compiling on SunOS 4.*.Bodo Möller
2000-06-06Option "no-symlinks" to configure without creating the links (e.g.Ulf Möller
for use with makefile.one)
2000-06-06MT-support for IRIX 6.x and Alpha-LinuxAndy Polyakov
2000-06-04According to Gordon Atwood <gordon@cs.ualberta.ca>, GNU C on SunOSRichard Levitte
4.1.4 uses libiberty to define strtoul and strerror.
2000-06-03CygWin32 support.Ulf Möller
Submitted by: John Jarvie <jjarvie@newsguy.com>
2000-06-03EVP constification.Ben Laurie
2000-06-01This change will cause builds (by default) to not use different STACKGeoff Thorpe
structures and functions for each stack type. The previous behaviour can be enabled by configuring with the "-DDEBUG_SAFESTACK" option. This will also cause "make update" (mkdef.pl in particular) to update the libeay.num and ssleay.num symbol tables with the number of extra functions DEBUG_SAFESTACK creates. The way this change works is to accompany each DECLARE_STACK_OF() macro with a set of "#define"d versions of the sk_##type##_*** functions that ensures all the existing "type-safe" stack calls are precompiled into the underlying stack calls. The presence or abscence of the DEBUG_SAFESTACK symbol controls whether this block of "#define"s or the DECLARE_STACK_OF() macro is taking effect. The block of "#define"s is in turn generated and maintained by a perl script (util/mkstack.pl) that encompasses the block with delimiting C comments. This works in a similar way to the auto-generated error codes and, like the other such maintenance utilities, is invoked by the "make update" target. A long (but mundane) commit will follow this with the results of "make update" - this will include all the "#define" blocks for each DECLARE_STACK_OF() statement, along with stripped down libeay.num and ssleay.num files.
2000-05-30"make update"Geoff Thorpe
Also, corrects the linux-elf-arm config string, it was previously setting $des_obj = dlfcn :-)
2000-05-29Configuration for linux on ARM (contributed by Jeremy NorrisRichard Levitte
<jeremy.norris@rebel.com>)
2000-05-24Add the target system linux-m68kRichard Levitte
2000-05-18Fix c_rehash script, add -fingerprint option to crl.Dr. Stephen Henson
2000-05-08Being sick and tired of the hogging Efence does on my laptop, IRichard Levitte
decided to provide an alternative...