aboutsummaryrefslogtreecommitdiff
path: root/crypto/poly1305
AgeCommit message (Expand)AuthorFilesLines
2016-03-15poly1305/asm/poly1305-x86_64.pl: make it work with linux-x32.Andy Polyakov1-2/+8
2016-03-14s390x assembly pack: 32-bit fixups.Andy Polyakov1-1/+4
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/+3
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 poly1305 assembler to use GENERATERichard Levitte5-13/+19
2016-03-08SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov3-2/+5
2016-03-02poly1305/asm/poly1305-*.pl: flip horizontal add and reduction.Andy Polyakov5-94/+128
2016-03-02Consistently use arm_arch.h constants in armcap assembly code.David Benjamin1-1/+1
2016-02-23poly1305/asm/poly1305-armv4.pl: replace ambiguous instruction.Andy Polyakov1-2/+2
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-13crypto/poly1305: add floating-point reference implementation.Andy Polyakov1-0/+470
2016-02-13Pass $(CC) to perlasm scripts via the environmentRichard Levitte1-6/+6
2016-02-13PPC assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov4-0/+1376
2016-02-13C64x+ assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov1-0/+320
2016-02-13ARM assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov3-0/+2144
2016-02-11poly1305/asm/poly1305-x86_64.pl: MacOS X portability fix.Andy Polyakov1-2/+2
2016-02-11poly1305/asm/poly1305-x86_64.pl: fix mingw64 build.Andy Polyakov1-4/+6
2016-02-10unified build scheme: add a "unified" template for Unix MakefileRichard Levitte1-0/+12
2016-02-10poly1305/poly1305.c: work around -Wshadow warnings with POLY1305_ASM.Andy Polyakov1-3/+12
2016-02-10x86[_64] assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov3-0/+4042
2016-02-09s390x assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2-0/+218
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+3
2016-01-31Engage poly1305-sparcv9 module.Andy Polyakov1-0/+3
2016-01-31Add poly1305/asm/poly1305-sparcv9.pl.Andy Polyakov1-0/+1097
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-3/+3
2015-12-10Add reference ChaCha20 and Poly1305 implementations.Andy Polyakov2-0/+944