History log of /openssl/Configure (Results 1251 – 1275 of 1539)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# fc9c61bc 05-Sep-2001 Bodo Möller

-mcpu=i486 vs. -m486 ...


# 9d07fd03 05-Sep-2001 Ulf Möller

Use GCC 2.95/3.0 optimization


# b1051789 01-Sep-2001 Ulf Möller

zlib default was broken on most platforms.

-mcpu=i486 is new as of gcc 2.95, and if you have that, you wouldn't
want to optimize for 486 anyway.


# 45a2f939 13-Aug-2001 Richard Levitte

gcc 3.0 tells me that -m486 is deprecated. The gcc 2.95 manual tells
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 t

gcc 3.0 tells me that -m486 is deprecated. The gcc 2.95 manual tells
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.

show more ...


# 6bc847e4 10-Aug-2001 Richard Levitte

Apply the Tru64 patch from Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>

His comments are:

1) Changes all references for `True64' to be `Tru64', which is the correct
spelling fo

Apply the Tru64 patch from Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>

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.

show more ...


# 75e98d05 03-Aug-2001 Ben Laurie

This ghastly hack prevents CVS wars over Kerberos (which is disabled by default).


# 6d03b73e 30-Jul-2001 Andy Polyakov

Enhanced support for IA-64 Linux and HP-UX (as well as better support for
HP-UX in common in ./config). Note that for the moment of this writing
none of 64-bit platforms pass bntest. I'm comm

Enhanced support for IA-64 Linux and HP-UX (as well as better support for
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.

show more ...


# ac7b4261 25-Jul-2001 Andy Polyakov

Support for 64-bit Solaris build with GCC 3.0 and later. It should be
explicitely noted that 64-bit SPARCv9 ABI is not officially supported
by GCC 3.0 (support is scheduled for 3.1 release),

Support for 64-bit Solaris build with GCC 3.0 and later. It should be
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...

show more ...


# c518ade1 21-Jul-2001 Ben Laurie

Clean up EVP macros, rename DES EDE3 modes correctly, temporary support for
OpenBSD /dev/crypto (this will be revamped later when the appropriate machinery
is available).


# e452de9d 12-Jul-2001 Richard Levitte

Add the possibility to specify the use of zlib compression and
decompression. It can be set up to link at link time or to load the
zlib library at run-time.


# 2a1ef754 09-Jul-2001 Richard Levitte

Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 in
SSL according to RFC 2712. His comment is:

This is a patch to openssl-SNAP-20010702 to support Kerberized SSL
au

Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 in
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.

show more ...


Revision tags: OpenSSL-engine-0_9_6b, OpenSSL_0_9_6b
# dc01b6b1 01-Jul-2001 Richard Levitte

Changes to have OpenSSL compile on OS/2.
Contributed by "Brian Havard" <brianh@kheldar.apana.org.au>


# dd499e74 23-Jun-2001 Dr. Stephen Henson

Update my config entry to allow use of DSOs.


# 4831e626 12-May-2001 Dr. Stephen Henson

Change Win32 to use EXPORT_VAR_AS_FN.

Fix OPENSSL_IMPLEMENT_GLOBAL.

Allow Win32 to use EXPORT_VAR_AS_FN in mkdef.pl

make update.


# cf2d9e09 03-May-2001 Richard Levitte

Add support for Sun C on Solaris x86. Contributed by Ben <mouring@etoh.eviladmin.org>


Revision tags: OpenSSL_0_9_6a, OpenSSL-engine-0_9_6a
# ccd2cd3e 05-Apr-2001 Richard Levitte

Unixware config.


# 967d95f0 04-Apr-2001 Richard Levitte

Incorporate some changes that make OpenSSL compilable in CygWin.


# 0da945bb 03-Apr-2001 Richard Levitte

Remove a typo in dgux-R4-gcc.


Revision tags: OpenSSL-engine-0_9_6a-beta3, OpenSSL_0_9_6a-beta3
# 71a39dd4 27-Mar-2001 Richard Levitte

Restore asm/mips3.s to be compiled and linked in, since the bug has
(at least hopefully :-)) been fixed.


# b7883fbb 27-Mar-2001 Richard Levitte

Reports seem to show that asm/mips3.s has faults. To be investigated, but let's avoid using it in the mean time


# a77e023a 26-Mar-2001 Richard Levitte

For mips3 and alpha, put the assembler file directives in separate
variables and disable the Alpha assembler for now, since it has been
shown to fail.

The Alpha failure can be shown

For mips3 and alpha, put the assembler file directives in separate
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

show more ...


# b9a18f3b 24-Mar-2001 Richard Levitte

gcc uses collect2, not ld, to link things. Therefore, when using gcc
there's no need fooling ourselves, it's the gnu-shared method that we
should use. Do it for Solaris to begin with.


Revision tags: OpenSSL-engine-0_9_6a-beta2, OpenSSL_0_9_6a-beta2
# 8bf49ea1 18-Mar-2001 Richard Levitte

New cofiguration for Unixwre and SCO,with slightly better granularity. Contributed by Tim Rice <tim@multitalents.net>


# 09c4b4e0 15-Mar-2001 Richard Levitte

bsdi-elf needs to link with -ldl.


# 36810177 15-Mar-2001 Richard Levitte

For AIX 4.3 or above, allow the use of dlfcn.


1...<<51525354555657585960>>...62