summaryrefslogtreecommitdiff
path: root/Configure
Commit message (Expand)AuthorAgeFilesLines
* Implementation of the ARIA cipher as described in RFC 5794.Pauli2017-02-211-2/+4
* If all versions of a proto are disabled, disabled the proto as wellRichard Levitte2017-02-171-0/+4
* Add support for parameterized SipHashTodd Short2017-02-011-1/+2
* Add -Wno-parentheses-equality to dev-warnings.Rich Salz2017-01-311-12/+15
* Fix compilation with no-ecMatt Caswell2016-12-291-1/+2
* Also set the CXXFLAG to the user supplied flagsKurt Roeckx2016-12-051-1/+1
* Move libfuzzer sanitizer options to READMEKurt Roeckx2016-12-031-4/+0
* Use 8bit-counters when using libfuzzerKurt Roeckx2016-12-031-1/+1
* INSTALL: clarify 386 and no-sse2 options.Andy Polyakov2016-11-251-2/+3
* Only build the body of e_padlock when there are lower level routinesRichard Levitte2016-11-151-0/+3
* Make it possible to disable building and running testsRichard Levitte2016-11-151-0/+1
* Revert "Remove heartbeats completely"Richard Levitte2016-11-151-2/+5
* Remove heartbeats completelyRichard Levitte2016-11-151-5/+2
* Building: make it possible to force linking with static OpenSSL libsRichard Levitte2016-11-101-0/+7
* Control building of ossl_shim through ConfigureMatt Caswell2016-11-041-0/+2
* Integrate ossl_shim into the buildRichard Levitte2016-11-041-0/+6
* Allow indented comments in build.infoRichard Levitte2016-11-031-1/+1
* Update Configure to know about tls1_3Matt Caswell2016-11-021-2/+4
* Revert "Disable MDC2 by default."Rich Salz2016-11-011-1/+0
* Disable MDC2 by default.Rich Salz2016-10-311-0/+1
* Fix C++ support: set $target{cxx} correctlyRichard Levitte2016-10-141-0/+1
* Configure: remove superfluous 0xVitezslav Cizek2016-10-131-1/+1
* Remove automatic RPATH - add user rpath supportRichard Levitte2016-10-131-1/+10
* Add support for C++ in ConfigureRichard Levitte2016-10-121-7/+23
* Add -Wswitch-enumRich Salz2016-09-221-1/+2
* Have the configuration options 'no-err' and 'no-async' work againRichard Levitte2016-09-171-1/+2
* Rearrange the storage of build file template names in %configRichard Levitte2016-09-161-40/+42
* Register the name of the config file each config target was found inRichard Levitte2016-09-161-2/+7
* Configure: detect gcc's dependency generation capability more accurately.Andy Polyakov2016-09-131-1/+1
* Configure: impose ^X on whole build procedure.Andy Polyakov2016-09-131-18/+2
* Trim config outputRich Salz2016-09-091-42/+25
* Allow asan, msan and ubsan to be configured with shared librariesRichard Levitte2016-09-071-1/+8
* Configure: Reorganise the checking of disabled optionsRichard Levitte2016-09-071-17/+18
* Configure: clarify and refine -static.Andy Polyakov2016-09-031-0/+17
* Revert "Make it possible to disable fuzz testing"Richard Levitte2016-09-011-1/+0
* Have Configure's HASH or TABLE produce complete listsRichard Levitte2016-08-311-0/+3
* Configure's print_table_entry printed incorrect informationRichard Levitte2016-08-311-18/+30
* Make it possible to disable fuzz testingRichard Levitte2016-08-311-0/+1
* The Perl interpreter might be in a path with spaces, so maybe quote itRichard Levitte2016-08-311-1/+10
* Configure: save away the value of OPENSSL_LOCAL_CONFIG_DIR for reconfRichard Levitte2016-08-301-34/+39
* Configure: Redo the logic for finding build file templatesRichard Levitte2016-08-301-17/+30
* Configure: clean away temporary section of codeRichard Levitte2016-08-301-21/+0
* Make it possible for the user to specify a different default build fileRichard Levitte2016-08-301-1/+8
* Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.cRichard Levitte2016-08-261-0/+3
* Configure: Properly cache the configured compiler commandRichard Levitte2016-08-221-1/+4
* Sort %disabled in ConfigureBenjamin Kaduk2016-08-191-3/+3
* Configure: recognize -static as link option and disable incompatible options.Andy Polyakov2016-08-161-0/+7
* The capi engine uses stdio, so don't build it when configuring 'no-stdio'Richard Levitte2016-08-051-1/+1
* Add memory sanitizer config, and run on travis.Emilia Kasper2016-07-281-1/+9
* build.info: implement PROGRAM_NO_INST, and dito for ENGINES, SCRIPTS, LIBSRichard Levitte2016-07-181-13/+73