aboutsummaryrefslogtreecommitdiff
path: root/Configure
AgeCommit message (Expand)AuthorFilesLines
2017-08-30Configure: base compiler-specific decisions on pre-defines.Andy Polyakov1-24/+24
2017-08-30Revert "Allow --strict-warnings with the icc compiler as well"Andy Polyakov1-2/+2
2017-08-28If 'tests' is disabled, then so should 'external-tests'Richard Levitte1-0/+1
2017-08-25Allow --strict-warnings with the icc compiler as wellMeena Vyas1-2/+2
2017-08-15File::Glob option ':bsd_glob' doesn't work everywhere, replace w/ a wrapperRichard Levitte1-1/+1
2017-08-15Consolidate the locations where we have our internal perl modulesRichard Levitte1-3/+6
2017-07-28Perl: Use File::Glob::bsd_glob rather than File::Glob::globRichard Levitte1-1/+1
2017-07-26Simplify the handling of shared library version numbersRichard Levitte1-1/+1
2017-07-22Add --with-rand-seedRich Salz1-0/+23
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte1-2/+3
2017-06-30Drop support for OPENSSL_NO_TLS1_3_METHODMatt Caswell1-1/+1
2017-06-29Add the STORE moduleRichard Levitte1-1/+1
2017-06-28Add new /dev/crypto engineRichard Levitte1-1/+3
2017-06-22Configure: give config targets the possibility to enable or disable featuresRichard Levitte1-19/+38
2017-06-17Remove non-accurate description in Configure scriptPaul Yang1-2/+1
2017-06-16Reorder Configure outputRichard Levitte1-4/+3
2017-05-01Remove duplicates from clang_devteam_warningsBenjamin Kaduk1-5/+1
2017-05-01Add -Wextra to gcc devteam warningsBenjamin Kaduk1-0/+3
2017-04-24Make it possible to build static-only librariesRichard Levitte1-2/+14
2017-04-04Configure: recognize -framework as linker option [on Apple OSes].Andy Polyakov1-0/+4
2017-04-01Configure: use 5.10.0, don't require...Andy Polyakov1-1/+1
2017-03-29More typo fixesFdaSilvaYY1-1/+1
2017-03-24Make the TLSv1.3 downgrade mechanism a configurable optionMatt Caswell1-0/+2
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