| Commit message (Expand) | Author | Age | Files | Lines |
* | Configure: Allow spaces around '=' in all build.info statements | Richard Levitte | 2021-06-11 | 1 | -16/+16 |
* | Enable ssl-trace by default | Arran Cudbard-Bell | 2021-06-10 | 1 | -2/+1 |
* | Configure: variable expand GENERATE values too | Richard Levitte | 2021-06-02 | 1 | -1/+1 |
* | Rework and make DEBUG macros consistent. | Rich Salz | 2021-05-28 | 1 | -3/+2 |
* | Fix -static builds on master | Tom Cosgrove | 2021-05-26 | 1 | -4/+4 |
* | Make it possible to disable the loader_attic engine | Richard Levitte | 2021-05-22 | 1 | -0/+1 |
* | configure: build list of image files | Pauli | 2021-05-22 | 1 | -2/+17 |
* | Clean up the "fips" option to Configure | Matt Caswell | 2021-05-21 | 1 | -8/+1 |
* | build.info: Make it possible to set attributes on SOURCE / SHARED_SOURCE stmts | Richard Levitte | 2021-05-19 | 1 | -10/+43 |
* | Rework how a build file (Makefile, ...) is produced | Richard Levitte | 2021-05-19 | 1 | -4/+2 |
* | Add --banner config option | Rich Salz | 2021-05-14 | 1 | -17/+24 |
* | acvp-test: disable the ACVP testing code by default | Pauli | 2021-05-02 | 1 | -0/+1 |
* | acvp: fix the no-acvp_test build | Pauli | 2021-04-30 | 1 | -1/+1 |
* | Configure: disable fips mode by default | Dr. Matthias St. Pierre | 2021-04-29 | 1 | -0/+1 |
* | Configure: sort the disablables alphabetically | Dr. Matthias St. Pierre | 2021-04-29 | 1 | -6/+6 |
* | Configuration: rework how dependency making is handled | Richard Levitte | 2021-04-28 | 1 | -9/+19 |
* | Runchecker: fix failure with no-autoalginit option by disabling FIPS | Pauli | 2021-04-23 | 1 | -1/+1 |
* | Avoid the need for Configure time 128-bit int detection | Matt Caswell | 2021-04-22 | 1 | -14/+0 |
* | Generate dependency information | Tanzinul Islam | 2021-04-19 | 1 | -3/+3 |
* | Configure: Check if 128-bit integers are supported by compiler | Amitay Isaacs | 2021-04-08 | 1 | -0/+14 |
* | Disable fips-securitychecks if no-fips is configured. | Randall S. Becker | 2021-03-23 | 1 | -0/+2 |
* | Configure: check all DEPEND values against GENERATE, not just .h files | Richard Levitte | 2021-03-19 | 1 | -4/+4 |
* | build.info: Make it possible to use compiled programs as generators | Richard Levitte | 2021-03-03 | 1 | -1/+1 |
* | build.info: Add the possibility to add dependencies on raw targets | Richard Levitte | 2021-03-03 | 1 | -6/+16 |
* | Deprecate the low level SRP APIs | Matt Caswell | 2021-02-12 | 1 | -4/+3 |
* | Add a configure time option to disable the fetch cache. | Pauli | 2021-02-12 | 1 | -0/+1 |
* | Stop disabling TLSv1.3 if ec and dh are disabled | Matt Caswell | 2021-02-05 | 1 | -2/+0 |
* | Update copyright year | Richard Levitte | 2021-01-28 | 1 | -1/+1 |
* | Configure: warn about duplicate GENERATE declarations in build.info files | Richard Levitte | 2021-01-12 | 1 | -1/+4 |
* | Configure: clean away perl syntax faults | Richard Levitte | 2021-01-12 | 1 | -2/+2 |
* | Configure: Check all SOURCE declarations, to ensure consistency | Richard Levitte | 2021-01-12 | 1 | -5/+69 |
* | Drop OPENSSL_NO_RSA everywhere | Richard Levitte | 2020-12-20 | 1 | -2/+2 |
* | GitHub CI: Separate no-deprecated job from minimal job | Richard Levitte | 2020-12-19 | 1 | -1/+1 |
* | {.travis,ci,appveyor}.yml: Make minimal config consistent, add no-deprecated ... | Dr. David von Oheimb | 2020-12-04 | 1 | -1/+18 |
* | Fix no-engine | Matt Caswell | 2020-11-27 | 1 | -1/+1 |
* | Configure: handle undefined shared_target. | Richard Levitte | 2020-09-29 | 1 | -2/+2 |
* | Configure: Show 'enable' and 'disable' config attributes | Richard Levitte | 2020-09-24 | 1 | -0/+2 |
* | Add 'fips-securitychecks' option and plumb this into the actual fips checks | Shane Lontis | 2020-09-18 | 1 | -0/+1 |
* | deprecate engines in 3.0 | Pauli | 2020-07-16 | 1 | -2/+1 |
* | Configure: fix minor typo in apitable comment | Daniel Bevenius | 2020-07-15 | 1 | -1/+1 |
* | Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md files | Dr. David von Oheimb | 2020-07-05 | 1 | -1/+1 |
* | Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt | Dr. David von Oheimb | 2020-07-05 | 1 | -3/+3 |
* | Configure: fix handling of build.info attributes with value | Richard Levitte | 2020-07-03 | 1 | -3/+3 |
* | Configure: Check source and build dir equality a little more thoroughly | Richard Levitte | 2020-07-02 | 1 | -2/+33 |
* | Add --fips-key configuration parameter to fipsinstall application. | Rich Salz | 2020-06-29 | 1 | -0/+13 |
* | DOC: Mention Configure consistently | Richard Levitte | 2020-06-28 | 1 | -1/+0 |
* | Configure: pick up options from older 'config' | Richard Levitte | 2020-06-28 | 1 | -1/+24 |
* | util/perl/OpenSSL/config.pm: refactor map_guess() | Richard Levitte | 2020-06-28 | 1 | -2/+18 |
* | util/perl/OpenSSL/config.pm, Configure: move check of target with compiler | Richard Levitte | 2020-06-28 | 1 | -1/+18 |
* | Add ACVP fips module tests | Shane Lontis | 2020-06-17 | 1 | -0/+1 |