| Commit message (Expand) | Author | Age | Files | Lines |
* | Also check for errors in x86_64-xlate.pl. | David Benjamin | 2020-02-17 | 1 | -1/+1 |
* | Adapt all build.info and test recipes to the new $disabled{'deprecated-x.y'} | Richard Levitte | 2020-02-07 | 1 | -2/+1 |
* | Do not silently truncate files on perlasm errors | David Benjamin | 2020-01-22 | 1 | -1/+1 |
* | Deprecate the low level RIPEMD160 functions. | Pauli | 2020-01-12 | 3 | -3/+23 |
* | Fix missing Assembler defines | Shane Lontis | 2019-10-16 | 1 | -0/+4 |
* | Reorganize local header files | Dr. Matthias St. Pierre | 2019-09-28 | 2 | -3/+3 |
* | Reorganize private crypto header files | Dr. Matthias St. Pierre | 2019-09-28 | 1 | -1/+1 |
* | Unify all assembler file generators | Richard Levitte | 2019-09-16 | 1 | -2/+1 |
* | build.info: For all assembler generators, remove all arguments | Richard Levitte | 2019-09-16 | 1 | -2/+1 |
* | Move rmd160_asm_src file information to build.info files | Richard Levitte | 2019-06-17 | 1 | -2/+15 |
* | Following the license change, modify the boilerplates in crypto/ripemd/ | Richard Levitte | 2018-12-06 | 5 | -5/+5 |
* | 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 |