| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright year updates | Matt Caswell | 2023-09-07 | 1 | -1/+1 |
* | Avoid duplicating symbols in legacy.a with some build options | Tomas Mraz | 2023-01-31 | 1 | -1/+1 |
* | remove unused macro in cast_local.h and des_local.h | zhangzhilei | 2023-01-17 | 1 | -45/+0 |
* | crypto: Fix various typos, repeated words, align some spelling to LDP. | FdaSilvaYY | 2022-10-12 | 1 | -14/+14 |
* | Rename x86-32 assembly files from .s to .S. | Sebastian Andrzej Siewior | 2022-05-24 | 1 | -3/+3 |
* | Fix logic error for building x86 CAST assembly | Benjamin Kaduk | 2020-06-14 | 1 | -1/+1 |
* | Update copyright year | Matt Caswell | 2020-04-23 | 6 | -6/+6 |
* | Move legacy ciphers into the legacy provider | Shane Lontis | 2020-04-09 | 1 | -1/+9 |
* | Also check for errors in x86_64-xlate.pl. | David Benjamin | 2020-02-17 | 1 | -1/+1 |
* | Do not silently truncate files on perlasm errors | David Benjamin | 2020-01-22 | 1 | -1/+1 |
* | Deprecate the Low Level CAST APIs | Matt Caswell | 2020-01-13 | 5 | -0/+30 |
* | Reorganize local header files | Dr. Matthias St. Pierre | 2019-09-28 | 6 | -5/+5 |
* | 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 cast_asm_src file information to build.info files | Richard Levitte | 2019-06-17 | 1 | -2/+14 |
* | Following the license change, modify the boilerplates in crypto/cast/ | Richard Levitte | 2018-12-06 | 8 | -8/+8 |
* | Harmonize the make variables across all known platforms families | Richard Levitte | 2018-02-14 | 1 | -2/+1 |
* | Processing GNU-style "make variables" - separate CPP flags from C flags | Richard Levitte | 2018-01-28 | 1 | -1/+3 |
* | e_os.h removal from other headers and source files. | Pauli | 2017-08-29 | 1 | -3/+1 |
* | 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 | -0/+14 |
* | Address some -Wold-style-declaration warnings | Benjamin Kaduk | 2017-05-01 | 1 | -4/+4 |
* | Code health: With the VAX C-ism gone, OPENSSL_GLOBAL can be removed too | Richard Levitte | 2017-02-28 | 1 | -8/+8 |
* | Remove trailing whitespace from some files. | David Benjamin | 2016-10-11 | 1 | -3/+3 |
* | Remove/rename some old files. | Rich Salz | 2016-06-01 | 1 | -70/+0 |
* | Copyright consolidation 09/10 | Rich Salz | 2016-05-17 | 7 | -378/+43 |
* | Remove --classic build entirely | Richard Levitte | 2016-04-20 | 1 | -51/+0 |
* | Copyright consolidation: perl files | Rich Salz | 2016-04-20 | 1 | -1/+8 |
* | Disable some sanitizer checks without PEDANTIC | Emilia Kasper | 2016-04-10 | 1 | -3/+1 |
* | 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 cast 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 | 7 | -7/+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 | -16/+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 | -316/+0 |
* | Dead code cleanup: #if 0 dropped from tests | Rich Salz | 2015-02-02 | 1 | -28/+0 |
* | clang on Linux x86_64 complains about unreachable code. | Richard Levitte | 2015-01-29 | 1 | -1/+0 |
* | More comment realignmentmaster-post-reformat | Matt Caswell | 2015-01-22 | 1 | -3/+3 |