summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_div.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-558/+598
* Additional comment changes for reformat of 0.9.8Matt Caswell2015-01-221-1/+1
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-1/+2
* Fix warnings.Ben Laurie2010-02-281-2/+8
* Always check bn_wexpend() return values for failure (CVE-2009-3245).Bodo Möller2010-02-231-1/+1
* Update from HEAD.Dr. Stephen Henson2009-06-171-1/+2
* Some precautions to avoid potential security-relevant problems.Bodo Möller2008-09-141-2/+13
* Privatize BN_*_no_branch [from HEAD].Andy Polyakov2007-06-111-3/+5
* fix error codesBodo Möller2007-04-191-1/+1
* don't violate the bn_check_top assertion in BN_mod_inverse_no_branch()Bodo Möller2007-04-191-0/+1
* make BN_FLG_CONSTTIME semantics more fool-proofBodo Möller2007-03-281-1/+1
* Change to mitigate branch prediction attacksBodo Möller2007-03-281-0/+229
* fix warnings when building openssl with (gcc 3.3.1):Nils Larsch2005-08-281-6/+3
* Document a change I'd already made, and at the same time, correct theGeoff Thorpe2004-03-131-1/+0
* Minimise the amount of code dependent on BN_DEBUG_RAND. In particular,Geoff Thorpe2004-03-091-5/+1
* BN_div() cleanup: replace the use of BN_sub and BN_add with bn_sub_wordsGeoff Thorpe2003-11-221-36/+45
* Put more debug screening in BN_div() and correct a comment.Geoff Thorpe2003-11-061-1/+3
* Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe2003-11-041-3/+5
* bn_div() does some pretty nasty things with temporary variables,Geoff Thorpe2003-10-311-2/+4
* This fixes a couple of cases where an inconsistent BIGNUM could be passed asGeoff Thorpe2003-10-301-0/+6
* A little debugging.Richard Levitte2002-12-201-0/+10
* x86_64 performance patch.Andy Polyakov2002-12-141-1/+17
* Check the return values where memory allocation failures may happen.Richard Levitte2002-05-301-4/+4
* openbsd-x86 macrosUlf Möller2001-10-141-1/+1
* The IRIX fix. Asm recap and corresponding declation.Andy Polyakov2001-03-271-0/+1
* Fix a bug which caused BN_div to produce theDr. Stephen Henson2001-02-281-1/+5
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-3/+4
* There is no C version of bn_div_3_wordsUlf Möller2001-01-231-1/+1
* Sign-related fixes (and tests).Bodo Möller2000-12-071-0/+2
* modular arithmeticsBodo Möller2000-11-261-38/+11
* BN_CTX-related fixes.Bodo Möller2000-11-081-2/+2
* Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com).Dr. Stephen Henson2000-08-041-1/+1
* New NO_INLINE_ASM macro. Primary target for the moment is Solaris x86Andy Polyakov2000-02-151-1/+1
* BN_div bugfix. The q-- loop should not be entered in the n0==d0 case.Ulf Möller2000-02-061-76/+71
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller2000-02-051-20/+36
* Support for "multiply high" instruction, see BN_UMULT_HIGH comment inAndy Polyakov2000-02-021-0/+5
* match the prototypeUlf Möller2000-02-011-1/+2
* If n0 == d0, we must alway compute 'rem' "by hand"Bodo Möller2000-02-011-1/+6
* Typo in preprocessor symbol.Bodo Möller2000-02-011-3/+3
* Solaris x86 assembler problem is already addressed in ./configUlf Möller1999-12-141-1/+1
* Don't use inline assembler on x86 Solaris (would need a different syntax).Ulf Möller1999-12-081-1/+1
* VC++ warning.Ulf Möller1999-09-291-1/+1
* Minor MIPS III/IV tune-up.Andy Polyakov1999-08-241-2/+2
* Make it compile under -pedantic.Ben Laurie1999-08-031-1/+1
* Extra i386+gcc bn_div.c tune-up featuring inline division and savingAndy Polyakov1999-07-311-6/+35
* Bignum division tune-up. Idea is to move multiplications in front ofAndy Polyakov1999-07-301-29/+42
* Circumvent bug in SC5 without patch #107357-01.Ulf Möller1999-06-091-3/+3
* Some constification and stacks that slipped through the cracks (how?).Ben Laurie1999-06-041-3/+4
* Change functions to ANSI C.Ulf Möller1999-04-191-17/+4
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-13/+55