summaryrefslogtreecommitdiff
path: root/Configure
Commit message (Expand)AuthorAgeFilesLines
* Fix minor typo in comment in ConfigureDaniel Bevenius2018-03-311-1/+1
* Remove -Wmisleading-indentation from gcc devteam warning optionsBernd Edlinger2018-03-311-1/+0
* Configure: harmonize syntax.Andy Polyakov2018-03-291-7/+7
* Configure: make LIST command work with dynamic 15-android.conf.Andy Polyakov2018-03-271-4/+8
* Move the handling of dso_scheme to dso_conf.hRichard Levitte2018-03-231-23/+0
* Fix resource filesRich Salz2018-03-221-0/+7
* Fix no-sm3 (and no-sm2)Todd Short2018-03-191-0/+1
* Fix no-ecMatt Caswell2018-03-191-1/+1
* Fix no-sm2Matt Caswell2018-03-191-0/+1
* Add SM2 signature and ECIES schemesJack Lloyd2018-03-191-1/+1
* Configure: pass -no-integrated-as.Andy Polyakov2018-03-191-1/+3
* Configure: maintain compability with pre-"make variables" ConfigureRichard Levitte2018-03-161-7/+9
* Configure: Don't fail if there were "make variables" set in envRichard Levitte2018-03-161-19/+33
* Configure: allow to enable afalgeng if target does not start with LinuxSebastian Andrzej Siewior2018-03-151-1/+1
* Configure: catch the build tree configdata.pmRichard Levitte2018-03-101-13/+10
* Configure: don't mangle the directory again when checking DEPEND inclusionRichard Levitte2018-03-101-10/+6
* Configure et al: Move the definition of library only flagsRichard Levitte2018-03-091-29/+29
* Configure: correct the check of env vars vs command line flagsRichard Levitte2018-03-081-4/+19
* Configure: disallow the mixture of compiling flags and env / make variablesRichard Levitte2018-03-081-4/+16
* Configure et al: get rid of last traces of plib_lflags / PLIB_LDFLAGSRichard Levitte2018-03-081-2/+0
* config: Pass diverse flags to Configure via the environmentRichard Levitte2018-03-081-0/+9
* Make "make variables" config attributes for overridable flagsRichard Levitte2018-03-081-43/+53
* Configure et al: rename all dso_* to module_* in shared-info.plRichard Levitte2018-03-081-10/+10
* Configure: fix small spelling errorRichard Levitte2018-03-061-1/+1
* configdata.pm: ensure $prefix is definedRichard Levitte2018-02-271-0/+1
* Replace the message about configdata.pm as a scriptRichard Levitte2018-02-221-11/+12
* Add a comment in configdata.pm regarding script-only variablesRichard Levitte2018-02-221-0/+2
* Make CROSS_COMPILE another supported "make variable" in ConfigureRichard Levitte2018-02-221-12/+16
* Have configdata.pm display information on perlRichard Levitte2018-02-221-2/+9
* Configure: engage x25519 assembly support.Andy Polyakov2018-02-211-0/+3
* Configure: avoid uninit data in configdata.pmRichard Levitte2018-02-171-1/+2
* Configure: move down the treatment of seed sourcesRichard Levitte2018-02-151-11/+11
* Auto-size more of configdata.pm "disabled features"Benjamin Kaduk2018-02-141-1/+3
* Configure: if a file is generated, never assume it's in the source dirRichard Levitte2018-02-131-2/+2
* Fix check of cpuid_asm_src config attributeRichard Levitte2018-02-091-1/+1
* Enable TLSv1.3 by defaultMatt Caswell2018-02-071-2/+0
* Make the OPENSSL_CPUID_OBJ define internal.Pauli2018-02-071-0/+2
* Have configdata.pm also display the contents of %targetRichard Levitte2018-02-021-2/+24
* Shorten output by a lineRich Salz2018-02-011-1/+1
* Configure: Fix configdata.pm shorthand for --dump, should be -dPeter Meerwald-Stadler2018-01-311-1/+1
* Fix small typo (parenthesis missing)Richard Levitte2018-01-301-1/+1
* Configure: when checking user input, check both %user and %useraddRichard Levitte2018-01-301-2/+4
* Configure: add configure command line C flags after the configured C flagsRichard Levitte2018-01-301-10/+16
* To make it less surprising and confusing, leave a message on configdata.pmRichard Levitte2018-01-291-0/+11
* Move the display of disabled features to configdata.pm as well.Richard Levitte2018-01-291-66/+90
* Make configdata.pm runnable and move all display of information thereRichard Levitte2018-01-291-31/+212
* Don't define OPENSSL_NO_ERR for the command lineRichard Levitte2018-01-291-5/+0
* Remove $no_sse2, as it's just a 'copy' of $disabled{sse2}Richard Levitte2018-01-291-5/+3
* Treat C++ flags more like C flags, and only if C++ compiler specifiedRichard Levitte2018-01-281-5/+26
* Stop having Unix defaults in Configure (partial)Richard Levitte2018-01-281-12/+0