summaryrefslogtreecommitdiffstats
path: root/crypto/ec/asm
AgeCommit message (Expand)Author
2020-06-04[crypto/ec] Remove unreachable AVX2 code in NISTZ256 implementationNicola Tuveri
2020-04-23Update copyright yearMatt Caswell
2020-02-17Also check for errors in x86_64-xlate.pl.David Benjamin
2020-01-22Do not silently truncate files on perlasm errorsDavid Benjamin
2020-01-17For all assembler scripts where it matters, recognise clang > 9.xRichard Levitte
2020-01-05Fix side channel in ecp_nistz256-armv8.plFangming.Fang
2020-01-05Improve side channel fix in ecp_nistz256-x86_64.plBernd Edlinger
2020-01-05Fix side channel in ecp_nistz256-armv4.plBernd Edlinger
2020-01-05Fix side channel in ecp_nistz256-x86.plBernd Edlinger
2020-01-05Avoid leaking intermediate states in point doubling special case.David Benjamin
2019-12-23Add some missing cfi frame info in x25519-x86_64.plBernd Edlinger
2019-12-23Add some missing cfi frame info in ecp_nistz256-x86_64.plBernd Edlinger
2019-09-16Unify all assembler file generatorsRichard Levitte
2019-08-09make ecp_nistz256_point_add_vis3() localVladimir Kotal
2019-07-02Fix TyposAntoine Cœur
2019-04-14Fix calling convention bug in ecp_nistz256_ord_sqr_montDavid Benjamin
2019-02-17Fix some CFI issues in x86_64 assemblyDavid Benjamin
2019-02-16ARM64 assembly pack: make it Windows-friendly.Andy Polyakov
2019-02-16ARM assembly pack: make it Windows-friendly.Andy Polyakov
2019-02-12AArch64 assembly pack: authenticate return addresses.Andy Polyakov
2018-12-06Following the license change, modify the boilerplates in crypto/ec/Richard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-07-26Add ec/asm/x25519-ppc64.pl module.Andy Polyakov
2018-07-22ec/asm/ecp_nistz256-{!x86_64}.pl: fix scatter_w7 function.Andy Polyakov
2018-07-17Fix typo in x25519-x86_64.plMat
2018-07-15ec/asm/x25519-x86_64.pl: add CFI directives and Windows SE handler.Andy Polyakov
2018-07-15ec/asm/x25519-x86_64.pl: fix base 2^64 add/sub and final reduction.Andy Polyakov
2018-06-20Update copyright yearMatt Caswell
2018-06-18ec/asm/ecp_nistz256-avx2.pl: harmonize clang version detection.Andy Polyakov
2018-05-01Update copyright yearMatt Caswell
2018-04-23ARM assembly pack: make it work with older assembler.Andy Polyakov
2018-03-01ec/asm/x25519-x86_64.pl: remove redundant carry chain.Andy Polyakov
2018-02-27crypto/ec/asm/x25519-x86_64.pl: close STDOUT, not $STDOUTRichard Levitte
2018-02-24ec/asm/x25519-x86_64.pl: fix up ADCX/ADOX fallback.Andy Polyakov
2018-02-21Add x25519-x86_64.pl module, mod 2^255-19 primitives.Andy Polyakov
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-07ec/asm/ecp_nistz256-armv8.pl: add optimized inversion.Andy Polyakov
2018-01-07ec/asm/ecp_nistz256-x86_64.pl: add .cfi and SEH handlers to new functions.Andy Polyakov
2018-01-07ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.Andy Polyakov
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-06-30Cleanup some copyright stuffRich Salz
2017-06-30Merge Intel copyright notice into standardRich Salz
2017-06-05ec/asm/ecp_nistz256-x86_64.pl: minor sqr_montx cleanup.Andy Polyakov
2017-05-11Remove filename argument to x86 asm_init.David Benjamin
2017-02-13ec/asm/ecp_nistz256-x86_64.pl: add CFI directives.Andy Polyakov
2017-02-13ec/asm/ecp_nistz256-x86_64.pl: fix typo-bug in Win64 SE handler.Andy Polyakov
2017-02-06x86_64 assembly pack: Win64 SEH face-lift.Andy Polyakov
2017-01-21ec/asm/ecp_nistz256-ppc64.pl: minor POWER8-specific optimization.Andy Polyakov
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-08-29Add ecp_nistz256-ppc64 module.Andy Polyakov