summaryrefslogtreecommitdiffstats
path: root/crypto/ec/asm
AgeCommit message (Expand)Author
2023-08-24Optimize SM2 on aarch64Xu Yizhou
2023-08-04ec: powerpc64le: Add asm implementation of felem_{square,mul}Rohan McLure
2023-03-01ec: Use .machine "any" explicitly in ecp_nistp521-ppc64Robin Lee
2022-02-14Apply the correct Apache v2 licenseTomas Mraz
2021-10-01aarch64: support BTI and pointer authentication in assemblyRuss Butler
2021-07-29Update copyright yearMatt Caswell
2021-07-15Split bignum code out of the sparcv9cap.cTomas Mraz
2021-06-22ec: Add alignment pseudo-op at beginning of functionMartin Schwenke
2021-06-22ec: Drop uses of .cfi_startproc/.cfi_endproc pseudo-opsMartin Schwenke
2021-05-29ec: Add PPC64 vector assembly version of p521 field operationsAmitay Isaacs
2020-09-20Fix: ecp_nistz256-armv4.S bad argumentsHenry N
2020-08-27Ignore vendor name in Clang version number.Jung-uk Kim
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