summaryrefslogtreecommitdiffstats
path: root/crypto/chacha
AgeCommit message (Expand)Author
2016-03-04chacha/asm/chacha-ppc.pl: fix typo.Andy Polyakov
2016-03-02Consistently use arm_arch.h constants in armcap assembly code.David Benjamin
2016-02-27chacha/asm/chacha-*.pl: fix typos in tail processing.Andy Polyakov
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-14chacha/asm/chacha*: ensure that zero length is handled (without crash).Andy Polyakov
2016-02-14chacha/asm/chacha-x86[_64].pl: fix typos and logical errors.Andy Polyakov
2016-02-13Pass $(CC) to perlasm scripts via the environmentRichard Levitte
2016-02-13PPC assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov
2016-02-13C64x+ assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov
2016-02-13ARM assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov
2016-02-10unified build scheme: add a "unified" template for Unix MakefileRichard Levitte
2016-02-10chacha/asm/chacha-x86.pl: fix nasm compilation.Andy Polyakov
2016-02-10x86[_64] assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov
2016-02-09s390x assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-29Templatize util/domdRich Salz
2016-01-20Remove update tagsRich Salz
2016-01-17Remove some old makefile targetsRich Salz
2016-01-12Move Makefiles to Makefile.inRich Salz
2015-12-13Configure: add framework for ChaCha and Poly1305 assembly.Andy Polyakov
2015-12-10Add reference ChaCha20 and Poly1305 implementations.Andy Polyakov