Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / crypto / bn / asm / x86_64-mont5.pl
9 days ago Theo BuehlerUnable to run asm code on OpenBSD (amd64)
2022-06-16 Tomas MrazAlways end BN_mod_exp_mont_consttime with normal Montgo...
2020-08-28 Jung-uk KimIgnore vendor name in Clang version number.
2020-04-23 Matt CaswellUpdate copyright year
2020-02-17 David BenjaminAlso check for errors in x86_64-xlate.pl.
2020-01-22 David BenjaminDo not silently truncate files on perlasm errors
2020-01-17 Richard LevitteFor all assembler scripts where it matters, recognise...
2019-12-20 Bernd EdlingerAdd some missing cfi frame info in x86_64-mont5.pl
2019-09-16 Richard LevitteUnify all assembler file generators
2019-02-17 David BenjaminFix some CFI issues in x86_64 assembly
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-05-29 Matt CaswellUpdate copyright year
2018-05-02 Andy Polyakovbn/asm/*-mont.pl: harmonize with BN_from_montgomery_word.
2017-11-12 Josh SorefMany spelling fixes/typo's corrected.
2017-11-02 Andy Polyakovbn/asm/x86_64-mont5.pl: fix carry bug in bn_sqrx8x_inte...
2017-02-17 David BenjaminFix typo in x86_64-mont5.pl CFI directives
2017-02-10 Adam LangleyFix copy-pasteism in CFI directives.
2017-02-09 Andy Polyakovbn/asm/x86_64*: add DWARF CFI directives.
2017-02-06 Andy Polyakovx86_64 assembly pack: Win64 SEH face-lift.
2017-01-26 Andy Polyakovbn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.
2016-10-10 David BenjaminRemove trailing whitespace from some files.
2016-08-22 Andy Polyakovbn/asm/x86[_64]-mont*.pl: implement slightly alternativ...
2016-05-29 Andy Polyakovx86_64 assembly pack: tolerate spaces in source directo...
2016-05-21 Rich SalzAdd OpenSSL copyright to .pl files
2016-03-15 Emilia KasperOn Windows, page walking is known as __chkstk.
2016-03-15 Emilia KasperExplain *cough*-dows
2016-03-07 Andy Polyakovbn/asm/x86[_64]-mont*.pl: complement alloca with page...
2016-03-01 Andy Polyakovbn/asm/x86_64-mont5.pl: unify gather procedure in hardl...
2016-03-01 Andy Polyakovcrypto/bn/x86_64-mont5.pl: constant-time gather procedure.
2015-12-13 Andy Polyakovx86_64 assembly pack: tune clang version detection...
2015-12-03 Andy Polyakovbn/asm/x86_64-mont5.pl: fix carry propagating bug ...
2015-11-23 Andy Polyakovx86_64 assembly pack: tune clang version detection.
2015-05-24 Andy Polyakovbn/asm/x86_64-mont5.pl: fix valgrind error.
2014-09-11 Andy Polyakovcrypto/bn/asm/x86_64-mont*.pl: add missing clang detection.
2014-07-09 Andy Polyakovx86_64 assembly pack: improve masm support.
2014-01-09 Andy Polyakovbn/asm/x86_64-mont5.pl: fix compilation error on Solaris.
2013-12-09 Andy Polyakovbn/asm/x86_64-mont5.pl: add MULX/AD*X code path.
2013-12-03 Andy Polyakovbn/asm/x86_64-mont5.pl: comply with Win64 ABI.
2013-10-14 Andy Polyakovbn/asm/*x86_64*.pl: correct assembler requirement for...
2013-10-02 Andy Polyakovbn/asm/x86_64-mont*.pl: add MULX/ADCX/ADOX code path.
2013-02-02 Andy Polyakovx86_64 assembly pack: keep making Windows build more...
2012-06-27 Andy Polyakovx86_64 assembly pack: make it possible to compile with...
2011-10-17 Andy Polyakovbn_exp.c: further optimizations using more ideas from
2011-10-13 Bodo MöllerFix OPENSSL_BN_ASM_MONT5 for corner cases; add a test.
2011-08-14 Andy Polyakovx86_64-mont5.pl: add missing Win64 support.
2011-08-12 Andy PolyakovThis commit completes recent modular exponentiation...