| Commit message (Expand) | Author | Age | Files | Lines |
* | Following the license change, modify the boilerplates in crypto/ | Richard Levitte | 2018-12-06 | 1 | -1/+1 |
* | Update copyright year | Matt Caswell | 2018-04-03 | 1 | -1/+1 |
* | Allow NULL for some _free routines. | Rich Salz | 2018-03-27 | 1 | -0/+2 |
* | Remove some code for a contributor that we cannot find | Matt Caswell | 2018-03-27 | 1 | -3/+0 |
* | Remove parentheses of return. | KaoruToda | 2017-10-18 | 1 | -10/+10 |
* | Since return is inconsistent, I removed unnecessary parentheses and | KaoruToda | 2017-10-09 | 1 | -2/+2 |
* | Fix a few memleaks in TXT_DB. | Bernd Edlinger | 2017-02-21 | 1 | -9/+26 |
* | Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx | Rich Salz | 2016-05-20 | 1 | -2/+2 |
* | Copyright consolidation 05/10 | Rich Salz | 2016-05-17 | 1 | -54/+6 |
* | Remove --classic build entirely | Richard Levitte | 2016-04-20 | 1 | -43/+0 |
* | 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 |
* | unified build scheme: add build.info files | Richard Levitte | 2016-02-01 | 1 | -0/+2 |
* | Templatize util/domd | Rich Salz | 2016-01-29 | 1 | -2/+1 |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 1 | -1/+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 | -9/+0 |
* | RT3999: Remove sub-component version strings | Rich Salz | 2015-08-10 | 1 | -2/+0 |
* | No fprintf in the txt_db component | Rich Salz | 2015-06-09 | 1 | -5/+1 |
* | 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/+1 |
* | Identify and move common internal libcrypto header files | Richard Levitte | 2015-05-14 | 1 | -1/+1 |
* | Use p==NULL not !p (in if statements, mainly) | Rich Salz | 2015-05-11 | 1 | -1/+1 |
* | Use safer sizeof variant in malloc | Rich Salz | 2015-05-04 | 1 | -1/+1 |
* | free NULL cleanup -- coda | Rich Salz | 2015-05-01 | 1 | -30/+13 |
* | free null cleanup finale | Rich Salz | 2015-05-01 | 1 | -12/+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 | -105/+0 |
* | OPENSSL_NO_xxx cleanup: many removals | Rich Salz | 2015-01-27 | 1 | -8/+1 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 2 | -336/+327 |
* | RT3548: Remove unsupported platforms | Rich Salz | 2015-01-12 | 1 | -3/+3 |
* | Remove fipscanister build functionality from makefiles. | Dr. Stephen Henson | 2014-12-08 | 1 | -1/+1 |
* | Remove all .cvsignore files | Rich Salz | 2014-11-28 | 1 | -4/+0 |
* | Change AR to ARX to allow exclusion of fips object modules | Dr. Stephen Henson | 2011-01-26 | 1 | -1/+1 |
* | Update from 1.0.0-stable | Dr. Stephen Henson | 2009-07-27 | 2 | -39/+39 |
* | Avoid warnings with -pedantic, specifically: | Dr. Stephen Henson | 2008-07-04 | 1 | -1/+1 |
* | More type-checking. | Ben Laurie | 2008-06-04 | 2 | -19/+23 |
* | LHASH revamp. make depend. | Ben Laurie | 2008-05-26 | 2 | -27/+28 |
* | Constify version strings and some structures. | Dr. Stephen Henson | 2007-01-21 | 1 | -1/+1 |
* | Update filenames in makefiles. | Dr. Stephen Henson | 2006-02-04 | 1 | -1/+1 |
* | improved error checking and some fixes | Nils Larsch | 2005-07-26 | 1 | -4/+7 |
* | Further BUILDENV refinement, further fool-proofing of Makefiles and | Andy Polyakov | 2005-05-16 | 1 | -3/+9 |
* | make update | Bodo Möller | 2005-05-16 | 1 | -8/+1 |
* | Fool-proofing Makefiles | Andy Polyakov | 2005-05-15 | 1 | -4/+1 |
* | Add emacs cache files to .cvsignore. | Richard Levitte | 2005-04-11 | 1 | -0/+2 |
* | Give everything prototypes (well, everything that's actually used). | Ben Laurie | 2005-03-31 | 2 | -7/+7 |
* | Blow away Makefile.ssl. | Ben Laurie | 2005-03-30 | 1 | -4/+3 |
* | Don't use $(EXHEADER) directly in for loops, as most shells will break | Richard Levitte | 2004-11-02 | 1 | -1/+1 |