summaryrefslogtreecommitdiff
path: root/Configure
Commit message (Expand)AuthorAgeFilesLines
* 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
* Processing GNU-style "make variables" - implementationRichard Levitte2018-01-281-92/+197
* Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte2018-01-281-12/+27
* Configure: ensure that a DEPEND generates the correct inclusion directoryRichard Levitte2018-01-241-9/+22
* Configure: let INCLUDEs set on binaries "trickle down" to the objectsRichard Levitte2018-01-241-0/+22
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* Configure: try to make sure every config target name is uniqueRichard Levitte2018-01-091-0/+11
* Separate general linking flags from extra librariesRichard Levitte2018-01-081-1/+9
* Ignore ORDINALS in build.info files, and remove its documentationRichard Levitte2017-12-281-22/+9
* Enable the ARIA ciphers by default.Pauli2017-12-181-1/+0
* Restore makedepend capabilities for Windows and VMSRichard Levitte2017-12-121-3/+10
* Configure: Recognise .rc and .def / .map / .opt as source filesRichard Levitte2017-12-121-1/+14
* Configure: Read in extra information to help create shared librariesRichard Levitte2017-12-121-3/+45
* Configure: Add read_eval_file, a general purpose perl file reader/evaluatorRichard Levitte2017-12-121-11/+24
* Configure: move the processing of predefined macros to a functionRichard Levitte2017-12-111-22/+35
* Configure: die if there are other arguments with 'reconf'Richard Levitte2017-12-081-0/+2
* Make it possible to add env var assignments as Configure optionsRichard Levitte2017-12-081-2/+14
* Save away the environment variables we rely onRichard Levitte2017-12-081-30/+42
* Many spelling fixes/typo's corrected.Josh Soref2017-11-111-4/+4
* Configure: cleanup @disable_cascadeRichard Levitte2017-11-071-21/+0
* SM3: Add SM3 hash functionJack Lloyd2017-11-061-1/+2
* SM4: Add SM4 block cipher to EVPRonald Tse2017-10-311-1/+2
* Configure: add -Wmisleading-indentation to strict warnings flags.Andy Polyakov2017-09-221-2/+6
* Configure: unify clang's -Qunused-arguments option treatment.Andy Polyakov2017-09-211-1/+4
* Disable the EGD seeding meachanism when stdio is disabledRichard Levitte2017-09-121-1/+1
* Configure: base compiler-specific decisions on pre-defines.Andy Polyakov2017-08-301-24/+24
* Revert "Allow --strict-warnings with the icc compiler as well"Andy Polyakov2017-08-301-2/+2
* If 'tests' is disabled, then so should 'external-tests'Richard Levitte2017-08-281-0/+1
* Allow --strict-warnings with the icc compiler as wellMeena Vyas2017-08-251-2/+2
* File::Glob option ':bsd_glob' doesn't work everywhere, replace w/ a wrapperRichard Levitte2017-08-151-1/+1
* Consolidate the locations where we have our internal perl modulesRichard Levitte2017-08-151-3/+6
* Perl: Use File::Glob::bsd_glob rather than File::Glob::globRichard Levitte2017-07-281-1/+1
* Simplify the handling of shared library version numbersRichard Levitte2017-07-261-1/+1
* Add --with-rand-seedRich Salz2017-07-221-0/+23
* Remove the possibility to disable the UI module entirelyRichard Levitte2017-07-031-2/+3