summaryrefslogtreecommitdiff
path: root/Configure
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller2000-02-261-1/+1
|
* Add support for Unixware 7. Thanks to Ron Record <rr@sco.com> for theRichard Levitte2000-02-261-0/+3
| | | | patch.
* linux-ppcUlf Möller2000-02-251-1/+1
| | | | Submitted by: Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* Use threads for linux-ppc.Bodo Möller2000-02-251-1/+1
|
* Don't define platform-dependent preprocessor symbols for OPENSSL_THREAD_DEFINES.Bodo Möller2000-02-241-8/+8
| | | | "make update".
* Avoid saving any macros starting with a _, since that can createRichard Levitte2000-02-231-1/+1
| | | | | | 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.
* Move MAC computations for Finished from ssl3_read_bytes intoBodo Möller2000-02-211-1/+1
| | | | | | | | | | 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.
* More compact Configure usage message.Ulf Möller2000-02-211-6/+25
|
* Change the 'other' structure in certificate aux info.Dr. Stephen Henson2000-02-201-1/+1
|
* Keep variable names consistent with corresponding pre-processorBodo Möller2000-02-181-7/+7
| | | | symbols.
* Make excluded cipher entry in opensslconf.h a bit more descriptive.Ulf Möller2000-02-181-1/+2
|
* Stay compatible to older Perl5 releases (see diff -r1.11 -r1.12).Bodo Möller2000-02-181-1/+2
|
* Avoid potential conflicts between #defines in opensslconf.h andBodo Möller2000-02-181-13/+21
| | | | | | | | 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.
* Make Configure add the configuration options that it was copmiledRichard Levitte2000-02-181-2/+22
| | | | | | | with. Currently, those defines are protected with a OPENSSL_EXCLUDED. That may not be the best strategy, but it will do for now.
* Avoid GNU C assembler templates under Solaris x86.Andy Polyakov2000-02-151-8/+25
|
* HP-UX tune-up: new unified configs, HP C compiler bug workaround.Andy Polyakov2000-02-121-4/+37
|
* Support for MacOS X (Rhapsody) is added. Also get rid of volatileAndy Polyakov2000-02-061-0/+3
| | | | | qualifier in asm definitions as it prevents compiler from moving the instruction(s) during optimization pass.
* Generate just one error code if iterated SSL_CTX_get() fails.Bodo Möller2000-02-051-13/+13
| | | | Avoid enabled 'assert()' in production library.
* EBCDIC support.Ulf Möller2000-02-011-1/+1
| | | | Submitted by: Martin Kraemer <martin.kraemer@mch.sni.de>
* Print a reassuring message when Configure is done.Ulf Möller2000-02-011-0/+2
|
* Finally found a form that I like...Richard Levitte2000-01-291-1/+1
|
* It works much better when you don't press shift at the wrong moment...Richard Levitte2000-01-271-1/+1
|
* Added a configuration for myself...Richard Levitte2000-01-271-0/+1
|
* config string commentUlf Möller2000-01-221-2/+2
|
* WINDOWS is defined in e_os.h. The problem was WIN32 (the new egcs uses _WIN32).Ulf Möller2000-01-201-2/+2
|
* Define WINDOWS for Mingw32 and Cygwin.Bodo Möller2000-01-201-2/+2
|
* Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson2000-01-201-0/+1
|
* Add missing #ifndefs that caused missing symbols when building libsslUlf Möller2000-01-161-1/+1
| | | | | | | | 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
* Make sure that generated files are labeled as such (except in dofile(), for now)Richard Levitte2000-01-111-0/+2
|
* make no-des and no-rc2 work.Bodo Möller2000-01-071-0/+1
|
* Rename CA.pl to CA.pl.in (no actual changes), and let ConfigureBodo Möller2000-01-051-0/+2
| | | | | | set the #! line with the path to Perl. Submitted by: Peter Jones
* Enhanced support for Alpha Linux. See CHANGES for details.Andy Polyakov2000-01-021-0/+6
|
* Fix assembler for Alpha (tested only on DEC OSF not Linux or *BSD). TheMark J. Cox1999-11-031-6/+3
| | | | | | | 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.
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-251-1/+1
| | | | Submitted by: Lennart Bång, Bodo Möller
* RC4 tune-up featuring 30-40% performance improvement on most RISCAndy Polyakov1999-10-071-31/+48
| | | | platforms. See crypto/rc4/rc4_enc.c for further details.
* HPUX 11 flags.Ulf Möller1999-09-301-3/+2
| | | | Contributed by: Peter Huang <PETER_HUANG@HP-Cupertino-om8.om.hp.com>
* Generate obj_dat.h in "make update".Ulf Möller1999-09-291-2/+0
|
* Add some debug-solaris-...-cc configurations.Bodo Möller1999-09-141-1/+4
|
* Truncate message about "new" include filenamesBodo Möller1999-09-101-30/+2
|
* Re-enable message about transition <foo.h> => <openssl/foo.h>Bodo Möller1999-09-091-32/+32
| | | | | because various programs are not updated that often and hence still expect header files names without the openssl/ prefix.
* Correct address in a comment.Ulf Möller1999-09-071-1/+1
|
* Minor MIPS III/IV tune-up.Andy Polyakov1999-08-241-4/+4
|
* editing error.Ulf Möller1999-08-131-1/+2
|
* Honor $PERL environment variable in Configure.Ulf Möller1999-08-131-1/+1
| | | | Submitted by: Even Holen <Even.Holen@itea.ntnu.no>
* Add pkcs7 and des apps to "make all".Ulf Möller1999-08-131-0/+1
|
* Disable the text about foo.h => openssl/foo.h.Bodo Möller1999-08-121-32/+32
| | | | Everyone should have got it by now.
* Add functions to allow extensions to be added to certificate requests.Dr. Stephen Henson1999-08-111-1/+1
| | | | | | Modify obj_dat.pl to take its files from the command line. Usage is now perl obj_dat.pl objects.h obj_dat.h this should avoid redirection shell escape problems under Win32.
* Backout the following change:Ralf S. Engelschall1999-08-081-1/+1
| | | | | | | | | | | | | revision 1.109 | date: 1999/06/24 19:39:23; author: ulf; state: Exp; lines: +0 -1 | Use the same CPU recogition method for FreeBSD 3 as for the other FreeBSD | versions. (The FreeBSD and FreeBSD-elf Configure entries were identical.) Because Ulf overlooked the ELF vs. a.out difference, i.e. the two entries were _NOT_ identical! This way OpenSSL 0.9.4 at least compiles again under FreeBSD 2 and 3. For 0.9.5-dev I'll try to fix the stuff in a more general way to also allow FreeBSD 4 and other variants.
* Configure fix for Windows: under Windows+perl "system" ends up going via theDr. Stephen Henson1999-08-041-1/+1
| | | | command shell which means that redirecttion needs backslashes in the paths.
* automatically use no-mdc2 if no-des is requested.Bodo Möller1999-08-021-0/+6
|