aboutsummaryrefslogtreecommitdiff
path: root/Configure
AgeCommit message (Collapse)AuthorFilesLines
1999-04-23Submitted by:Bodo Möller1-1/+1
Reviewed by: PR:
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-0/+25
Submitted by: Reviewed by: PR:
1999-04-23Andy Polyakov points out that BF_PTR2 is slower than the generic case.Ulf Möller1-2/+2
1999-04-23Work with -pedantic!Ben Laurie1-1/+1
1999-04-22Ultrix compatibility.Ulf Möller1-1/+2
Submitted by: Bernhard Simon <simon@zid.tuwien.ac.at>
1999-04-21Move all autogenerated header file parts to crypto/opensslconf.h.Ulf Möller1-203/+20
1999-04-20-Wall implies -Wuninitialized.Ulf Möller1-2/+2
1999-04-19Document additional Configure flags.Ulf Möller1-2/+7
1999-04-19Error in comment.Ulf Möller1-1/+1
1999-04-19Defunct assembler files removed; various cleanups.Ulf Möller1-34/+39
New Ultrix and Alpha entries submitted by Bernhard Simon <simon@zid.tuwien.ac.at>.
1999-04-19New "Configure" entry (Solaris with debug info)Bodo Möller1-0/+1
Submitted by: Reviewed by: PR:
1999-04-17Massive constification.Ben Laurie1-1/+1
1999-04-16Fix some warnings. Contributed by Anonymous.Ben Laurie1-0/+1
1999-04-13New Configure option "rsaref".Ulf Möller1-0/+5
1999-04-12Don#t auto-generate crypto/pem/pem.h -- a fixed file is fine for it.Bodo Möller1-26/+26
Submitted by: Reviewed by: PR:
1999-04-09Use Perl 5 even if Perl 4 comes first in the search path.Ulf Möller1-1/+2
1999-04-08Fix linux-mips entry.Ulf Möller1-1/+1
Submitted by: Niels Poppe <niels@netbox.org>
1999-04-01New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1-0/+23
1999-03-31New option to generate 80386 code.Ulf Möller1-0/+5
1999-03-27Linux PPC support.Ben Laurie1-2/+2
1999-03-12Allow bsdi-gcc - see if it gets anyone anywhere.Ben Laurie1-1/+1
1999-03-12Solaris shared library support.Ben Laurie1-0/+2
1999-03-09Go faster.Ben Laurie1-1/+1
1999-03-07Don't make links in INSTALL doc - also, work first time!Ben Laurie1-1/+1
1999-03-07Don't make links on Windoze.Ben Laurie1-1/+8
1999-03-07Linux MIPS support.Ben Laurie1-0/+2
1999-03-07Always make links.Ben Laurie1-0/+3
1999-03-06Add a useful kludge to allow package maintainers to specify compiler and otherRalf S. Engelschall1-0/+4
platforms details on the command line without having to patch the Configure script everytime: One now can use ``perl Configure <id>:<details>'', i.e. platform ids are allowed to have details appended to them (seperated by colons). This is treated as there would be a static pre-configured entry in Configure's %table under key <id> with value <details> and ``perl Configure <id>'' is called. So, when you want to perform a quick test-compile under FreeBSD 3.1 with pgcc and without assembler stuff you can use ``perl Configure "FreeBSD-elf:pgcc:-O6:::"'' now, which overrides the FreeBSD-elf entry on-the-fly. (PS: Notice that the same effect _cannot_ be achieved by using ``make CC=pgcc ..'' etc, because you cannot override all things from there.)
1999-03-06Allow DSO flags like -fpic, -fPIC, -KPIC etc. to be specified on the `perlRalf S. Engelschall1-1/+5
Configure ...' command line. This way one can compile OpenSSL libraries with Position Independent Code (PIC) which is needed for linking it into DSOs.
1999-03-06Ralf is now using FreeBSD 3.1 which runs ELF instead of a.out...Ralf S. Engelschall1-1/+1
1999-02-25Fix clearly untested "clever" hack.Ben Laurie1-1/+1
1999-02-25Don't hard-code path to Perl interpreter on shebang line of ConfigureRalf S. Engelschall1-1/+6
script. Instead use the usual Shell->Perl transition trick.
1999-02-23Fix more warnings.Ben Laurie1-1/+1
1999-02-20Fix a warning.Ben Laurie1-1/+1
1999-02-14Patch to Configure script. For some reason the BN_ASM part was truncated toDr. Stephen Henson1-4/+6
the first word which broke (at least) the Linux compile. Hopefully this wont break other platforms.
1999-02-13Oops... add other changes this time too.Dr. Stephen Henson1-0/+58
1999-02-13Finally(?) fix DES stuff.Ben Laurie1-0/+1
1999-02-12Actually use BN when selected!Ben Laurie1-2/+2
1999-02-07Minor tweaks to keep Perl 5.001 happy.Ben Laurie1-3/+4
1999-02-01More Win32 fixes. The Configure script used to give *lots* of warnings aboutDr. Stephen Henson1-4/+3
use of undefined variables: kludge so they all get initialised. Also avoid use of POSIX module.
1999-01-30Add CygWin32 platform information to Configure script.Ralf S. Engelschall1-1/+4
Submitted by: Alan Batie <batie@aahz.jf.intel.com>
1998-12-30Fix an error messageRalf S. Engelschall1-1/+1
1998-12-28Make Configure work again after eliminating files.Ben Laurie1-7/+9
1998-12-28Deal with generated files.Ben Laurie1-1/+1
1998-12-28This is not a bug in NT Perl, its a bug in Configure.Ben Laurie1-3/+2
1998-12-28Require Perl 5.Ben Laurie1-0/+1
1998-12-28Fix option listing.Ben Laurie1-1/+0
1998-12-28Add strictness, fix variable substition bugs.Ben Laurie1-63/+70
1998-12-22Incorporation of RSEs assembled patchesRalf S. Engelschall1-1/+17
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-28/+58