summaryrefslogtreecommitdiff
path: root/Configure
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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