| 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 filename argument to x86 asm_init. | David Benjamin | 2017-05-11 | 1 | -1/+1 |
* | Fix gcc-7 warnings. | Bernd Edlinger | 2017-05-11 | 1 | -2/+30 |
* | Remove/rename some old files. | Rich Salz | 2016-06-01 | 1 | -70/+0 |
* | Copyright consolidation 08/10 | Rich Salz | 2016-05-17 | 6 | -324/+36 |
* | 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 rc5 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 |
* | Keep RC5 bit shifts in [0..31] | Viktor Dukhovni | 2016-01-29 | 1 | -2/+2 |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 6 | -6/+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 | -11/+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 |
* | 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 | -439/+0 |
* | ifdef cleanup, part 4a: '#ifdef undef' | Rich Salz | 2015-01-24 | 1 | -56/+0 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 8 | -789/+772 |
* | Remove fipscanister build functionality from makefiles. | Dr. Stephen Henson | 2014-12-08 | 1 | -1/+1 |
* | Remove all .cvsignore files | Rich Salz | 2014-11-29 | 2 | -8/+0 |
* | RT3549: Remove obsolete files in crypto | Rich Salz | 2014-10-01 | 1 | -277/+0 |
* | Update support for Intel compiler: add linux-x86_64-icc and fix problems. | Andy Polyakov | 2012-11-28 | 1 | -1/+4 |
* | rc5.h: stop wasting space on 64-bit platforms [breaks binary compatibility!]. | Andy Polyakov | 2012-07-15 | 1 | -2/+1 |
* | Change AR to ARX to allow exclusion of fips object modules | Dr. Stephen Henson | 2011-01-26 | 1 | -1/+1 |
* | rc5_locl.h: make inline assembler clang-friendly. | Andy Polyakov | 2010-08-02 | 1 | -2/+2 |
* | rc5/asm/rc5-586.pl was erroneously omitted from last perlasm unification. | Andy Polyakov | 2008-01-17 | 1 | -1/+2 |
* | crypto/rc5/Makefile was erroneously omitted from last perlasm unification. | Andy Polyakov | 2008-01-15 | 1 | -11/+2 |
* | Update filenames in makefiles. | Dr. Stephen Henson | 2006-02-04 | 1 | -1/+1 |
* | Further BUILDENV refinement, further fool-proofing of Makefiles and | Andy Polyakov | 2005-05-16 | 1 | -2/+1 |
* | Fool-proofing Makefiles | Andy Polyakov | 2005-05-16 | 1 | -4/+1 |
* | Add emacs cache files to .cvsignore. | Richard Levitte | 2005-04-11 | 2 | -0/+4 |
* | Blow away Makefile.ssl. | Ben Laurie | 2005-03-30 | 1 | -4/+3 |
* | This patch was "ignited" by OpenBSD 3>=4 support. They've switched to ELF | Andy Polyakov | 2005-02-06 | 1 | -3/+3 |
* | Don't use $(EXHEADER) directly in for loops, as most shells will break | Richard Levitte | 2004-11-03 | 1 | -1/+1 |
* | Proper support for OpenBSD-i386 shared build, including assember modules! | Andy Polyakov | 2004-08-29 | 1 | -3/+4 |
* | OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted... | Andy Polyakov | 2004-08-01 | 1 | -3/+3 |
* | Clean-up GAS targets: get rid of "cpp" stuff and replace it with "purified" | Andy Polyakov | 2004-08-01 | 1 | -13/+8 |
* | This is essentially Intel 32-bit compiler tune-up. To start with all | Andy Polyakov | 2004-03-28 | 1 | -1/+1 |
* | Use sh explicitely to run point.sh | Richard Levitte | 2003-12-27 | 1 | -1/+1 |