aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
Commit message (Collapse)AuthorAgeFilesLines
* When using -pedantic, it's a good thing to define PEDANTIC as well.Richard Levitte2000-12-131-2/+3
| | | | Also, define a second debugging configuration without assembler.
* Recognise Darwin as well. For now, have it do exactly the same thing as for ↵Richard Levitte2000-12-011-1/+2
| | | | Rhapsody
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. ↵Richard Levitte2000-11-301-1/+58
| | | | Implemented by Vern Staats <staatsvr@asc.hpc.mil>, further hacked and distributed by Jeffrey Altman <jaltnab@columbia.edu>
* I might want to debug the assembler modules...Richard Levitte2000-11-181-1/+1
|
* Update my own debugging configuration entryRichard Levitte2000-11-121-1/+1
|
* Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte2000-11-081-5/+4
| | | | away now...
* Lutz tells me HP cc uses the same syntax for flags that should beRichard Levitte2000-11-071-7/+7
| | | | passed down to ld as GNU cc.
* shl_load() also needs to load along a path given through anRichard Levitte2000-11-071-12/+12
| | | | environment variable, SHLIB_PATH. This change makes that possible.
* Add support for shared libraries under Irix.Richard Levitte2000-11-011-6/+6
| | | | Submitted by Albert Chin-A-Young <china@thewrittenword.com>
* Rename true64 to the correct tru64.Richard Levitte2000-10-311-3/+3
| | | | Suggested by Albert Chin-A-Young <china@thewrittenword.com>
* Add configuration option to build on Linux on both big-endian andRichard Levitte2000-10-311-1/+2
| | | | | little-endian MIPS. Submitted by Ralf Baechle <ralf@uni-koblenz.de>
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-1/+18
| | | | At the same time, add VMS support for Rijndael.
* FreeBSD-elf can do threads. However, there seems to be confusion ifRichard Levitte2000-10-211-1/+1
| | | | | | | 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.
* Add what's needed to get shared libraries on HP-UX.Richard Levitte2000-10-211-16/+25
| | | | N.B.: This has not been tested at all, that's my next step.
* Even when you don't want to create shared libraries, it's a good ideaRichard Levitte2000-10-131-1/+1
| | | | | | 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...
* Rework the system to generate shared libraries:Richard Levitte2000-10-131-44/+48
| | | | | | | | | | | | | | - 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.
* Make sure that shareable libraries are turned off if we don't know howRichard Levitte2000-10-091-0/+4
| | | | to make them...
* Linux on Alpha with gcc knows about shared libraries.Richard Levitte2000-10-081-2/+2
|
* Kris Kennaway <kris@FreeBSD.org> tells us that FreeBSD/Alpha shouldn'tRichard Levitte2000-09-221-1/+1
| | | | use an optimization higher than -O.
* Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte2000-09-211-0/+3
|
* HP-UX 64-bit has dlfcn, so let's use that instead of the old dl.Richard Levitte2000-09-181-2/+2
|
* Typo in the added hpux targets. -ldl should be -ldld.Richard Levitte2000-09-181-4/+4
|
* A patch from HP for better performance.Richard Levitte2000-09-171-1/+10
| | | | Submitted by Kevin Steves <ks@hp.se> 3 months ago...
* Add a configuration for Sony News 4.Richard Levitte2000-09-141-0/+3
| | | | Submitted by NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
* Make sure that Configure will defined DSO_WIN32 for the Win32 targets. I ↵Richard Levitte2000-09-131-5/+5
| | | | feel a bit unsure if this should really be done for Mingw32 and CygWin32
* debug-linux-elf and debug-linux-elf-efence need to be linked withRichard Levitte2000-09-111-2/+2
| | | | libdl just as linux-elf...
* Changes for QNX: there is no thread support, and the previousBodo Möller2000-09-061-3/+5
| | | | configuration only worked with no-asm.
* *BIG* verify code reorganisation.Dr. Stephen Henson2000-09-051-1/+1
| | | | | | | | | | | | | | | | | 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 :-(
* Avoid abort() throughout the library, except when preprocessorBodo Möller2000-09-041-14/+14
| | | | symbols for debugging are defined.
* QNX 4 support.Bodo Möller2000-09-011-0/+5
|
* Allow reconfiguration. This can be useful if some source updateRichard Levitte2000-08-171-82/+130
| | | | | requires that you configure again, but you don't want to reenter all those configuration arguments again.
* IBMcxx complains that maxmem is as low as 2048 for certain modulesRichard Levitte2000-08-141-1/+1
| | | | | (like all the digests). Setting maxmem to 16K seems to give the compiler enough space to do all the optimization it wants.
* Added and corrected documentation for the 'shared' optionRichard Levitte2000-08-021-2/+1
|
* I had completely forgotten that print_table_entry also needed to read the twoRichard Levitte2000-08-021-4/+4
| | | | "shared" variables on it's own...
* Add support for shared libraries on Solaris.Richard Levitte2000-08-021-14/+14
|
* Avoid loops, and make sure that it's possible to still build sharedRichard Levitte2000-07-241-6/+11
| | | | libraries even if the "shared" configuration option wasn't chosen.
* Redo and enhance the support for building shared libraries. CurrentlyRichard Levitte2000-07-211-8/+46
| | | | | | | | | | | | | | | | | | | | | 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...
* * This adds some checking to the 'dlfcn' DSO_METHOD that at least letsGeoff Thorpe2000-06-211-1/+1
| | | | | | | | 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.
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-2/+2
| | | | | | 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.
* Another attempt to allow compiling on SunOS 4.*.Bodo Möller2000-06-081-1/+1
|
* Option "no-symlinks" to configure without creating the links (e.g.Ulf Möller2000-06-061-1/+5
| | | | for use with makefile.one)
* MT-support for IRIX 6.x and Alpha-LinuxAndy Polyakov2000-06-061-8/+8
|
* According to Gordon Atwood <gordon@cs.ualberta.ca>, GNU C on SunOSRichard Levitte2000-06-041-1/+1
| | | | 4.1.4 uses libiberty to define strtoul and strerror.
* CygWin32 support.Ulf Möller2000-06-031-3/+5
| | | | Submitted by: John Jarvie <jjarvie@newsguy.com>
* EVP constification.Ben Laurie2000-06-031-2/+2
|
* This change will cause builds (by default) to not use different STACKGeoff Thorpe2000-06-011-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* "make update"Geoff Thorpe2000-05-301-1/+1
| | | | | Also, corrects the linux-elf-arm config string, it was previously setting $des_obj = dlfcn :-)
* Configuration for linux on ARM (contributed by Jeremy NorrisRichard Levitte2000-05-291-0/+3
| | | | <jeremy.norris@rebel.com>)
* Add the target system linux-m68kRichard Levitte2000-05-241-0/+1
|
* Fix c_rehash script, add -fingerprint option to crl.Dr. Stephen Henson2000-05-181-1/+2
|