| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix egd and devrandom source configs | Bernd Edlinger | 2020-05-20 | 1 | -0/+3 |
* | Configure: avoid perl regexp bugs | Richard Levitte | 2020-05-06 | 1 | -32/+26 |
* | Configure: change all references to INSTALL to INSTALL.md | Richard Levitte | 2020-04-28 | 1 | -6/+7 |
* | Configure: Allow quoted values in VERSION | Richard Levitte | 2020-04-25 | 1 | -1/+7 |
* | Update copyright year | Matt Caswell | 2020-04-23 | 1 | -1/+1 |
* | GOST2012 TLS Supported Groups Identifiers Support | Nikolay Morozov | 2020-04-22 | 1 | -1/+1 |
* | config, Configure: move the check of removed crypto/ sub-systems | Richard Levitte | 2020-03-04 | 1 | -0/+13 |
* | Configure: Diverse cleanups | Richard Levitte | 2020-03-02 | 1 | -23/+10 |
* | build.info: Implement simply substitutions in variable values | Richard Levitte | 2020-03-02 | 1 | -5/+44 |
* | build.info: Make it possible to have more than one item in KEYWORD[] | Richard Levitte | 2020-03-02 | 1 | -71/+75 |
* | Make secure-memory be a config option | Rich Salz | 2020-02-14 | 1 | -0/+1 |
* | Configure: Add easy to use disabled deprecated functionality indicators | Richard Levitte | 2020-02-07 | 1 | -3/+11 |
* | Configure: Better detection of '-static' in @{$config{LDFLAGS}} | Richard Levitte | 2020-01-23 | 1 | -1/+1 |
* | Configure: use $list_separator_re only for defines and includes | Richard Levitte | 2020-01-13 | 1 | -2/+6 |
* | Deprecate the low level AES functions | Matt Caswell | 2020-01-06 | 1 | -0/+5 |
* | Deprecated crypto-mdebug-backtrace | Rich Salz | 2019-12-14 | 1 | -1/+1 |
* | Deprecate most of debug-memory | Rich Salz | 2019-12-14 | 1 | -18/+1 |