aboutsummaryrefslogtreecommitdiff
path: root/Configure
AgeCommit message (Expand)AuthorFilesLines
1999-11-03Fix assembler for Alpha (tested only on DEC OSF not Linux or *BSD). TheMark J. Cox1-6/+3
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller1-1/+1
1999-10-07RC4 tune-up featuring 30-40% performance improvement on most RISCAndy Polyakov1-31/+48
1999-09-30HPUX 11 flags.Ulf Möller1-3/+2
1999-09-29Generate obj_dat.h in "make update".Ulf Möller1-2/+0
1999-09-14Add some debug-solaris-...-cc configurations.Bodo Möller1-1/+4
1999-09-10Truncate message about "new" include filenamesBodo Möller1-30/+2
1999-09-09Re-enable message about transition <foo.h> => <openssl/foo.h>Bodo Möller1-32/+32
1999-09-07Correct address in a comment.Ulf Möller1-1/+1
1999-08-24Minor MIPS III/IV tune-up.Andy Polyakov1-4/+4
1999-08-13editing error.Ulf Möller1-1/+2
1999-08-13Honor $PERL environment variable in Configure.Ulf Möller1-1/+1
1999-08-13Add pkcs7 and des apps to "make all".Ulf Möller1-0/+1
1999-08-12Disable the text about foo.h => openssl/foo.h.Bodo Möller1-32/+32
1999-08-11Add functions to allow extensions to be added to certificate requests.Dr. Stephen Henson1-1/+1
1999-08-08Backout the following change:Ralf S. Engelschall1-1/+1
1999-08-04Configure fix for Windows: under Windows+perl "system" ends up going via theDr. Stephen Henson1-1/+1
1999-08-02automatically use no-mdc2 if no-des is requested.Bodo Möller1-0/+6
1999-08-02Revert previous change -- it was an accident.Bodo Möller1-12/+0
1999-08-02avoid some NO_<cipher> problemsBodo Möller1-0/+12
1999-07-29Always use buildinf.h, which now includes the mk1mfinf.h data.Bodo Möller1-6/+7
1999-07-27Use correct CFLAG definition for makefile.one builds.Bodo Möller1-0/+2
1999-07-25SPARC Solaris config updates.Andy Polyakov1-12/+20
1999-07-25SGI IRIX config updates.Andy Polyakov1-12/+12
1999-07-25Added support for SPARC Linux.Andy Polyakov1-2/+12
1999-07-21avoid -DPLATFORM=\"...\" and -DCFLAGS=\"...\" command lines,Bodo Möller1-7/+7
1999-07-20MIPS III/IV assembler module is reimplemented.Andy Polyakov1-2/+2
1999-07-19New compile time option -DCRYPTO_MDEBUG_THREAD.Bodo Möller1-3/+3
1999-07-19Have CRYPTO_MDEBUG_TIME automatically set CRYPTO_MDEBUG,Bodo Möller1-3/+3
1999-07-18Add optional (compile-time configurable) time to CRYPTO_mem_leaks output.Bodo Möller1-1/+1
1999-07-16Did not check the last SDIR line for excluded algorithms.Ulf Möller1-1/+1
1999-07-14Judging from various messages on the OpenSSL mailing lists, HP-UX 10Bodo Möller1-2/+2
1999-07-09Provide CFLAGS and PLATFORM information on Windows platforms.Bodo Möller1-0/+8
1999-07-09Don't confuse mk1mf.pl by combining multiple options into one.Bodo Möller1-1/+7
1999-07-09Broken HPUX cc.Ulf Möller1-1/+1
1999-07-05Disable asserts for standard configurations.Bodo Möller1-1/+1
1999-07-05make debug-solaris-[u]sparc-gcc more usefulBodo Möller1-2/+2
1999-06-26The Mingw32 configuration entry was missing one colon (found byBodo Möller1-7/+7
1999-06-26configuration change for debuggingBodo Möller1-1/+1
1999-06-24Use the same CPU recogition method for FreeBSD 3 as for the other FreeBSDUlf Möller1-1/+0
1999-06-23Don't use inline assembler when configured for "no-asm".Bodo Möller1-1/+4
1999-06-21Make some debug-... configurations more useful for debugging.Bodo Möller1-3/+3
1999-06-14Provide fallback configurations for all hpux... configurationsBodo Möller1-1/+16
1999-06-10NeXT 3.3 can handle -O3 (3.0 can't).Bodo Möller1-2/+1
1999-06-10hpux-cc (HPUX 9.x) does not work with BN_LLONG (floating point exceptions).Bodo Möller1-1/+1
1999-06-10Fix determination of Perl interpreter: A perl or perl5Ralf S. Engelschall1-1/+1
1999-06-09Put SC5 warning back in, future changes might trigger the compiler bug again.Ulf Möller1-0/+1
1999-06-09Don't define _ANSI_SOURCE for NetBSD.Ulf Möller1-1/+1
1999-06-09Delete unnecessary newlines in TABLEBodo Möller1-1/+0
1999-06-09Some pre-POSIX systems don't have unistd.h (but e.g. lib.c).Bodo Möller1-93/+100