summaryrefslogtreecommitdiff
path: root/crypto/poly1305
Commit message (Expand)AuthorAgeFilesLines
* SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov2016-07-011-5/+5
* Convert memset calls to OPENSSL_cleanseMatt Caswell2016-06-301-1/+2
* x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov2016-05-291-1/+1
* poly1305/asm/poly1305-mips.pl: adhere to standard frame layout.Andy Polyakov2016-05-281-20/+24
* SPARC assembly pack: add missing .type directives.Andy Polyakov2016-05-281-0/+7
* Add OpenSSL copyright to .pl filesRich Salz2016-05-2110-10/+80
* Copyright consolidation 05/10Rich Salz2016-05-172-8/+12
* Use OPENSSL_hexchar2intRich Salz2016-05-161-7/+4
* MIPS64 assembly pack: add Poly1305 module.Andy Polyakov2016-05-102-0/+415
* fix tab-space mixed indentationFdaSilvaYY2016-05-091-9/+9
* poly1305/asm/poly1305-x86_64.pl: contain symbols within shared lib.Andy Polyakov2016-05-061-0/+4
* poly1305/asm/poly1305-x86_64.pl: make it cross-compile.Andy Polyakov2016-05-061-4/+4
* various spelling fixesFdaSilvaYY2016-04-281-1/+1
* SPARCv9 assembly pack: fine-tune run-time switch.Andy Polyakov2016-04-261-2/+2
* crypto/poly1305/asm: chase overflow bit on x86 and ARM platforms.Andy Polyakov2016-04-254-23/+89
* Remove --classic build entirelyRichard Levitte2016-04-201-61/+0
* poly1305/asm/poly1305-x86_64.pl: not all assemblers manage << in constants.Andy Polyakov2016-04-201-5/+5
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* crypto/poly1305: don't break carry chains.Andy Polyakov2016-04-0410-76/+146
* poly1305/asm/poly1305-x86.pl: don't loose 59-th bit.Andy Polyakov2016-03-292-9/+40
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* poly1305/asm/poly1305-x86_64.pl: make it work with linux-x32.Andy Polyakov2016-03-151-2/+8
* s390x assembly pack: 32-bit fixups.Andy Polyakov2016-03-141-1/+4
* 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/+3
* Make sure the effect of "pic" / "no-pic" is used with assembler compilationsRichard Levitte2016-03-091-1/+1
* Unified - adapt the generation of poly1305 assembler to use GENERATERichard Levitte2016-03-095-13/+19
* SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov2016-03-083-2/+5
* poly1305/asm/poly1305-*.pl: flip horizontal add and reduction.Andy Polyakov2016-03-025-94/+128
* Consistently use arm_arch.h constants in armcap assembly code.David Benjamin2016-03-021-1/+1
* poly1305/asm/poly1305-armv4.pl: replace ambiguous instruction.Andy Polyakov2016-02-231-2/+2
* 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
* crypto/poly1305: add floating-point reference implementation.Andy Polyakov2016-02-131-0/+470
* Pass $(CC) to perlasm scripts via the environmentRichard Levitte2016-02-131-6/+6
* PPC assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-134-0/+1376
* C64x+ assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-131-0/+320
* ARM assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-133-0/+2144
* poly1305/asm/poly1305-x86_64.pl: MacOS X portability fix.Andy Polyakov2016-02-111-2/+2
* poly1305/asm/poly1305-x86_64.pl: fix mingw64 build.Andy Polyakov2016-02-111-4/+6
* unified build scheme: add a "unified" template for Unix MakefileRichard Levitte2016-02-101-0/+12
* poly1305/poly1305.c: work around -Wshadow warnings with POLY1305_ASM.Andy Polyakov2016-02-101-3/+12
* x86[_64] assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-103-0/+4042
* s390x assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-092-0/+218
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+3
* Engage poly1305-sparcv9 module.Andy Polyakov2016-01-311-0/+3
* Add poly1305/asm/poly1305-sparcv9.pl.Andy Polyakov2016-01-311-0/+1097