| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Configure: if a file is generated, never assume it's in the source dir | Richard Levitte | 2018-02-13 | 1 | -2/+2 |
* | Fix check of cpuid_asm_src config attribute | Richard Levitte | 2018-02-09 | 1 | -1/+1 |
* | Enable TLSv1.3 by default | Matt Caswell | 2018-02-07 | 1 | -2/+0 |
* | Make the OPENSSL_CPUID_OBJ define internal. | Pauli | 2018-02-07 | 1 | -0/+2 |
* | Have configdata.pm also display the contents of %target | Richard Levitte | 2018-02-02 | 1 | -2/+24 |
* | Shorten output by a line | Rich Salz | 2018-02-01 | 1 | -1/+1 |
* | Configure: Fix configdata.pm shorthand for --dump, should be -d | Peter Meerwald-Stadler | 2018-01-31 | 1 | -1/+1 |
* | Fix small typo (parenthesis missing) | Richard Levitte | 2018-01-30 | 1 | -1/+1 |
* | Configure: when checking user input, check both %user and %useradd | Richard Levitte | 2018-01-30 | 1 | -2/+4 |
* | Configure: add configure command line C flags after the configured C flags | Richard Levitte | 2018-01-30 | 1 | -10/+16 |
* | To make it less surprising and confusing, leave a message on configdata.pm | Richard Levitte | 2018-01-29 | 1 | -0/+11 |
* | Move the display of disabled features to configdata.pm as well. | Richard Levitte | 2018-01-29 | 1 | -66/+90 |
* | Make configdata.pm runnable and move all display of information there | Richard Levitte | 2018-01-29 | 1 | -31/+212 |
* | Don't define OPENSSL_NO_ERR for the command line | Richard Levitte | 2018-01-29 | 1 | -5/+0 |
* | Remove $no_sse2, as it's just a 'copy' of $disabled{sse2} | Richard Levitte | 2018-01-29 | 1 | -5/+3 |
* | Treat C++ flags more like C flags, and only if C++ compiler specified | Richard Levitte | 2018-01-28 | 1 | -5/+26 |
* | Stop having Unix defaults in Configure (partial) | Richard Levitte | 2018-01-28 | 1 | -12/+0 |
* | Processing GNU-style "make variables" - implementation | Richard Levitte | 2018-01-28 | 1 | -92/+197 |
* | Processing GNU-style "make variables" - separate CPP flags from C flags | Richard Levitte | 2018-01-28 | 1 | -12/+27 |
* | Configure: ensure that a DEPEND generates the correct inclusion directory | Richard Levitte | 2018-01-24 | 1 | -9/+22 |
* | Configure: let INCLUDEs set on binaries "trickle down" to the objects | Richard Levitte | 2018-01-24 | 1 | -0/+22 |
* | Copyright update of more files that have changed this year | Richard Levitte | 2018-01-19 | 1 | -1/+1 |
* | Configure: try to make sure every config target name is unique | Richard Levitte | 2018-01-09 | 1 | -0/+11 |
* | Separate general linking flags from extra libraries | Richard Levitte | 2018-01-08 | 1 | -1/+9 |
* | Ignore ORDINALS in build.info files, and remove its documentation | Richard Levitte | 2017-12-28 | 1 | -22/+9 |
* | Enable the ARIA ciphers by default. | Pauli | 2017-12-17 | 1 | -1/+0 |
* | Restore makedepend capabilities for Windows and VMS | Richard Levitte | 2017-12-12 | 1 | -3/+10 |
* | Configure: Recognise .rc and .def / .map / .opt as source files | Richard Levitte | 2017-12-12 | 1 | -1/+14 |
* | Configure: Read in extra information to help create shared libraries | Richard Levitte | 2017-12-12 | 1 | -3/+45 |
* | Configure: Add read_eval_file, a general purpose perl file reader/evaluator | Richard Levitte | 2017-12-12 | 1 | -11/+24 |
* | Configure: move the processing of predefined macros to a function | Richard Levitte | 2017-12-11 | 1 | -22/+35 |
* | Configure: die if there are other arguments with 'reconf' | Richard Levitte | 2017-12-08 | 1 | -0/+2 |
* | Make it possible to add env var assignments as Configure options | Richard Levitte | 2017-12-08 | 1 | -2/+14 |
* | Save away the environment variables we rely on | Richard Levitte | 2017-12-08 | 1 | -30/+42 |
* | Many spelling fixes/typo's corrected. | Josh Soref | 2017-11-12 | 1 | -4/+4 |
* | Configure: cleanup @disable_cascade | Richard Levitte | 2017-11-07 | 1 | -21/+0 |
* | SM3: Add SM3 hash function | Jack Lloyd | 2017-11-06 | 1 | -1/+2 |
* | SM4: Add SM4 block cipher to EVP | Ronald Tse | 2017-10-31 | 1 | -1/+2 |
* | Configure: add -Wmisleading-indentation to strict warnings flags. | Andy Polyakov | 2017-09-22 | 1 | -2/+6 |
* | Configure: unify clang's -Qunused-arguments option treatment. | Andy Polyakov | 2017-09-21 | 1 | -1/+4 |
* | Disable the EGD seeding meachanism when stdio is disabled | Richard Levitte | 2017-09-12 | 1 | -1/+1 |
* | Configure: base compiler-specific decisions on pre-defines. | Andy Polyakov | 2017-08-30 | 1 | -24/+24 |
* | Revert "Allow --strict-warnings with the icc compiler as well" | Andy Polyakov | 2017-08-30 | 1 | -2/+2 |
* | If 'tests' is disabled, then so should 'external-tests' | Richard Levitte | 2017-08-28 | 1 | -0/+1 |
* | Allow --strict-warnings with the icc compiler as well | Meena Vyas | 2017-08-25 | 1 | -2/+2 |
* | File::Glob option ':bsd_glob' doesn't work everywhere, replace w/ a wrapper | Richard Levitte | 2017-08-15 | 1 | -1/+1 |
* | Consolidate the locations where we have our internal perl modules | Richard Levitte | 2017-08-15 | 1 | -3/+6 |
* | Perl: Use File::Glob::bsd_glob rather than File::Glob::glob | Richard Levitte | 2017-07-28 | 1 | -1/+1 |
* | Simplify the handling of shared library version numbers | Richard Levitte | 2017-07-26 | 1 | -1/+1 |
* | Add --with-rand-seed | Rich Salz | 2017-07-22 | 1 | -0/+23 |