| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework how our providers are built | Richard Levitte | 2019-10-10 | 1 | -1/+1 |
* | Reorganize local header files | Dr. Matthias St. Pierre | 2019-09-28 | 3 | -2/+2 |
* | Reorganize private crypto header files | Dr. Matthias St. Pierre | 2019-09-28 | 1 | -2/+2 |
* | Fix Typos | Antoine Cœur | 2019-07-02 | 1 | -3/+3 |
* | Make some EVP code available from within the FIPS module | Matt Caswell | 2019-05-23 | 1 | -0/+2 |
* | OPENSSL_LH_flush(): assign NULL after freeing | Richard Levitte | 2019-04-19 | 1 | -0/+1 |
* | Properties for implementation selection. | Pauli | 2019-02-18 | 1 | -2/+10 |
* | Following the license change, modify the boilerplates in crypto/lhash/ | Richard Levitte | 2018-12-06 | 3 | -3/+3 |
* | Update copyright year | Matt Caswell | 2018-09-11 | 1 | -1/+1 |
* | Make OBJ_NAME case insensitive. | Pauli | 2018-09-04 | 1 | -0/+23 |
* | lhash/lhash.c: switch to Thread-Sanitizer-friendly primitives. | Andy Polyakov | 2018-08-07 | 2 | -11/+15 |
* | Update copyright year | Matt Caswell | 2018-05-01 | 1 | -1/+1 |
* | Fix last(?) batch of malloc-NULL places | Rich Salz | 2018-04-26 | 1 | -1/+8 |
* | Remove unused num.pl,segregnam scripts | Rich Salz | 2018-02-22 | 1 | -23/+0 |
* | lhash.c: Replace Unicode EN DASH with the ASCII char '-'. | Long Qin | 2017-11-11 | 1 | -1/+1 |
* | Don't make any changes to the lhash structure if we are going to fail | Matt Caswell | 2017-10-24 | 1 | -22/+40 |
* | Document that lhash isn't thread safe under any circumstances and | Pauli | 2017-10-09 | 3 | -55/+29 |
* | coding style: remove extra whitespace charactor | hongliang | 2017-07-12 | 2 | -2/+2 |
* | Add a lock around the OBJ_NAME table | Rich Salz | 2017-06-07 | 3 | -23/+47 |
* | Remove some commented out code in libcrypto | Matt Caswell | 2017-02-28 | 1 | -5/+0 |
* | GH1555: Don't bump size on realloc failure | Rich Salz | 2016-09-21 | 1 | -1/+1 |
* | fix code formatting | mrpre | 2016-07-01 | 1 | -12/+6 |
* | add return value for expand | mrpre | 2016-07-01 | 1 | -6/+13 |
* | Complete the rename of LHASH functions and types | Richard Levitte | 2016-05-23 | 1 | -1/+1 |
* | Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx | Rich Salz | 2016-05-20 | 3 | -100/+98 |
* | Copyright consolidation 09/10 | Rich Salz | 2016-05-17 | 2 | -108/+12 |
* | Remove --classic build entirely | Richard Levitte | 2016-04-20 | 1 | -43/+0 |
* | Copyright consolidation: perl files | Rich Salz | 2016-04-20 | 1 | -1/+7 |
* | Remove the remainder of util/mk1mf.pl and companion scripts | Richard Levitte | 2016-03-21 | 1 | -3/+0 |
* | Always build library object files with shared library cflags | Richard Levitte | 2016-02-20 | 1 | -1/+1 |
* | Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND | Richard Levitte | 2016-02-18 | 1 | -1/+1 |
* | Perl's chop / chomp considered bad, use a regexp instead | Richard Levitte | 2016-02-11 | 1 | -1/+1 |
* | unified build scheme: add build.info files | Richard Levitte | 2016-02-01 | 1 | -0/+3 |
* | Templatize util/domd | Rich Salz | 2016-01-29 | 1 | -2/+1 |
* | Remove outdated tests | Rich Salz | 2016-01-28 | 1 | -89/+0 |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 3 | -3/+0 |
* | Remove update tags | Rich Salz | 2016-01-20 | 1 | -2/+0 |
* | Remove some old makefile targets | Rich Salz | 2016-01-17 | 1 | -12/+0 |
* | Move Makefiles to Makefile.in | Rich Salz | 2016-01-12 | 1 | -14/+0 |
* | Inline LHASH_OF | Dr. Stephen Henson | 2016-01-11 | 1 | -0/+15 |
* | Continue standardising malloc style for libcrypto | Matt Caswell | 2015-11-09 | 1 | -0/+2 |
* | Replace "SSLeay" in API with OpenSSL | Rich Salz | 2015-10-30 | 1 | -1/+1 |
* | remove 0 assignments. | Rich Salz | 2015-09-03 | 1 | -23/+3 |
* | RT3999: Remove sub-component version strings | Rich Salz | 2015-08-10 | 1 | -2/+0 |
* | Fix the update target and remove duplicate file updates | Richard Levitte | 2015-05-22 | 1 | -0/+2 |
* | make depend | Richard Levitte | 2015-05-14 | 1 | -1/+2 |
* | Identify and move common internal libcrypto header files | Richard Levitte | 2015-05-14 | 1 | -1/+1 |
* | Use safer sizeof variant in malloc | Rich Salz | 2015-05-04 | 1 | -3/+3 |
* | remove malloc casts | Rich Salz | 2015-04-28 | 1 | -9/+6 |
* | Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant | Richard Levitte | 2015-03-31 | 1 | -17/+1 |