Age | Commit message (Expand) | Author |
2022-10-19 | Avoid putting ripemd_prov.c in libcommon otherwise it is regarded as fips source | Tomas Mraz |
2022-10-19 | default provider: include RIPEMD160 | Pauli |
2022-05-24 | Rename x86-32 assembly files from .s to .S. | Sebastian Andrzej Siewior |
2021-05-07 | Drop libimplementations.a | Richard Levitte |
2020-09-10 | Diverse build.info: Adjust paths | Richard Levitte |
2020-04-23 | Update copyright year | Matt Caswell |
2020-02-17 | Also check for errors in x86_64-xlate.pl. | David Benjamin |
2020-02-07 | Adapt all build.info and test recipes to the new $disabled{'deprecated-x.y'} | Richard Levitte |
2020-01-22 | Do not silently truncate files on perlasm errors | David Benjamin |
2020-01-12 | Deprecate the low level RIPEMD160 functions. | Pauli |
2019-10-16 | Fix missing Assembler defines | Shane Lontis |
2019-09-28 | Reorganize local header files | Dr. Matthias St. Pierre |
2019-09-28 | Reorganize private crypto header files | Dr. Matthias St. Pierre |
2019-09-16 | Unify all assembler file generators | Richard Levitte |
2019-09-16 | build.info: For all assembler generators, remove all arguments | Richard Levitte |
2019-06-17 | Move rmd160_asm_src file information to build.info files | Richard Levitte |
2018-12-06 | Following the license change, modify the boilerplates in crypto/ripemd/ | Richard Levitte |
2018-02-14 | Harmonize the make variables across all known platforms families | Richard Levitte |
2018-01-28 | Processing GNU-style "make variables" - separate CPP flags from C flags | Richard Levitte |
2017-10-18 | Remove parentheses of return. | KaoruToda |
2017-10-13 | Remove email addresses from source code. | Rich Salz |
2017-05-11 | Remove filename argument to x86 asm_init. | David Benjamin |
2016-10-10 | Remove trailing whitespace from some files. | David Benjamin |
2016-05-17 | Copyright consolidation 08/10 | Rich Salz |
2016-05-02 | Remove obsolete defined(__INTEL__) condition. | Andy Polyakov |
2016-04-20 | Remove --classic build entirely | Richard Levitte |
2016-04-20 | Copyright consolidation: perl files | Rich Salz |
2016-03-21 | Remove the remainder of util/mk1mf.pl and companion scripts | Richard Levitte |
2016-03-13 | Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS) | Richard Levitte |
2016-03-09 | Make sure the effect of "pic" / "no-pic" is used with assembler compilations | Richard Levitte |
2016-03-09 | Unified - adapt the generation of ripemd assembler to use GENERATE | Richard Levitte |
2016-02-20 | Always build library object files with shared library cflags | Richard Levitte |
2016-02-18 | Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND | Richard Levitte |
2016-02-13 | Pass $(CC) to perlasm scripts via the environment | Richard Levitte |
2016-02-10 | unified build scheme: add a "unified" template for Unix Makefile | Richard Levitte |
2016-02-01 | unified build scheme: add build.info files | Richard Levitte |
2016-01-29 | Templatize util/domd | Rich Salz |
2016-01-26 | Remove /* foo.c */ comments | Rich Salz |
2016-01-20 | Remove update tags | Rich Salz |
2016-01-17 | Remove some old makefile targets | Rich Salz |
2016-01-12 | Move Makefiles to Makefile.in | Rich Salz |
2015-08-10 | RT3999: Remove sub-component version strings | Rich Salz |
2015-05-22 | Fix the update target and remove duplicate file updates | Richard Levitte |
2015-05-14 | make depend | Richard Levitte |
2015-05-14 | Identify and move common internal libcrypto header files | Richard Levitte |
2015-03-31 | Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant | Richard Levitte |
2015-03-31 | Stop symlinking, move files to intended directory | Richard Levitte |
2015-02-03 | Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp | Rich Salz |
2015-01-29 | clang on Linux x86_64 complains about unreachable code. | Richard Levitte |
2015-01-23 | Keep disclaiming 16-bit support. | Andy Polyakov |