aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_div.c
Commit message (Expand)AuthorAgeFilesLines
* Irix fix as in main branchUlf Möller2001-01-231-1/+1
* SSL_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
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-7/+7
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+286