summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/x86_64-mont5.pl
AgeCommit message (Expand)Author
2024-04-17Unable to run asm code on OpenBSD (amd64)Theo Buehler
2022-06-16Always end BN_mod_exp_mont_consttime with normal Montgomery reduction.Tomas Mraz
2020-08-27Ignore vendor name in Clang version number.Jung-uk Kim
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-12-20Add some missing cfi frame info in x86_64-mont5.plBernd Edlinger
2019-09-16Unify all assembler file generatorsRichard Levitte
2019-02-17Fix some CFI issues in x86_64 assemblyDavid Benjamin
2018-12-06Following the license change, modify the boilerplates in crypto/bn/Richard Levitte
2018-05-29Update copyright yearMatt Caswell
2018-05-02bn/asm/*-mont.pl: harmonize with BN_from_montgomery_word.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-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-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-10-10Remove trailing whitespace from some files.David Benjamin
2016-08-22bn/asm/x86[_64]-mont*.pl: implement slightly alternative page-walking.Andy Polyakov
2016-05-29x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov
2016-05-21Add OpenSSL copyright to .pl filesRich Salz
2016-03-15On Windows, page walking is known as __chkstk.Emilia Kasper
2016-03-15Explain *cough*-dowsEmilia Kasper
2016-03-07bn/asm/x86[_64]-mont*.pl: complement alloca with page-walking.Andy Polyakov
2016-03-01bn/asm/x86_64-mont5.pl: unify gather procedure in hardly used pathAndy Polyakov
2016-03-01crypto/bn/x86_64-mont5.pl: constant-time gather procedure.Andy Polyakov
2015-12-13x86_64 assembly pack: tune clang version detection even further.Andy Polyakov
2015-12-03bn/asm/x86_64-mont5.pl: fix carry propagating bug (CVE-2015-3193).Andy Polyakov
2015-11-23x86_64 assembly pack: tune clang version detection.Andy Polyakov
2015-05-24bn/asm/x86_64-mont5.pl: fix valgrind error.Andy Polyakov
2014-09-12crypto/bn/asm/x86_64-mont*.pl: add missing clang detection.Andy Polyakov
2014-07-09x86_64 assembly pack: improve masm support.Andy Polyakov
2014-01-09bn/asm/x86_64-mont5.pl: fix compilation error on Solaris.Andy Polyakov
2013-12-09bn/asm/x86_64-mont5.pl: add MULX/AD*X code path.Andy Polyakov
2013-12-03bn/asm/x86_64-mont5.pl: comply with Win64 ABI.Andy Polyakov
2013-10-14bn/asm/*x86_64*.pl: correct assembler requirement for ad*x.Andy Polyakov
2013-10-03bn/asm/x86_64-mont*.pl: add MULX/ADCX/ADOX code path.Andy Polyakov
2013-02-02x86_64 assembly pack: keep making Windows build more robust.Andy Polyakov
2012-06-27x86_64 assembly pack: make it possible to compile with Perl located onAndy Polyakov
2011-10-17bn_exp.c: further optimizations using more ideas fromAndy Polyakov
2011-10-13Fix OPENSSL_BN_ASM_MONT5 for corner cases; add a test.Bodo Möller
2011-08-14x86_64-mont5.pl: add missing Win64 support.Andy Polyakov
2011-08-12This commit completes recent modular exponentiation optimizations onAndy Polyakov