aboutsummaryrefslogtreecommitdiff
path: root/Configure
AgeCommit message (Expand)AuthorFilesLines
2017-03-06Add a platform specific configuration checkerRichard Levitte1-0/+19
2017-02-28More Configure cleanup. RemoveEmilia Kasper1-5/+0
2017-02-28Clean up references to FIPSEmilia Kasper1-34/+3
2017-02-24Add -Wundef to --strict-warnings options.Bernd Edlinger1-0/+2
2017-02-22Remove -Wno-parentheses-equality from gcc --strict-warnings options.Bernd Edlinger1-1/+0
2017-02-21Implementation of the ARIA cipher as described in RFC 5794.Pauli1-2/+4
2017-02-17If all versions of a proto are disabled, disabled the proto as wellRichard Levitte1-0/+4
2017-02-01Add support for parameterized SipHashTodd Short1-1/+2
2017-01-31Add -Wno-parentheses-equality to dev-warnings.Rich Salz1-12/+15
2016-12-29Fix compilation with no-ecMatt Caswell1-1/+2
2016-12-05Also set the CXXFLAG to the user supplied flagsKurt Roeckx1-1/+1
2016-12-03Move libfuzzer sanitizer options to READMEKurt Roeckx1-4/+0
2016-12-03Use 8bit-counters when using libfuzzerKurt Roeckx1-1/+1
2016-11-25INSTALL: clarify 386 and no-sse2 options.Andy Polyakov1-2/+3
2016-11-15Only build the body of e_padlock when there are lower level routinesRichard Levitte1-0/+3
2016-11-15Make it possible to disable building and running testsRichard Levitte1-0/+1
2016-11-15Revert "Remove heartbeats completely"Richard Levitte1-2/+5
2016-11-15Remove heartbeats completelyRichard Levitte1-5/+2
2016-11-10Building: make it possible to force linking with static OpenSSL libsRichard Levitte1-0/+7
2016-11-04Control building of ossl_shim through ConfigureMatt Caswell1-0/+2
2016-11-04Integrate ossl_shim into the buildRichard Levitte1-0/+6
2016-11-03Allow indented comments in build.infoRichard Levitte1-1/+1
2016-11-02Update Configure to know about tls1_3Matt Caswell1-2/+4
2016-11-01Revert "Disable MDC2 by default."Rich Salz1-1/+0
2016-10-31Disable MDC2 by default.Rich Salz1-0/+1
2016-10-14Fix C++ support: set $target{cxx} correctlyRichard Levitte1-0/+1
2016-10-13Configure: remove superfluous 0xVitezslav Cizek1-1/+1
2016-10-13Remove automatic RPATH - add user rpath supportRichard Levitte1-1/+10
2016-10-12Add support for C++ in ConfigureRichard Levitte1-7/+23
2016-09-22Add -Wswitch-enumRich Salz1-1/+2
2016-09-17Have the configuration options 'no-err' and 'no-async' work againRichard Levitte1-1/+2
2016-09-16Rearrange the storage of build file template names in %configRichard Levitte1-40/+42
2016-09-16Register the name of the config file each config target was found inRichard Levitte1-2/+7
2016-09-13Configure: detect gcc's dependency generation capability more accurately.Andy Polyakov1-1/+1
2016-09-13Configure: impose ^X on whole build procedure.Andy Polyakov1-18/+2
2016-09-09Trim config outputRich Salz1-42/+25
2016-09-07Allow asan, msan and ubsan to be configured with shared librariesRichard Levitte1-1/+8
2016-09-07Configure: Reorganise the checking of disabled optionsRichard Levitte1-17/+18
2016-09-03Configure: clarify and refine -static.Andy Polyakov1-0/+17
2016-09-01Revert "Make it possible to disable fuzz testing"Richard Levitte1-1/+0
2016-08-31Have Configure's HASH or TABLE produce complete listsRichard Levitte1-0/+3
2016-08-31Configure's print_table_entry printed incorrect informationRichard Levitte1-18/+30
2016-08-31Make it possible to disable fuzz testingRichard Levitte1-0/+1
2016-08-31The Perl interpreter might be in a path with spaces, so maybe quote itRichard Levitte1-1/+10
2016-08-30Configure: save away the value of OPENSSL_LOCAL_CONFIG_DIR for reconfRichard Levitte1-34/+39
2016-08-30Configure: Redo the logic for finding build file templatesRichard Levitte1-17/+30
2016-08-30Configure: clean away temporary section of codeRichard Levitte1-21/+0
2016-08-30Make it possible for the user to specify a different default build fileRichard Levitte1-1/+8
2016-08-26Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.cRichard Levitte1-0/+3
2016-08-22Configure: Properly cache the configured compiler commandRichard Levitte1-1/+4