summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_div.c
AgeCommit message (Expand)Author
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
2001-10-14openbsd-x86 macrosUlf Möller
2001-03-27The IRIX fix. Asm recap and corresponding declation.Andy Polyakov
2001-02-28Fix a bug which caused BN_div to produce theDr. Stephen Henson
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-01-23There is no C version of bn_div_3_wordsUlf Möller
2000-12-07Sign-related fixes (and tests).Bodo Möller
2000-11-26modular arithmeticsBodo Möller
2000-11-08BN_CTX-related fixes.Bodo Möller
2000-08-04Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com).Dr. Stephen Henson
2000-02-15New NO_INLINE_ASM macro. Primary target for the moment is Solaris x86Andy Polyakov
2000-02-06BN_div bugfix. The q-- loop should not be entered in the n0==d0 case.Ulf Möller
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller
2000-02-02Support for "multiply high" instruction, see BN_UMULT_HIGH comment inAndy Polyakov
2000-02-01match the prototypeUlf Möller
2000-02-01If n0 == d0, we must alway compute 'rem' "by hand"Bodo Möller
2000-02-01Typo in preprocessor symbol.Bodo Möller
1999-12-14Solaris x86 assembler problem is already addressed in ./configUlf Möller
1999-12-08Don't use inline assembler on x86 Solaris (would need a different syntax).Ulf Möller
1999-09-29VC++ warning.Ulf Möller
1999-08-24Minor MIPS III/IV tune-up.Andy Polyakov
1999-08-03Make it compile under -pedantic.Ben Laurie
1999-07-31Extra i386+gcc bn_div.c tune-up featuring inline division and savingAndy Polyakov
1999-07-30Bignum division tune-up. Idea is to move multiplications in front ofAndy Polyakov
1999-06-09Circumvent bug in SC5 without patch #107357-01.Ulf Möller
1999-06-04Some constification and stacks that slipped through the cracks (how?).Ben Laurie
1999-04-19Change functions to ANSI C.Ulf Möller
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall