summaryrefslogtreecommitdiff
path: root/crypto/chacha
Commit message (Expand)AuthorAgeFilesLines
* chacha/chacha_enc.c: harmonize counter width with subroutine name.Andy Polyakov2016-06-031-3/+7
* x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov2016-05-291-1/+1
* Add OpenSSL copyright to .pl filesRich Salz2016-05-217-7/+56
* Copyright consolidation 09/10Rich Salz2016-05-171-46/+6
* chacha/asm/chacha-x86.pl: make it compile on legacy systems.Andy Polyakov2016-05-021-1/+3
* chacha/asm/chacha-ppc.pl: get misalignment corner case right on big-endian.Andy Polyakov2016-04-251-1/+3
* Remove --classic build entirelyRichard Levitte2016-04-201-57/+0
* chacha/asm/chacha-armv8.pl: fix intermittent build failures.Andy Polyakov2016-04-131-0/+1
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)Richard Levitte2016-03-131-1/+1
* crypto/*/build.info: make it work on ARM platforms.Andy Polyakov2016-03-111-2/+4
* Fix some assembler generating scripts for better unificationRichard Levitte2016-03-112-3/+3
* Add include directory options for assembler files that include from crypto/Richard Levitte2016-03-101-0/+2
* 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