| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Configure: use ELFv2 ABI on some ppc64 big endian systems | Andy Polyakov | 2019-12-11 | 1 | -3/+7 |
* | Configuration: compute openssl_other_defines and related info later | Richard Levitte | 2019-12-10 | 1 | -44/+46 |
* | Disable devcryptoeng on newer OpenBSD versions | Richard Levitte | 2019-12-10 | 1 | -0/+15 |
* | Configure: make it possible to have generated generators | Richard Levitte | 2019-11-29 | 1 | -3/+11 |
* | Add the possibility to generate documentation at build time | Richard Levitte | 2019-11-29 | 1 | -3/+35 |
* | Change the logic and behaviour surrounding '--api' and 'no-deprecated' | Richard Levitte | 2019-11-07 | 1 | -22/+29 |
* | Configure: Make --strict-warnings meaningful with MSVC cl | Richard Levitte | 2019-11-02 | 1 | -5/+18 |
* | Add support for in-kernel TLS (KTLS) on FreeBSD. | Andrew Gallatin | 2019-10-31 | 1 | -1/+7 |
* | Update dgst.c to show a list of message digests | agnosticdev | 2019-10-18 | 1 | -1/+1 |
* | Configure: get version from the file 'VERSION' instead of 'opensslv.h' | Richard Levitte | 2019-10-18 | 1 | -25/+26 |
* | Configure: accept Windows style compiler options | Dr. Matthias St. Pierre | 2019-10-13 | 1 | -4/+24 |
* | Configure: Implement attributes for DEPEND[xxx] | Richard Levitte | 2019-10-10 | 1 | -4/+16 |
* | Configure: rework build.info grammar and attributes | Richard Levitte | 2019-10-10 | 1 | -102/+95 |
* | When building of modules is disabled, build the legacy provider into libcrypto | Richard Levitte | 2019-09-26 | 1 | -1/+1 |
* | Configure, build.info: make it possible to use variables in indexes | Richard Levitte | 2019-09-26 | 1 | -8/+21 |
* | Fix building statically without any dso support | Bernd Edlinger | 2019-09-16 | 1 | -2/+3 |
* | confdata.pm.in: New template for configdata.pm | Richard Levitte | 2019-09-12 | 1 | -457/+38 |
* | Rework the perl fallback functionality | Richard Levitte | 2019-09-12 | 1 | -1/+2 |
* | Configure: clang: move -Wno-unknown-warning-option to the front | Dr. Matthias St. Pierre | 2019-09-08 | 1 | -1/+1 |
* | Configure: Allow 'DEFINE[]=def' | Richard Levitte | 2019-08-23 | 1 | -15/+24 |
* | Remove EXPORT_VAR_AS_FUNC | Rich Salz | 2019-07-02 | 1 | -2/+0 |
* | Remove NextStep support | Rich Salz | 2019-07-01 | 1 | -1/+0 |
* | Configure: final cleanup of asm related things | Richard Levitte | 2019-06-17 | 1 | -12/+0 |