aboutsummaryrefslogtreecommitdiff
path: root/crypto/chacha
AgeCommit message (Expand)AuthorFilesLines
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-13Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)Richard Levitte1-1/+1
2016-03-11crypto/*/build.info: make it work on ARM platforms.Andy Polyakov1-2/+4
2016-03-11Fix some assembler generating scripts for better unificationRichard Levitte2-3/+3
2016-03-10Add include directory options for assembler files that include from crypto/Richard Levitte1-0/+2
2016-03-09Make sure the effect of "pic" / "no-pic" is used with assembler compilationsRichard Levitte1-1/+1
2016-03-09Unified - adapt the generation of chacha assembler to use GENERATERichard Levitte4-9/+14
2016-03-04chacha/asm/chacha-ppc.pl: fix typo.Andy Polyakov1-1/+1
2016-03-02Consistently use arm_arch.h constants in armcap assembly code.David Benjamin1-1/+1
2016-02-27chacha/asm/chacha-*.pl: fix typos in tail processing.Andy Polyakov3-18/+18
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-14chacha/asm/chacha*: ensure that zero length is handled (without crash).Andy Polyakov4-0/+16
2016-02-14chacha/asm/chacha-x86[_64].pl: fix typos and logical errors.Andy Polyakov2-5/+5
2016-02-13Pass $(CC) to perlasm scripts via the environmentRichard Levitte1-4/+4
2016-02-13PPC assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov3-0/+946
2016-02-13C64x+ assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov1-0/+916
2016-02-13ARM assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov3-0/+2273
2016-02-10unified build scheme: add a "unified" template for Unix MakefileRichard Levitte1-0/+12
2016-02-10chacha/asm/chacha-x86.pl: fix nasm compilation.Andy Polyakov1-11/+11
2016-02-10x86[_64] assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov3-0/+3367
2016-02-09s390x assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2-0/+319
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+2
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz1-2/+0
2015-12-13Configure: add framework for ChaCha and Poly1305 assembly.Andy Polyakov1-2/+0
2015-12-10Add reference ChaCha20 and Poly1305 implementations.Andy Polyakov2-0/+224