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