| Commit message (Expand) | Author | Age | Files | Lines |
* | Harmonize the make variables across all known platforms families | Richard Levitte | 2018-02-14 | 1 | -1/+1 |
* | Processing GNU-style "make variables" - separate CPP flags from C flags | Richard Levitte | 2018-01-28 | 1 | -1/+2 |
* | Remove parentheses of return. | KaoruToda | 2017-10-18 | 1 | -1/+1 |
* | Remove email addresses from source code. | Rich Salz | 2017-10-13 | 2 | -3/+1 |
* | Remove filename argument to x86 asm_init. | David Benjamin | 2017-05-11 | 1 | -1/+1 |
* | Remove trailing whitespace from some files. | David Benjamin | 2016-10-10 | 1 | -6/+6 |
* | Copyright consolidation 08/10 | Rich Salz | 2016-05-17 | 4 | -216/+25 |
* | Remove obsolete defined(__INTEL__) condition. | Andy Polyakov | 2016-05-02 | 1 | -1/+1 |
* | Remove --classic build entirely | Richard Levitte | 2016-04-20 | 1 | -51/+0 |
* | Copyright consolidation: perl files | Rich Salz | 2016-04-20 | 1 | -1/+8 |
* | Remove the remainder of util/mk1mf.pl and companion scripts | Richard Levitte | 2016-03-21 | 1 | -3/+0 |
* | Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS) | Richard Levitte | 2016-03-13 | 1 | -1/+1 |
* | Make sure the effect of "pic" / "no-pic" is used with assembler compilations | Richard Levitte | 2016-03-09 | 1 | -1/+1 |
* | Unified - adapt the generation of ripemd assembler to use GENERATE | Richard Levitte | 2016-03-09 | 3 | -7/+8 |
* | 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 |
* | Pass $(CC) to perlasm scripts via the environment | Richard Levitte | 2016-02-13 | 1 | -1/+1 |
* | unified build scheme: add a "unified" template for Unix Makefile | Richard Levitte | 2016-02-10 | 1 | -0/+7 |
* | 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 /* foo.c */ comments | Rich Salz | 2016-01-26 | 4 | -4/+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 |
* | 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 |
* | 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 | 2 | -237/+0 |
* | Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp | Rich Salz | 2015-02-03 | 2 | -95/+5 |
* | clang on Linux x86_64 complains about unreachable code. | Richard Levitte | 2015-01-29 | 1 | -1/+0 |
* | Keep disclaiming 16-bit support. | Andy Polyakov | 2015-01-23 | 2 | -12/+1 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 6 | -381/+416 |
* | Cleanup OPENSSL_NO_xxx, part 1master-pre-reformat | Rich Salz | 2015-01-14 | 2 | -2/+2 |
* | RT3548: Remove some unsupported platforms. | Rich Salz | 2015-01-12 | 1 | -1/+1 |
* | Remove fipscanister build functionality from makefiles. | Dr. Stephen Henson | 2014-12-08 | 1 | -1/+1 |
* | Remove all .cvsignore files | Rich Salz | 2014-11-28 | 2 | -9/+0 |
* | RT3549: Remove obsolete files in crypto | Rich Salz | 2014-10-01 | 1 | -127/+0 |
* | Remove some outdated README files, to avoid confusing people. | Rich Salz | 2014-08-30 | 1 | -15/+0 |
* | Undo a90081576c94f9f54de1755188a00ccc1760549a | Rich Salz | 2014-08-09 | 1 | -1/+1 |
* | Remove DJGPP (and therefore WATT32) #ifdef's. | Rich Salz | 2014-08-08 | 1 | -1/+1 |
* | misspellings fixes by https://github.com/vlajos/misspell_fixer | Veres Lajos | 2013-09-05 | 1 | -1/+1 |
* | Fix some clang warnings. | Ben Laurie | 2013-01-13 | 2 | -20/+20 |
* | Change AR to ARX to allow exclusion of fips object modules | Dr. Stephen Henson | 2011-01-26 | 1 | -1/+1 |
* | PR: 1835 | Dr. Stephen Henson | 2009-02-14 | 1 | -1/+1 |
* | Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev | Lutz Jänicke | 2008-04-17 | 1 | -1/+1 |
* | Unify x86 perlasm make rules. | Andy Polyakov | 2008-01-11 | 1 | -11/+2 |
* | Update perl asm scripts include paths for perlasm. | Dr. Stephen Henson | 2008-01-05 | 1 | -1/+2 |
* | Engage x86 assembler in Mac OS X build. | Andy Polyakov | 2007-12-18 | 1 | -0/+2 |