summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Expand)Author
2018-02-22Replace the message about configdata.pm as a scriptRichard Levitte
2018-02-22Add a comment in configdata.pm regarding script-only variablesRichard Levitte
2018-02-22Make CROSS_COMPILE another supported "make variable" in ConfigureRichard Levitte
2018-02-22Have configdata.pm display information on perlRichard Levitte
2018-02-21Configure: engage x25519 assembly support.Andy Polyakov
2018-02-17Configure: avoid uninit data in configdata.pmRichard Levitte
2018-02-15Configure: move down the treatment of seed sourcesRichard Levitte
2018-02-14Auto-size more of configdata.pm "disabled features"Benjamin Kaduk
2018-02-13Configure: if a file is generated, never assume it's in the source dirRichard Levitte
2018-02-09Fix check of cpuid_asm_src config attributeRichard Levitte
2018-02-07Enable TLSv1.3 by defaultMatt Caswell
2018-02-07Make the OPENSSL_CPUID_OBJ define internal.Pauli
2018-02-02Have configdata.pm also display the contents of %targetRichard Levitte
2018-02-01Shorten output by a lineRich Salz
2018-01-31Configure: Fix configdata.pm shorthand for --dump, should be -dPeter Meerwald-Stadler
2018-01-30Fix small typo (parenthesis missing)Richard Levitte
2018-01-30Configure: when checking user input, check both %user and %useraddRichard Levitte
2018-01-30Configure: add configure command line C flags after the configured C flagsRichard Levitte
2018-01-29To make it less surprising and confusing, leave a message on configdata.pmRichard Levitte
2018-01-29Move the display of disabled features to configdata.pm as well.Richard Levitte
2018-01-29Make configdata.pm runnable and move all display of information thereRichard Levitte
2018-01-29Don't define OPENSSL_NO_ERR for the command lineRichard Levitte
2018-01-29Remove $no_sse2, as it's just a 'copy' of $disabled{sse2}Richard Levitte
2018-01-28Treat C++ flags more like C flags, and only if C++ compiler specifiedRichard Levitte
2018-01-28Stop having Unix defaults in Configure (partial)Richard Levitte
2018-01-28Processing GNU-style "make variables" - implementationRichard Levitte
2018-01-28Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte
2018-01-24Configure: ensure that a DEPEND generates the correct inclusion directoryRichard Levitte
2018-01-24Configure: let INCLUDEs set on binaries "trickle down" to the objectsRichard Levitte
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-09Configure: try to make sure every config target name is uniqueRichard Levitte
2018-01-08Separate general linking flags from extra librariesRichard Levitte
2017-12-28Ignore ORDINALS in build.info files, and remove its documentationRichard Levitte
2017-12-18Enable the ARIA ciphers by default.Pauli
2017-12-12Restore makedepend capabilities for Windows and VMSRichard Levitte
2017-12-12Configure: Recognise .rc and .def / .map / .opt as source filesRichard Levitte
2017-12-12Configure: Read in extra information to help create shared librariesRichard Levitte
2017-12-12Configure: Add read_eval_file, a general purpose perl file reader/evaluatorRichard Levitte
2017-12-11Configure: move the processing of predefined macros to a functionRichard Levitte
2017-12-08Configure: die if there are other arguments with 'reconf'Richard Levitte
2017-12-08Make it possible to add env var assignments as Configure optionsRichard Levitte
2017-12-08Save away the environment variables we rely onRichard Levitte
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-11-07Configure: cleanup @disable_cascadeRichard Levitte
2017-11-06SM3: Add SM3 hash functionJack Lloyd
2017-10-31SM4: Add SM4 block cipher to EVPRonald Tse
2017-09-22Configure: add -Wmisleading-indentation to strict warnings flags.Andy Polyakov
2017-09-21Configure: unify clang's -Qunused-arguments option treatment.Andy Polyakov
2017-09-12Disable the EGD seeding meachanism when stdio is disabledRichard Levitte
2017-08-30Configure: base compiler-specific decisions on pre-defines.Andy Polyakov