summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm
AgeCommit message (Expand)Author
2019-03-19Fix compiling error for mips32r6 and mips64r6Hua Zhang
2019-03-19Add missing '.text' in crypto/bn/asm/ppc.plRichard Levitte
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
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2018-12-06Following the license change, modify the boilerplates in crypto/bn/Richard Levitte
2018-12-06License: change any non-boilerplate comment referring to "OpenSSL license"Richard Levitte
2018-12-05Configurations/10-main.conf: remove MIPS bn_div_3_words.Andy Polyakov
2018-11-20Update copyright yearMatt Caswell
2018-09-21crypto/bn/asm/x86_64-gcc.c: remove unnecessary redefinition of BN_ULONGRichard Levitte
2018-06-25PA-RISC assembly pack: make it work with GNU assembler for HP-UX.Andy Polyakov
2018-06-20Update copyright yearMatt Caswell
2018-06-18bn/asm/rsaz-avx2.pl: harmonize clang version detection.Andy Polyakov
2018-06-09bn/asm/sparcv9-mont.pl: iron another glitch in squaring code path.Andy Polyakov
2018-05-29Update copyright yearMatt Caswell
2018-05-02bn/asm/*-mont.pl: harmonize with BN_from_montgomery_word.Andy Polyakov
2018-03-20Update copyright yearMatt Caswell
2018-03-17Fix miscellaneous typos in docs and sourceDr. Matthias St. Pierre
2018-02-27Update copyright yearMatt Caswell
2018-02-14VMS: modify crypto/bn/asm/ia64.S to build properlyRichard Levitte
2018-02-06Remove unused fileRich Salz
2017-12-06bn/asm/rsaz-avx2.pl: fix digit correction bug in rsaz_1024_mul_avx2.Andy Polyakov
2017-11-16bn/bn_add.c: address performance regression.Andy Polyakov
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-11-02bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqrx8x_internal.Andy Polyakov
2017-10-18Remove parentheses of return.KaoruToda
2017-10-13Remove email addresses from source code.Rich Salz
2017-06-30Merge Intel copyright notice into standardRich Salz
2017-05-11Remove filename argument to x86 asm_init.David Benjamin
2017-03-29More typo fixesFdaSilvaYY
2017-03-24bn/asm/sparcv9-mont.pl: fix squaring code path.Andy Polyakov
2017-03-03Reset executable bits on files where not needed.Bernd Edlinger
2017-03-02bn/asm: clean up unused PA-RISC modules.Andy Polyakov
2017-02-28Clean up references to FIPSEmilia Kasper
2017-02-17Fix typo in x86_64-mont5.pl CFI directivesDavid Benjamin
2017-02-10Fix copy-pasteism in CFI directives.Adam Langley
2017-02-09bn/asm/x86_64*: add DWARF CFI directives.Andy Polyakov
2017-02-09bn/asm/rsaz-avx2.pl: refine Win64 SE handler.Andy Polyakov
2017-02-06x86_64 assembly pack: Win64 SEH face-lift.Andy Polyakov
2017-01-26bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.Andy Polyakov
2016-11-25bn/asm/ppc-mont.pl: signal no-op in 32-bit bit build.Andy Polyakov
2016-11-10bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low severity).Andy Polyakov
2016-10-24ppccap.c: engage new multipplication and squaring subroutines.Andy Polyakov
2016-10-24bn/asm/ppc-mont.pl: add optimized multiplication and squaring subroutines.Andy Polyakov
2016-10-24bn/asm/ppc-mont.pl: prepare for extension.Andy Polyakov
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-09-02MIPS assembly pack: adapt it for MIPS[32|64]R6.Andy Polyakov
2016-08-31crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Andy Polyakov