aboutsummaryrefslogtreecommitdiff
path: root/Configure
AgeCommit message (Expand)AuthorFilesLines
2016-04-13Remove no-aes, no-rsa, no-sha, no-md5 and no-hmacMatt Caswell1-5/+0
2016-04-13Fix the handling of --with-zlib-includeRichard Levitte1-1/+1
2016-04-07Clean-up *_DEBUG options.Andy Polyakov1-3/+14
2016-04-06Perl cleanup: don't create lists unnecessarilyRichard Levitte1-5/+5
2016-04-06Configure: add BLAKE_DEBUG to --strict-warnings set.Andy Polyakov1-1/+1
2016-04-04Revert "various spelling fixes"Rich Salz1-10/+10
2016-04-04various spelling fixesFdaSilvaYY1-10/+10
2016-04-01Add the C macro NDEBUG when configuring for releaseRichard Levitte1-0/+2
2016-04-01Make the use of perl more consistentRichard Levitte1-1/+1
2016-03-30More things that don't work together.Ben Laurie1-0/+2
2016-03-30Make it possible to specify source files that will only be used for shared libsRichard Levitte1-1/+31
2016-03-28When using no-dtls create OPENSSL_NO_DTLSKurt Roeckx1-0/+1
2016-03-22Fix enable-zlib no-comp.Ben Laurie1-0/+1
2016-03-22sctp requires dgram.Ben Laurie1-1/+1
2016-03-21Fix no-gostMatt Caswell1-1/+1
2016-03-21Remove the no-rijndael optionMatt Caswell1-2/+0
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-6/+0
2016-03-21Remove generation of ms/version32.rc from Configure, use util/mkrc.plRichard Levitte1-60/+0
2016-03-19Make apps/progs.pl more flexibleRichard Levitte1-1/+9
2016-03-19Correct the export list when writing configdata.pmRichard Levitte1-1/+1
2016-03-19Correct the check of files to depend on against known generated onesRichard Levitte1-3/+3
2016-03-17Make picker, thread and combine standard config helper functionsRichard Levitte1-0/+52
2016-03-17Remove Netware and OS/2Rich Salz1-13/+10
2016-03-17Disallow --classic for WindowsRichard Levitte1-1/+1
2016-03-17Added build.info debugging capability to ConfigureRichard Levitte1-2/+20
2016-03-16Disable AFALG when cross-compilingMatt Caswell1-0/+2
2016-03-15static-engine is no longer an internal keyword, remove it from %disabledRichard Levitte1-1/+0
2016-03-14Disable afalg when engine is disabled.Emilia Kasper1-5/+7
2016-03-14Enforce the demand for Perl 5.10.0 as a minimum.Richard Levitte1-1/+1
2016-03-14Fix a few Configure errorsRichard Levitte1-9/+4
2016-03-11Add blake2 support.Bill Cox1-1/+3
2016-03-11Configure: remove dependency on 'head'.Andy Polyakov1-3/+5
2016-03-11Don't build dynamic engines unless configured "shared"Richard Levitte1-1/+2
2016-03-10Configure - don't trust $1 to stick around, save its value awayRichard Levitte1-1/+3
2016-03-09Correct slight logic error in processing IF in build.infoRichard Levitte1-1/+1
2016-03-09Comment away the extra checks in ConfigureRichard Levitte1-5/+5
2016-03-09In build.info, an IF within a clause that's skipped over shouldn't applyRichard Levitte1-1/+7
2016-03-09Remove the old threading APIMatt Caswell1-1/+0
2016-03-09Don't check the conditions to build e_afalg if configured "no-engine"Richard Levitte1-14/+16
2016-03-09Have Configure display the value of SHARED_CFLAGRichard Levitte1-0/+1
2016-03-09Check gcc version to see if it supports -MM and friendsRichard Levitte1-1/+5
2016-03-09Add the configure option 'no-makedepend'Richard Levitte1-5/+13
2016-03-08Add the Configure option --classic, to fall back on classic build schemesRichard Levitte1-1/+23
2016-03-08Revert "unified build scheme: Try to nudge users to try the "unified" build"Richard Levitte1-49/+1
2016-03-08Fix building without multiblock supportMatt Caswell1-0/+1
2016-03-07Unified - Add the build.info command OVERRIDE, to avoid build file clashesRichard Levitte1-1/+10
2016-03-07Unified - Add the build.info command GENERATE, to generate source filesRichard Levitte1-0/+18
2016-03-07Misc afalg build fixesMatt Caswell1-4/+7
2016-03-07Rework based on feedback:clucey1-1/+5
2016-03-07ALG: Add AFALG engineclucey1-0/+13