summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Expand)Author
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
2016-03-07Rework based on feedback:clucey
2016-03-07ALG: Add AFALG engineclucey
2016-03-05Change names of ordinals and libs, libeay => libcrypto and ssleay => libsslRichard Levitte
2016-03-04Disable SSLv3 by defaultKurt Roeckx
2016-03-04Don't build RC4 ciphersuites into libssl by defaultMatt Caswell
2016-03-04Restore the zlib / zlib-dynamic logicRichard Levitte
2016-03-02Don't copy from %target to %config so much, see %config as a complementRichard Levitte
2016-03-02Configure - Get rid of the special thread_cflag, replace with thread_schemeRichard Levitte
2016-03-02Configure - get rid of the special debug_ and release_ settingsRichard Levitte
2016-03-02Minimize copied config settingsRichard Levitte
2016-03-02Configure - move the addition of the zlib / libz lib to configsRichard Levitte
2016-03-02Configure - Rename BASE to DEFAULTS and add a few inheritable BASEsRichard Levitte
2016-03-02Configure - Allow CODErefs and ARRAYrefs in configuration setting arraysRichard Levitte
2016-03-02Configure - make the use of environment variables for overrides consistentRichard Levitte
2016-03-02Make uplink auxiliary source separate from cpuid sourceRichard Levitte
2016-03-01Unified - have configdata.pm depend on a few more thingsRichard Levitte
2016-02-27Remove last remains of old config stringsRichard Levitte
2016-02-27Apply default after having checked the given config target is validRichard Levitte
2016-02-26Make the table entry printer in Configure aware of ARRAYsRichard Levitte
2016-02-26Forgotten change of add() call in ConfigureRichard Levitte
2016-02-26Configure - neater looking add() and add_before()Richard Levitte
2016-02-22Add OPENSSL_PIC backRichard Levitte
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-22The build files use %disabled, make sure to pass it to themRichard Levitte
2016-02-22Partial revert of 1288f26 and fix for no-asyncMatt Caswell
2016-02-22Clean away $no_dso since with have $disabled{dso}Richard Levitte
2016-02-22Clean away $no_asm since with have $disabled{asm}Richard Levitte
2016-02-22Clean away $no_rfc3779 since we don't appear to use it at allRichard Levitte
2016-02-22Clean away $zlib since with have $disabled{zlib}Richard Levitte
2016-02-22Clean away $no_threads since we have $disabled{threads}Richard Levitte
2016-02-22Clean away $config{no_shared} since we have $disabled{shared}Richard Levitte
2016-02-22Expose %disables to the perl fragments in build.info files.Richard Levitte
2016-02-22Fix a few typosRichard Levitte
2016-02-22Get back "ssl2" as a deprecated disablable optionRichard Levitte
2016-02-22Introduce the "pic" / "no-pic" config optionRichard Levitte
2016-02-22Use $disabled{"dynamic-engine"} internallyRichard Levitte
2016-02-20Build dynamic engines even if configured "no-shared"Richard Levitte
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-19Misc small fixes.Richard Levitte
2016-02-19Let Configure figure out the diverse shared library and DSO extensionsRichard Levitte
2016-02-19Rethink the uplink / applink storyRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-17Remove "experimental" in code and comments, too.Rich Salz
2016-02-17Get conditional priorities rightRichard Levitte
2016-02-17RT3628: Allow filenames to be eliminated from compiled libraryDavid Woodhouse
2016-02-17When someone configures an out-of-source build, switch to unifiedRichard Levitte