aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/chacha
Commit message (Expand)AuthorAgeFilesLines
* Make sure the effect of "pic" / "no-pic" is used with assembler compilationsRichard Levitte2016-03-091-1/+1
* Unified - adapt the generation of chacha assembler to use GENERATERichard Levitte2016-03-094-9/+14
* chacha/asm/chacha-ppc.pl: fix typo.Andy Polyakov2016-03-041-1/+1
* Consistently use arm_arch.h constants in armcap assembly code.David Benjamin2016-03-021-1/+1
* chacha/asm/chacha-*.pl: fix typos in tail processing.Andy Polyakov2016-02-273-18/+18
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* chacha/asm/chacha*: ensure that zero length is handled (without crash).Andy Polyakov2016-02-144-0/+16
* chacha/asm/chacha-x86[_64].pl: fix typos and logical errors.Andy Polyakov2016-02-142-5/+5
* Pass $(CC) to perlasm scripts via the environmentRichard Levitte2016-02-131-4/+4
* PPC assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-133-0/+946
* C64x+ assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-131-0/+916
* ARM assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-133-0/+2273
* unified build scheme: add a "unified" template for Unix MakefileRichard Levitte2016-02-101-0/+12
* chacha/asm/chacha-x86.pl: fix nasm compilation.Andy Polyakov2016-02-101-11/+11
* x86[_64] assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-103-0/+3367
* s390x assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-092-0/+319
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+2
* Templatize util/domdRich Salz2016-01-291-2/+1
* Remove update tagsRich Salz2016-01-201-2/+0
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-121-2/+0
* Configure: add framework for ChaCha and Poly1305 assembly.Andy Polyakov2015-12-131-2/+0
* Add reference ChaCha20 and Poly1305 implementations.Andy Polyakov2015-12-102-0/+224