History log of /openssl/Configure (Results 1176 – 1200 of 1539)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e20afbb3 14-Nov-2002 Richard Levitte

Cygwin fixes


# 8d6e6048 14-Nov-2002 Richard Levitte

Fix to build better with DJGPP.
PR: 338

Here's the description, submitted by Gisle Vanem <giva@bgnett.no>:

1. sock_init() renamed to ssl_sock_init() in ./apps/s_socket.c due

Fix to build better with DJGPP.
PR: 338

Here's the description, submitted by Gisle Vanem <giva@bgnett.no>:

1. sock_init() renamed to ssl_sock_init() in ./apps/s_socket.c due
to name-clash with Watt-32.

2. rand() renamed to Rand() in ./crypto/bn/divtest.c due to name-clash
with <stdlib.h>

3. Added calls to dbug_init()/sock_init() in some demo programs.

4. Changed cflags/lflags in configure. Watt-32 install root now taken
from $WATT_ROOT.

show more ...


# 403f1bdc 14-Nov-2002 Richard Levitte

When AES is skipped because the option 'no-rijndael' was given,
make sure it's skipped from SDIRS as well.


# 0709385d 13-Nov-2002 Richard Levitte

Correct support for SunOS 4.1.3_U1.
PR: 227


# 1810d208 06-Nov-2002 Richard Levitte

some people just can't read the instructions


# 6cb68620 24-Oct-2002 Richard Levitte

For the mkdef.pl to recognise if the "external" engines are inserted
into libcrypto, we need the "algorithm" STATIC_ENGINE.


# ecd45314 11-Oct-2002 Richard Levitte

Step 6 of move of engines: rename the macro ENGINE_DYNAMIC_SUPPORT to
OPENSSL_NO_DYNAMIC_ENGINE and make sure that gets defined unless
shared library support has been specifically requested.


# 729f0a27 11-Oct-2002 Richard Levitte

Add a configuration target for A/UX.
PR: 271


# 832f9304 10-Oct-2002 Richard Levitte

Rhapsody had ftime, Darwin doesn't (any longer?)


# 6a89a25c 09-Oct-2002 Richard Levitte

Add a few more VxWorks targets.
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 m

Add a few more VxWorks targets.
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.

show more ...


# fc6a6a10 04-Oct-2002 Dr. Stephen Henson

Add version info to Win32 DLLs.

We might want to edit the strings a bit...

Maybe add to 0.9.7 too?


# 1c4e4e4f 16-Aug-2002 Richard Levitte

Add -lz to the ld flags when the user has chosen to link in zlib *statically*.
Notified by Doug Kaufman <dkaufman@rahul.net>


Revision tags: OpenSSL-engine-0_9_6g, OpenSSL_0_9_6g
# e172d60d 09-Aug-2002 Bodo Möller

Add ECDH support.

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

Add ECDH support.

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>

show more ...


Revision tags: OpenSSL-engine-0_9_6f, OpenSSL_0_9_6f
# 179add2b 01-Aug-2002 Richard Levitte

Add aix64-cc, and make sure that ar gets proper flags for 64-bit libraries


# f70cf118 01-Aug-2002 Richard Levitte

Linux on s390 really knows about loading dynamically.
PR: 183


Revision tags: OpenSSL_0_9_7-beta3, OpenSSL-engine-0_9_6e, OpenSSL_0_9_6e
# 1cc67fa8 23-Jul-2002 Richard Levitte

Make dummy tests to make it easier to physically remove unwanted algorithms.
This should complete PR 75


# 9335a5f7 18-Jul-2002 Richard Levitte

Unixware doesn't have strings.h, so we need to declare strcasecmp()
differently.
Unixware 2 needs to link with libresolv.
PR: 148


# 8cfdb960 17-Jul-2002 Richard Levitte

On MacOS X, you're not allowed to have common objects in shared libraries


# 7dbed652 16-Jul-2002 Richard Levitte

We had some experimental options in the Darwin entries. They are no longer needed


# c2aa4f20 16-Jul-2002 Richard Levitte

For those wanting to build for several platforms with the same source
directory, making a separate directory tree with lots of symbolic links
seems to be the solution. Unfortunatelt, Configu

For those wanting to build for several platforms with the same source
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.

show more ...


# 7fe03ed3 16-Jul-2002 Richard Levitte

Let's not forget the second -Wtraditional


# 9466fa67 16-Jul-2002 Richard Levitte

Using -Wtraditional took it a little far. After all, we expect ANSI C, so
we don't need to care about traditional compilers


# a9d96b98 27-Jun-2002 Richard Levitte

Forgot to change the second $ENV{DJDIR} to /dev/env/DJDIR.
Part of PR 75


# e8b4d05f 27-Jun-2002 Richard Levitte

gcc requires -m64 to link 64-bit shared libraries on Solaris.
PR: 117


# 34ab17b6 27-Jun-2002 Richard Levitte

The general debug target must specify that it doesn't use assembler routines.
PR: 105


1...<<41424344454647484950>>...62