aboutsummaryrefslogtreecommitdiff
path: root/Configure
AgeCommit message (Expand)AuthorFilesLines
2018-03-19Fix no-sm3 (and no-sm2)Todd Short1-0/+1
2018-03-19Fix no-ecMatt Caswell1-1/+1
2018-03-19Fix no-sm2Matt Caswell1-0/+1
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd1-1/+1
2018-03-19Configure: pass -no-integrated-as.Andy Polyakov1-1/+3
2018-03-16Configure: maintain compability with pre-"make variables" ConfigureRichard Levitte1-7/+9
2018-03-16Configure: Don't fail if there were "make variables" set in envRichard Levitte1-19/+33
2018-03-15Configure: allow to enable afalgeng if target does not start with LinuxSebastian Andrzej Siewior1-1/+1
2018-03-10Configure: catch the build tree configdata.pmRichard Levitte1-13/+10
2018-03-10Configure: don't mangle the directory again when checking DEPEND inclusionRichard Levitte1-10/+6
2018-03-09Configure et al: Move the definition of library only flagsRichard Levitte1-29/+29
2018-03-08Configure: correct the check of env vars vs command line flagsRichard Levitte1-4/+19
2018-03-08Configure: disallow the mixture of compiling flags and env / make variablesRichard Levitte1-4/+16
2018-03-08Configure et al: get rid of last traces of plib_lflags / PLIB_LDFLAGSRichard Levitte1-2/+0
2018-03-08config: Pass diverse flags to Configure via the environmentRichard Levitte1-0/+9
2018-03-08Make "make variables" config attributes for overridable flagsRichard Levitte1-43/+53
2018-03-08Configure et al: rename all dso_* to module_* in shared-info.plRichard Levitte1-10/+10
2018-03-06Configure: fix small spelling errorRichard Levitte1-1/+1
2018-02-27configdata.pm: ensure $prefix is definedRichard Levitte1-0/+1
2018-02-22Replace the message about configdata.pm as a scriptRichard Levitte1-11/+12
2018-02-22Add a comment in configdata.pm regarding script-only variablesRichard Levitte1-0/+2
2018-02-22Make CROSS_COMPILE another supported "make variable" in ConfigureRichard Levitte1-12/+16
2018-02-22Have configdata.pm display information on perlRichard Levitte1-2/+9
2018-02-21Configure: engage x25519 assembly support.Andy Polyakov1-0/+3
2018-02-17Configure: avoid uninit data in configdata.pmRichard Levitte1-1/+2
2018-02-15Configure: move down the treatment of seed sourcesRichard Levitte1-11/+11
2018-02-14Auto-size more of configdata.pm "disabled features"Benjamin Kaduk1-1/+3
2018-02-13Configure: if a file is generated, never assume it's in the source dirRichard Levitte1-2/+2
2018-02-09Fix check of cpuid_asm_src config attributeRichard Levitte1-1/+1
2018-02-07Enable TLSv1.3 by defaultMatt Caswell1-2/+0
2018-02-07Make the OPENSSL_CPUID_OBJ define internal.Pauli1-0/+2
2018-02-02Have configdata.pm also display the contents of %targetRichard Levitte1-2/+24
2018-02-01Shorten output by a lineRich Salz1-1/+1
2018-01-31Configure: Fix configdata.pm shorthand for --dump, should be -dPeter Meerwald-Stadler1-1/+1
2018-01-30Fix small typo (parenthesis missing)Richard Levitte1-1/+1
2018-01-30Configure: when checking user input, check both %user and %useraddRichard Levitte1-2/+4
2018-01-30Configure: add configure command line C flags after the configured C flagsRichard Levitte1-10/+16
2018-01-29To make it less surprising and confusing, leave a message on configdata.pmRichard Levitte1-0/+11
2018-01-29Move the display of disabled features to configdata.pm as well.Richard Levitte1-66/+90
2018-01-29Make configdata.pm runnable and move all display of information thereRichard Levitte1-31/+212
2018-01-29Don't define OPENSSL_NO_ERR for the command lineRichard Levitte1-5/+0
2018-01-29Remove $no_sse2, as it's just a 'copy' of $disabled{sse2}Richard Levitte1-5/+3
2018-01-28Treat C++ flags more like C flags, and only if C++ compiler specifiedRichard Levitte1-5/+26
2018-01-28Stop having Unix defaults in Configure (partial)Richard Levitte1-12/+0
2018-01-28Processing GNU-style "make variables" - implementationRichard Levitte1-92/+197
2018-01-28Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte1-12/+27
2018-01-24Configure: ensure that a DEPEND generates the correct inclusion directoryRichard Levitte1-9/+22
2018-01-24Configure: let INCLUDEs set on binaries "trickle down" to the objectsRichard Levitte1-0/+22
2018-01-19Copyright update of more files that have changed this yearRichard Levitte1-1/+1
2018-01-09Configure: try to make sure every config target name is uniqueRichard Levitte1-0/+11