summaryrefslogtreecommitdiffstats
path: root/crypto/poly1305
AgeCommit message (Expand)Author
2020-03-17Update copyright yearMatt Caswell
2020-02-17Do not silently truncate files on perlasm errorsDavid Benjamin
2020-01-17For all assembler scripts where it matters, recognise clang > 9.xRichard Levitte
2019-12-23Add some missing cfi frame info in poly1305-x86_64.plBernd Edlinger
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-03-01deps: add s390 asm rules for OpenSSL-1.1.1Shigeki Ohtsu
2019-02-26Update copyright yearMatt Caswell
2019-02-13AArch64 assembly pack: authenticate return addresses.Andy Polyakov
2018-10-10Fix a nit of copyright date rangePaul Yang
2018-09-11Update copyright yearMatt Caswell
2018-07-10poly1305/asm/poly1305-x86_64.pl: fix solaris64-x86_64-cc build.Andy Polyakov
2018-07-06evp/e_chacha20_poly1305.c: further improve small-fragment TLS performance.Andy Polyakov
2018-06-20Update copyright yearMatt Caswell
2018-06-18{chacha|poly1305}/asm/*-x64.pl: harmonize clang version detection.Andy Polyakov
2018-06-08Add support getting raw private/public keysMatt Caswell
2018-06-03PPC assembly pack: correct POWER9 results.Andy Polyakov
2018-05-29Update copyright yearMatt Caswell
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-05-10PPC assembly pack: add POWER9 results.Andy Polyakov
2018-05-01Update copyright yearMatt Caswell
2018-04-26Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre
2018-04-18poly1305/asm/poly1305-armv4.pl: remove unintentional relocation.Rahul Chaudhry
2018-04-17Update copyright yearRichard Levitte
2018-04-05Set error code if alloc returns NULLRich Salz
2018-03-20Update copyright yearMatt Caswell
2018-03-15Add support for setting raw private Poly1305 keysMatt Caswell
2018-02-27Update copyright yearMatt Caswell
2018-02-24{ec/curve25519,poly1305/poly1305}.c: relax pedantic constraint.Andy Polyakov
2018-02-14Harmonize the make variables across all known platforms familiesRichard Levitte
2018-01-31poly1305/poly1305_ieee754.c: add support for MIPS.Andy Polyakov
2018-01-28Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte
2017-12-23poly1305/asm/poly1305-x86_64.pl: add Knights Landing AVX512 result.Andy Polyakov
2017-11-25poly1305/asm/poly1305-x86_64.pl: switch to pure AVX512F.Andy Polyakov
2017-11-13ARMv8 assembly pack: add Qualcomm Kryo results.Andy Polyakov
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-07-21x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results.Andy Polyakov
2017-07-03x86_64 assembly pack: fill some blanks in Ryzen results.Andy Polyakov
2017-05-11Remove filename argument to x86 asm_init.David Benjamin
2017-03-22poly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vpmadd52_8x.Andy Polyakov
2017-03-22x86_64 assembly pack: add some Ryzen performance results.Andy Polyakov
2017-03-13poly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vpmadd52_4x.Andy Polyakov
2017-03-13poly1305/asm/poly1305-armv8.pl: ilp32-specific poly1305_init fix.Andy Polyakov
2017-02-26poly1305/asm/poly1305-x86_64.pl: minor AVX512 optimization.Andy Polyakov
2017-02-26poly1305/asm/poly1305-x86_64.pl: add CFI annotations.Andy Polyakov
2017-02-25poly1305/asm/poly1305-x86_64.pl: add VPMADD52 code path.Andy Polyakov
2017-02-25poly1305/asm/poly1305-x86_64.pl: switch to vpermdd in table expansion.Andy Polyakov
2017-02-25poly1305/asm/poly1305-x86_64.pl: optimize AVX512 code path.Andy Polyakov
2017-01-24Add support for Poly1305 in EVP_PKEYTodd Short
2017-01-21poly1305/poly1305_base2_44.c: clarify shift boundary condition.Andy Polyakov