summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Collapse)Author
2000-03-25List "no-..." option first because it's the most frequently needed one.Bodo Möller
2000-03-25Explain configuration options more completely.Bodo Möller
2000-03-24A couple of corrections concerning HPUX 10 and shared libraries.Richard Levitte
Contributed by Lutz Jaenicke.
2000-03-23A quick hack to have ssize_t work with gcc under SunOS 4 (tested onRichard Levitte
SunOS 4.1.4).
2000-03-12cleaning up a littleBodo Möller
2000-03-07Protect variables from potential misinterpretations, for example aRichard Levitte
colon which may bite the lesser knowleged...
2000-03-02I'm experimenting with a hack in dopr() and friends b_printf.c to makeRichard Levitte
it work like asprintf().
2000-02-29some people can't read :)Ulf Möller
2000-02-29Added configuration support for Linux/IA64Ralf S. Engelschall
Submitted by: Rolf Haberrecker <rolf@suse.de>
2000-02-28Switch to 0.9.6, and finally remove the annoying messageBodo Möller
about renamed header files.
2000-02-26Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller
2000-02-26Add support for Unixware 7. Thanks to Ron Record <rr@sco.com> for theRichard Levitte
patch.
2000-02-25linux-ppcUlf Möller
Submitted by: Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2000-02-25Use threads for linux-ppc.Bodo Möller
2000-02-24Don't define platform-dependent preprocessor symbols for OPENSSL_THREAD_DEFINES.Bodo Möller
"make update".
2000-02-23Avoid saving any macros starting with a _, since that can createRichard Levitte
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.
2000-02-21Move MAC computations for Finished from ssl3_read_bytes intoBodo Möller
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.
2000-02-21More compact Configure usage message.Ulf Möller
2000-02-20Change the 'other' structure in certificate aux info.Dr. Stephen Henson
2000-02-18Keep variable names consistent with corresponding pre-processorBodo Möller
symbols.
2000-02-18Make excluded cipher entry in opensslconf.h a bit more descriptive.Ulf Möller
2000-02-18Stay compatible to older Perl5 releases (see diff -r1.11 -r1.12).Bodo Möller
2000-02-18Avoid potential conflicts between #defines in opensslconf.h andBodo Möller
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.
2000-02-18Make Configure add the configuration options that it was copmiledRichard Levitte
with. Currently, those defines are protected with a OPENSSL_EXCLUDED. That may not be the best strategy, but it will do for now.
2000-02-15Avoid GNU C assembler templates under Solaris x86.Andy Polyakov
2000-02-12HP-UX tune-up: new unified configs, HP C compiler bug workaround.Andy Polyakov
2000-02-06Support for MacOS X (Rhapsody) is added. Also get rid of volatileAndy Polyakov
qualifier in asm definitions as it prevents compiler from moving the instruction(s) during optimization pass.
2000-02-05Generate just one error code if iterated SSL_CTX_get() fails.Bodo Möller
Avoid enabled 'assert()' in production library.
2000-02-01EBCDIC support.Ulf Möller
Submitted by: Martin Kraemer <martin.kraemer@mch.sni.de>
2000-02-01Print a reassuring message when Configure is done.Ulf Möller
2000-01-29Finally found a form that I like...Richard Levitte
2000-01-27It works much better when you don't press shift at the wrong moment...Richard Levitte
2000-01-27Added a configuration for myself...Richard Levitte
2000-01-22config string commentUlf Möller
2000-01-20WINDOWS is defined in e_os.h. The problem was WIN32 (the new egcs uses _WIN32).Ulf Möller
2000-01-20Define WINDOWS for Mingw32 and Cygwin.Bodo Möller
2000-01-20Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson
2000-01-16Add missing #ifndefs that caused missing symbols when building libsslUlf Möller
as a shared library without RSA. Use #ifndef NO_SSL2 instead of NO_RSA in ssl/s2*.c. Submitted by: Kris Kennaway <kris@hub.freebsd.org> Modified by Ulf Möller
2000-01-11Make sure that generated files are labeled as such (except in dofile(), for now)Richard Levitte
2000-01-07make no-des and no-rc2 work.Bodo Möller
2000-01-05Rename CA.pl to CA.pl.in (no actual changes), and let ConfigureBodo Möller
set the #! line with the path to Perl. Submitted by: Peter Jones
2000-01-02Enhanced support for Alpha Linux. See CHANGES for details.Andy Polyakov
1999-11-03Fix assembler for Alpha (tested only on DEC OSF not Linux or *BSD). TheMark J. Cox
problem was that one of the replacement routines had not been working since SSLeay releases. For now the offending routine has been replaced with non-optimised assembler. Even so, this now gives around 95% performance improvement for 1024 bit RSA signs.
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller
Submitted by: Lennart Bång, Bodo Möller
1999-10-07RC4 tune-up featuring 30-40% performance improvement on most RISCAndy Polyakov
platforms. See crypto/rc4/rc4_enc.c for further details.
1999-09-30HPUX 11 flags.Ulf Möller
Contributed by: Peter Huang <PETER_HUANG@HP-Cupertino-om8.om.hp.com>
1999-09-29Generate obj_dat.h in "make update".Ulf Möller
1999-09-14Add some debug-solaris-...-cc configurations.Bodo Möller
1999-09-10Truncate message about "new" include filenamesBodo Möller
1999-09-09Re-enable message about transition <foo.h> => <openssl/foo.h>Bodo Möller
because various programs are not updated that often and hence still expect header files names without the openssl/ prefix.