| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Stop symlinking, move files to intended directory | Richard Levitte | 2015-03-31 | 1 | -233/+0 |
* | Add missing declaration for lh_node_usage_stats | Rich Salz | 2015-01-28 | 1 | -0/+1 |
* | OPENSSL_NO_xxx cleanup: SHA | Rich Salz | 2015-01-27 | 1 | -0/+4 |
* | OPENSSL_NO_xxx cleanup: many removals | Rich Salz | 2015-01-27 | 3 | -100/+2 |
* | More comment realignmentmaster-post-reformat | Matt Caswell | 2015-01-22 | 1 | -3/+3 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 4 | -662/+641 |
* | Further comment changes for reformat (master) | Matt Caswell | 2015-01-22 | 1 | -1/+1 |
* | Cleanup OPENSSL_NO_xxx, part 1master-pre-reformat | Rich Salz | 2015-01-14 | 2 | -3/+3 |
* | mark all block comments that need format preserving so that | Tim Hudson | 2014-12-30 | 1 | -1/+2 |
* | Remove fipscanister build functionality from makefiles. | Dr. Stephen Henson | 2014-12-08 | 1 | -1/+1 |
* | Remove all .cvsignore files | Rich Salz | 2014-11-29 | 1 | -4/+0 |
* | Change AR to ARX to allow exclusion of fips object modules | Dr. Stephen Henson | 2011-01-26 | 1 | -1/+1 |
* | Revert lhash patch for PR#2124 | Dr. Stephen Henson | 2009-12-09 | 1 | -29/+4 |
* | PR: 2124 | Dr. Stephen Henson | 2009-12-09 | 1 | -4/+29 |
* | Update from 1.0.0-stable | Dr. Stephen Henson | 2009-07-27 | 1 | -2/+2 |
* | More type-checking. | Ben Laurie | 2008-06-04 | 1 | -17/+0 |
* | Avoid warning about empty structures and always define CHECKED_PTR_OF | Dr. Stephen Henson | 2008-05-27 | 1 | -1/+1 |