]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/bn/bn_div.c
Fix Typos
[thirdparty/openssl.git] / crypto / bn / bn_div.c
2019-07-02  Antoine CœurFix Typos
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-05  Andy Polyakovbn/bn_{div|shift}.c: introduce fixed-top interfaces.
2018-12-05  Andy Polyakovbn/bn_div.c: make conditional addition unconditional
2018-09-11  Matt CaswellUpdate copyright year
2018-07-12  Andy Polyakovbn/bn_lib.c: add BN_FLG_FIXED_TOP flag.
2017-10-18  KaoruTodaRemove parentheses of return.
2017-10-13  Rich SalzRemove email addresses from source code.
2017-10-09  KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-06-26  Paul YangChange to check last return value of BN_CTX_get
2017-02-01  Geoff Thorpebn: fix occurances of negative zero
2016-08-31  Andy Polyakovcrypto/bn/*: x86[_64] division instruction doesn't...
2016-06-29  FdaSilvaYYWhitespace cleanup in crypto
2016-05-22  Kurt RoeckxAvoid creating an illegal pointer
2016-05-17  Rich SalzCopyright consolidation 06/10
2016-01-30  Rich SalzMove more BN internals to bn_lcl.h
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellFurther comment changes for reformat (master)
2014-12-30  Tim Hudsonmark all block comments that need format preserving...
2014-12-17  Emilia KasperCheck for invalid divisors in BN_div.
2014-12-08  Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-08-18  Doug GoldsteinRT2163: Remove some unneeded #include's
2011-08-14  Andy Polyakovbn_div.c: remove duplicate code by merging BN_div and...
2011-06-10  Dr. Stephen Henson#undef bn_div_words as it is defined for FIPS builds.
2011-04-11  Dr. Stephen HensonFix warning.
2011-02-03  Dr. Stephen HensonTransfer error redirection to fips.h, add OPENSSL_FIPSA...
2010-02-23  Bodo MöllerAlways check bn_wexpend() return values for failure...
2009-06-17  Dr. Stephen HensonSubmitted by: Peter Gutmann <pgut001@cs.auckland.ac.nz>
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01  Ben Lauriesize_tification.
2008-09-14  Bodo MöllerSome precautions to avoid potential security-relevant...
2008-02-28  Dr. Stephen HensonAvoid warnings.
2007-06-11  Andy PolyakovPrivatize BN_*_no_branch.
2007-04-19  Bodo Möllerfix error codes
2007-04-19  Bodo Möllerdon't violate the bn_check_top assertion in BN_mod_inve...
2007-03-28  Bodo Möllermake BN_FLG_CONSTTIME semantics more fool-proof
2007-03-28  Bodo MöllerChange to mitigate branch prediction attacks
2005-08-28  Nils Larschfix warnings when building openssl with the following...
2004-03-13  Geoff ThorpeDocument a change I'd already made, and at the same...
2004-03-09  Geoff ThorpeMinimise the amount of code dependent on BN_DEBUG_RAND...
2003-11-22  Geoff ThorpeBN_div() cleanup: replace the use of BN_sub and BN_add...
2003-11-06  Geoff ThorpePut more debug screening in BN_div() and correct a...
2003-11-04  Geoff ThorpePut the first stage of my bignum debugging adventures...
2003-10-31  Geoff Thorpebn_div() does some pretty nasty things with temporary...
2003-10-30  Geoff ThorpeThis fixes a couple of cases where an inconsistent...
2002-12-20  Richard LevitteA little debugging.
2002-12-14  Andy Polyakovx86_64 performance patch.
2002-05-30  Richard LevitteCheck the return values where memory allocation failure...
2001-10-14  Ulf Mölleropenbsd-x86 macros
2001-03-27  Andy PolyakovThe IRIX fix. Asm recap and corresponding declation.
2001-02-28  Dr. Stephen HensonFix a bug which caused BN_div to produce the
2001-02-19  Richard LevitteMake all configuration macros available for application...
2001-01-23  Ulf MöllerThere is no C version of bn_div_3_words
2000-12-07  Bodo MöllerSign-related fixes (and tests).
2000-11-26  Bodo Möllermodular arithmetics
2000-11-08  Bodo MöllerBN_CTX-related fixes.
2000-08-04  Dr. Stephen HensonChanges needed for Tandem NSK, supplied by Scott Uroff...
2000-02-15  Andy PolyakovNew NO_INLINE_ASM macro. Primary target for the moment...
2000-02-06  Ulf MöllerBN_div bugfix. The q-- loop should not be entered in...
2000-02-05  Ulf MöllerNew functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end...
2000-02-02  Andy PolyakovSupport for "multiply high" instruction, see BN_UMULT_H...
2000-02-01  Ulf Möllermatch the prototype
2000-02-01  Bodo MöllerIf n0 == d0, we must alway compute 'rem' "by hand"
2000-02-01  Bodo MöllerTypo in preprocessor symbol.
1999-12-14  Ulf MöllerSolaris x86 assembler problem is already addressed...
1999-12-08  Ulf MöllerDon't use inline assembler on x86 Solaris (would need...
1999-09-29  Ulf MöllerVC++ warning.
1999-08-24  Andy PolyakovMinor MIPS III/IV tune-up.
1999-08-03  Ben LaurieMake it compile under -pedantic.
1999-07-31  Andy PolyakovExtra i386+gcc bn_div.c tune-up featuring inline divisi...
1999-07-30  Andy PolyakovBignum division tune-up. Idea is to move multiplication...
1999-06-09  Ulf MöllerCircumvent bug in SC5 without patch #107357-01.
1999-06-04  Ben LaurieSome constification and stacks that slipped through...
1999-04-19  Ulf MöllerChange functions to ANSI C.
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...