History log of /openssl/Configure (Results 1351 – 1375 of 1539)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OpenSSL_0_9_5a-beta2
# 72fbca2c 23-Mar-2000 Richard Levitte

A quick hack to have ssize_t work with gcc under SunOS 4 (tested on
SunOS 4.1.4).


Revision tags: OpenSSL_0_9_5a-beta1
# 863fe2ec 12-Mar-2000 Bodo Möller

cleaning up a little


# b7e16361 07-Mar-2000 Richard Levitte

Protect variables from potential misinterpretations, for example a
colon which may bite the lesser knowleged...


# 41b8994e 02-Mar-2000 Richard Levitte

I'm experimenting with a hack in dopr() and friends b_printf.c to make
it work like asprintf().


# dd8ec7cc 29-Feb-2000 Ulf Möller

some people can't read :)


# 010712ff 29-Feb-2000 Ralf S. Engelschall

Added configuration support for Linux/IA64

Submitted by: Rolf Haberrecker <rolf@suse.de>


# 865874f2 28-Feb-2000 Bodo Möller

Switch to 0.9.6, and finally remove the annoying message
about renamed header files.


Revision tags: OpenSSL_0_9_5beta2
# 775c63fc 26-Feb-2000 Ulf Möller

Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.


# 9a5a7401 26-Feb-2000 Richard Levitte

Add support for Unixware 7. Thanks to Ron Record <rr@sco.com> for the
patch.


# 40134e22 25-Feb-2000 Ulf Möller

linux-ppc

Submitted by: Franz Sirl <Franz.Sirl-kernel@lauterbach.com>


# 935a50e8 25-Feb-2000 Bodo Möller

Use threads for linux-ppc.


# a7b991bd 24-Feb-2000 Bodo Möller

Don't define platform-dependent preprocessor symbols for OPENSSL_THREAD_DEFINES.

"make update".


Revision tags: OpenSSL_0_9_5beta1
# 9ae2ad23 23-Feb-2000 Richard Levitte

Avoid saving any macros starting with a _, since that can create
trouble if header files are included in some "impropper" order.
It's much better if the application programmer has to specify

Avoid saving any macros starting with a _, since that can create
trouble if header files are included in some "impropper" order.
It's much better if the application programmer has to specify on his
or her own if _REENTRANT shall be defined and when.

show more ...


# 745c70e5 21-Feb-2000 Bodo Möller

Move MAC computations for Finished from ssl3_read_bytes into
ssl3_get_message, which is more logical (and avoids a bug,
in addition to the one that I introduced yesterday :-)
and makes Mi

Move MAC computations for Finished from ssl3_read_bytes into
ssl3_get_message, which is more logical (and avoids a bug,
in addition to the one that I introduced yesterday :-)
and makes Microsoft "fast SGC" less special.
MS SGC should still work now without an extra state of its own
(it goes directly to SSL3_ST_SR_CLNT_HELLO_C, which is the usual state
for reading the body of a Client Hello message), however this should
be tested to make sure, and I don't have a MS SGC client.

show more ...


# 10a926c1 21-Feb-2000 Ulf Möller

More compact Configure usage message.


# d754b385 20-Feb-2000 Dr. Stephen Henson

Change the 'other' structure in certificate aux info.


# fb77c6fb 18-Feb-2000 Bodo Möller

Keep variable names consistent with corresponding pre-processor
symbols.


# 7fa1343e 18-Feb-2000 Ulf Möller

Make excluded cipher entry in opensslconf.h a bit more descriptive.


# e5b4462f 18-Feb-2000 Bodo Möller

Stay compatible to older Perl5 releases (see diff -r1.11 -r1.12).


# 26dc267f 18-Feb-2000 Bodo Möller

Avoid potential conflicts between #defines in opensslconf.h and
defines when compiling applications, and allow applications to
select what #defines to enable -- OPENSSL_EXLUCDE_DEFINES
en

Avoid potential conflicts between #defines in opensslconf.h and
defines when compiling applications, and allow applications to
select what #defines to enable -- OPENSSL_EXLUCDE_DEFINES
enables the "#define NO_whatever" stuff only, which avoids
potential severe confusion caused by "#define _REENTRANT" when
opensslconf.h is not the first header file #included.

show more ...


# fb044c59 18-Feb-2000 Richard Levitte

Make Configure add the configuration options that it was copmiled
with.

Currently, those defines are protected with a OPENSSL_EXCLUDED. That
may not be the best strategy, but it wil

Make Configure add the configuration options that it was copmiled
with.

Currently, those defines are protected with a OPENSSL_EXCLUDED. That
may not be the best strategy, but it will do for now.

show more ...


# f8bbcf3a 15-Feb-2000 Andy Polyakov

Avoid GNU C assembler templates under Solaris x86.


# bcba6cc6 12-Feb-2000 Andy Polyakov

HP-UX tune-up: new unified configs, HP C compiler bug workaround.


# 0fad6cb7 06-Feb-2000 Andy Polyakov

Support for MacOS X (Rhapsody) is added. Also get rid of volatile
qualifier in asm definitions as it prevents compiler from moving
the instruction(s) during optimization pass.


# 37e48b88 05-Feb-2000 Bodo Möller

Generate just one error code if iterated SSL_CTX_get() fails.
Avoid enabled 'assert()' in production library.


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