aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
Commit message (Collapse)AuthorAgeFilesLines
* gcc 3.0 tells me that -m486 is deprecated. The gcc 2.95 manual tellsRichard Levitte2001-08-131-19/+19
| | | | | | me the same and that the correct option is -mcpu=i486. I'm assuming -mcpu has been around for some time, and that it's therefore safe to change all occurences of -m486 to -mcpu=i486.
* Apply the Tru64 patch from Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>Richard Levitte2001-08-101-5/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* This ghastly hack prevents CVS wars over Kerberos (which is disabled by ↵Ben Laurie2001-08-031-0/+2
| | | | default).
* Enhanced support for IA-64 Linux and HP-UX (as well as better support forAndy Polyakov2001-07-301-2/+11
| | | | | | | 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.
* Support for 64-bit Solaris build with GCC 3.0 and later. It should beAndy Polyakov2001-07-251-1/+4
| | | | | | 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...
* Clean up EVP macros, rename DES EDE3 modes correctly, temporary support forBen Laurie2001-07-211-0/+1
| | | | | OpenBSD /dev/crypto (this will be revamped later when the appropriate machinery is available).
* Add the possibility to specify the use of zlib compression andRichard Levitte2001-07-121-7/+26
| | | | | decompression. It can be set up to link at link time or to load the zlib library at run-time.
* Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte2001-07-091-2/+21
| | | | | | | | | | | | | | | | SSL according to RFC 2712. His comment is: This is a patch to openssl-SNAP-20010702 to support Kerberized SSL authentication. I'm expecting to have the full kssl-0.5 kit up on sourceforge by the end of the week. The full kit includes patches for mod-ssl, apache, and a few text clients. The sourceforge URL is http://sourceforge.net/projects/kssl/ . Thanks to a note from Simon Wilkinson I've replaced my KRB5 AP_REQ message with a real KerberosWrapper struct. I think this is fully RFC 2712 compliant now, including support for the optional authenticator field. I also added openssl-style ASN.1 macros for a few Kerberos structs; see crypto/krb5/ if you're interested.
* Changes to have OpenSSL compile on OS/2.Richard Levitte2001-07-011-1/+4
| | | | Contributed by "Brian Havard" <brianh@kheldar.apana.org.au>
* Update my config entry to allow use of DSOs.Dr. Stephen Henson2001-06-231-1/+1
|
* Change Win32 to use EXPORT_VAR_AS_FN.Dr. Stephen Henson2001-05-121-2/+2
| | | | | | | | Fix OPENSSL_IMPLEMENT_GLOBAL. Allow Win32 to use EXPORT_VAR_AS_FN in mkdef.pl make update.
* Add support for Sun C on Solaris x86. Contributed by Ben ↵Richard Levitte2001-05-031-1/+4
| | | | <mouring@etoh.eviladmin.org>
* Unixware config.Richard Levitte2001-04-051-2/+4
|
* Incorporate some changes that make OpenSSL compilable in CygWin.Richard Levitte2001-04-041-0/+3
|
* Remove a typo in dgux-R4-gcc.Richard Levitte2001-04-031-1/+1
|
* Restore asm/mips3.s to be compiled and linked in, since the bug hasRichard Levitte2001-03-271-3/+1
| | | | (at least hopefully :-)) been fixed.
* Reports seem to show that asm/mips3.s has faults. To be investigated, but ↵Richard Levitte2001-03-271-1/+3
| | | | let's avoid using it in the mean time
* For mips3 and alpha, put the assembler file directives in separateRichard Levitte2001-03-261-12/+17
| | | | | | | | | | | | | | | | | | variables and disable the Alpha assembler for now, since it has been shown to fail. The Alpha failure can be shown by adding the following numbers: FFFFFFFFFFFFFF0000FF2E00000000EBFFFFFF0000D1 FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46FFE0FFFF0000 The result is: 1FFFFFFFFFFFEFF0000FF2E0000000032FFE0FEFF00D1 The result should really be: 1FFFFFFFFFFFFFF0000FF2E0000000032FFE0FEFF00D1
* gcc uses collect2, not ld, to link things. Therefore, when using gccRichard Levitte2001-03-241-7/+7
| | | | | there's no need fooling ourselves, it's the gnu-shared method that we should use. Do it for Solaris to begin with.
* New cofiguration for Unixwre and SCO,with slightly better granularity. ↵Richard Levitte2001-03-181-3/+12
| | | | Contributed by Tim Rice <tim@multitalents.net>
* bsdi-elf needs to link with -ldl.Richard Levitte2001-03-151-1/+1
|
* For AIX 4.3 or above, allow the use of dlfcn.Richard Levitte2001-03-151-0/+2
|
* Forcibly enable memory leak checking during "make test"Bodo Möller2001-03-111-1/+1
|
* Workaround for solaris64 linking problem (explicit "ar rs" is neededBodo Möller2001-03-091-5/+11
| | | | | | | to create a symbol table). Sun patches such as 109147-06 probably fix this problem, but we can easily avoid it.
* Fixes to make 'no-ec' work (it should not turn 'objects' into 'objts' for ↵Bodo Möller2001-03-081-1/+1
| | | | example)
* Code for better build under Darwin (MacOS X).Richard Levitte2001-03-071-1/+2
| | | | Submitted by Brad Dominy <jdominy@darwinuser.org>
* Introduce the possibility to access global variables throughRichard Levitte2001-03-021-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functions on platform were that's the best way to handle exporting global variables in shared libraries. To enable this functionality, one must configure with "EXPORT_VAR_AS_FN" or defined the C macro "OPENSSL_EXPORT_VAR_AS_FUNCTION" in crypto/opensslconf.h (the latter is normally done by Configure or something similar). To implement a global variable, use the macro OPENSSL_IMPLEMENT_GLOBAL in the source file (foo.c) like this: OPENSSL_IMPLEMENT_GLOBAL(int,foo)=1; OPENSSL_IMPLEMENT_GLOBAL(double,bar); To declare a global variable, use the macros OPENSSL_DECLARE_GLOBAL and OPENSSL_GLOBAL_REF in the header file (foo.h) like this: OPENSSL_DECLARE_GLOBAL(int,foo); #define foo OPENSSL_GLOBAL_REF(foo) OPENSSL_DECLARE_GLOBAL(double,bar); #define bar OPENSSL_GLOBAL_REF(bar) The #defines are very important, and therefore so is including the header file everywere where the defined globals are used. The macro OPENSSL_EXPORT_VAR_AS_FUNCTION also affects the definition of ASN.1 items, but that structure is a bt different. The largest change is in util/mkdef.pl which has been enhanced with better and easier to understand logic to choose which symbols should go into the Windows .def files as well as a number of fixes and code cleanup (among others, algorithm keywords are now sorted lexicographically to avoid constant rewrites).
* Define the OPENSSL_NO_* macros as NO_* macros for the sake of applications ↵Richard Levitte2001-02-221-0/+10
| | | | thathaven't yet been changed
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+0
| | | | | | | missed any. This compiles and runs on Linux, and external applications have no problems with it. The definite test will be to build this on VMS.
* I'm sick of the warnings about long long...Richard Levitte2001-02-201-2/+2
|
* Temporary fix for build break.Ulf Möller2001-02-191-0/+1
| | | | It's still inconsistent - probably better to undo the whole OPENSSL_NO_* thing.
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-161/+173
| | | | | | | | | | | | sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
* An obvious but hard-to-see cut'n'paste error corrected.Richard Levitte2001-02-191-2/+1
|
* Update of linux-ppc. Contributed by MATSUURA TakanoriRichard Levitte2001-02-131-1/+2
| | | | <t-matsuu@protein.osaka-u.ac.jp>
* add linux-s390 configuration (based on information submitted byBodo Möller2001-02-091-0/+1
| | | | Denis Beauchemin <Denis.Beauchemin@Courrier.USherb.ca>)
* BN assembler is no longer option on x86.Ben Laurie2001-02-041-1/+1
|
* Add debugging info to new ASN1 code to trace memory leaks.Dr. Stephen Henson2001-01-241-1/+1
| | | | | | Fix PKCS7 and PKCS12 memory leaks. Initialise encapsulated content type properly.
* Definition of NO_KRB5 in ssl.h for external applications.Ulf Möller2001-01-221-0/+1
|
* Add configuration for GNU Hurd.Richard Levitte2001-01-111-0/+3
|
* Temporary measure: if no KRB5 is defined, add "no-krb5" to theRichard Levitte2000-12-311-0/+1
| | | | options. This is so mk1mf.pl can pick it up from Makefile.
* 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>