summaryrefslogtreecommitdiffstats
path: root/crypto/chacha
AgeCommit message (Expand)Author
2020-10-22Fix aarch64 static linking into shared libraries (see issue #10842 and pull r...Romain Geissler
2020-08-27Ignore vendor name in Clang version number.Jung-uk Kim
2020-07-16Update copyright yearRichard Levitte
2020-07-11Add and use internal header that implements endianness checkRichard Levitte
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
2019-11-28chacha/asm/chacha-armv8.pl: preserve FP registers d8 and d9 correctlyArd Biesheuvel
2019-11-13chacha_enc.c: fix for EBCDIC platformsJoerg Schmidbauer
2019-11-05s390x assembly pack: perlasm module updatePatrick Steuer
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-16Unify all assembler file generatorsRichard Levitte
2019-09-16build.info: For all assembler generators, remove all argumentsRichard Levitte
2019-06-17Move chacha_asm_src file information to build.info filesRichard Levitte
2019-04-25s390x assembly pack: remove chacha20 dependency on non-base memnonicsPatrick Steuer
2019-04-17chacha/asm/chacha-armv8.pl: replace 3+1 code paths with 4+1.Andy Polyakov
2019-04-17ARM64 assembly pack: add ThunderX2 results.Andy Polyakov
2019-03-29IA64 assembly pack: add {chacha|poly1305}-ia64 modules.Andy Polyakov
2019-03-11s390x assembly pack: import chacha from cryptogams repoPatrick Steuer
2019-02-16ARM64 assembly pack: make it Windows-friendly.Andy Polyakov
2019-02-16ARM assembly pack: make it Windows-friendly.Andy Polyakov
2019-02-16s390x assembly pack: fix formal interface bug in chacha modulePatrick Steuer
2019-02-12AArch64 assembly pack: authenticate return addresses.Andy Polyakov
2019-01-31Build: Remove BEGINRAW / ENDRAW / OVERRIDERichard Levitte
2019-01-05crypto/chacha/asm/chacha-s390x.pl: add vx code path.Patrick Steuer
2018-12-06Following the license change, modify the boilerplates in crypto/chacha/Richard Levitte
2018-07-03chacha/asm/chacha-x86_64.pl: add dedicated path for 128-byte inputs.Andy Polyakov
2018-06-20Update copyright yearMatt Caswell
2018-06-18{chacha|poly1305}/asm/*-x64.pl: harmonize clang version detection.Andy Polyakov
2018-06-08chacha/asm/chacha-ppc.pl: fix big-endian build.Andy Polyakov
2018-06-06chacha/asm/chacha-ppc.pl: improve performance by 40/80% on POWER8/9.Andy Polyakov
2018-06-03chacha/asm/chacha-ppc.pl: improve POWER8 performance by 15%.Andy Polyakov
2018-06-03PPC assembly pack: correct POWER9 results.Andy Polyakov
2018-05-30chacha/asm/chacha-ppc.pl: optimize AltiVec/VMX code path.Andy Polyakov
2018-05-29Update copyright yearMatt Caswell
2018-05-10PPC assembly pack: add POWER9 results.Andy Polyakov
2018-02-14Harmonize the make variables across all known platforms familiesRichard Levitte
2018-01-28Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte
2017-12-08chacha/asm/chacha-x86_64.pl: add AVX512VL code path.Andy Polyakov
2017-11-28Fix chacha-armv4.pl with clang -fno-integrated-as.David Benjamin
2017-11-25chacha/asm/chacha-x86_64.pl: fix sporadic crash in AVX512 code path.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-22x86_64 assembly pack: add some Ryzen performance results.Andy Polyakov
2017-02-26chacha/asm/chacha-x86_64.pl: add CFI annotations.Andy Polyakov
2017-02-06x86_64 assembly pack: Win64 SEH face-lift.Andy Polyakov