aboutsummaryrefslogtreecommitdiff
path: root/Configure
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-08Separate general linking flags from extra librariesRichard Levitte1-1/+9
2017-12-28Ignore ORDINALS in build.info files, and remove its documentationRichard Levitte1-22/+9
2017-12-18Enable the ARIA ciphers by default.Pauli1-1/+0
2017-12-12Restore makedepend capabilities for Windows and VMSRichard Levitte1-3/+10
2017-12-12Configure: Recognise .rc and .def / .map / .opt as source filesRichard Levitte1-1/+14
2017-12-12Configure: Read in extra information to help create shared librariesRichard Levitte1-3/+45
2017-12-12Configure: Add read_eval_file, a general purpose perl file reader/evaluatorRichard Levitte1-11/+24
2017-12-11Configure: move the processing of predefined macros to a functionRichard Levitte1-22/+35
2017-12-08Configure: die if there are other arguments with 'reconf'Richard Levitte1-0/+2
2017-12-08Make it possible to add env var assignments as Configure optionsRichard Levitte1-2/+14
2017-12-08Save away the environment variables we rely onRichard Levitte1-30/+42
2017-11-11Many spelling fixes/typo's corrected.Josh Soref1-4/+4
2017-11-07Configure: cleanup @disable_cascadeRichard Levitte1-21/+0
2017-11-06SM3: Add SM3 hash functionJack Lloyd1-1/+2
2017-10-31SM4: Add SM4 block cipher to EVPRonald Tse1-1/+2
2017-09-22Configure: add -Wmisleading-indentation to strict warnings flags.Andy Polyakov1-2/+6
2017-09-21Configure: unify clang's -Qunused-arguments option treatment.Andy Polyakov1-1/+4
2017-09-12Disable the EGD seeding meachanism when stdio is disabledRichard Levitte1-1/+1
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