aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/bn_mul.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe1-2/+2
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe1-1/+2
2003-05-28Make sure to compare unsigned against unsigned.Richard Levitte1-1/+1
2003-05-21Fix sign bugs.Richard Levitte1-1/+1
2003-01-09Finalizing asm support for UnixWare, SCO, OpenUnix... Note that I'veAndy Polyakov1-1/+1
2002-06-13Add support for DJGPP.Richard Levitte1-1/+1
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte1-7/+7
2002-05-10Fallback to normal multiply if n2 == 8 and dna or dnb is not zeroDr. Stephen Henson1-3/+9
2001-10-14openbsd-x86 macrosUlf Möller1-1/+1
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-1/+1
2000-12-15The C version of bn_sub_part_words is needed not onlyBodo Möller1-1/+1
2000-12-13Problem: bn_mul_normal() misbehaves if the size of b is 0.Richard Levitte1-1/+7
2000-12-13In bn_mul_recursive(), make sure the comba routines are only calledRichard Levitte1-4/+7
2000-12-13Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson1-1/+1
2000-12-06Intel assembler version for bn_sub_part_words(). I haven't gotUlf Möller1-0/+2
2000-12-05Use assert as in the rest of the BN library.Ulf Möller1-0/+5
2000-12-04Remove the last bn_wexpand()s that made us break constness. OfRichard Levitte1-52/+91
2000-12-02Fix bn_cmp_part_words() and move it to bn_lib.c.Ulf Möller1-13/+2
2000-11-30Fix BN_rshift, which caused lots of trouble.Bodo Möller1-1/+1
2000-11-29Copy and paste error... bn_add_part_words() should of course callRichard Levitte1-1/+1
2000-11-21Avoid getting warnings about unary - being used on unsigned integer.Richard Levitte1-4/+4
2000-11-18Remove two bn_wexpand() from BN_mul(), which is a step toward gettingRichard Levitte1-28/+337
2000-11-16Make sure to print the BN counting (BN_COUNT) to stderr instead ofRichard Levitte1-7/+7
2000-11-06Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte1-11/+21
2000-07-26Darrel Hankerson <dhankers@cacr.math.uwaterloo.ca> correctly discoveredRichard Levitte1-1/+1
2000-03-02Change comment.Bodo Möller1-1/+2
2000-03-01add comment.Ulf Möller1-0/+2
2000-02-27Bug fix!Ulf Möller1-6/+48
2000-02-26Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller1-96/+82
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller1-8/+15
2000-02-03ispell (and minor modifications)Ulf Möller1-7/+7
1999-07-27when invoking bn_*_comba[48] result->top wasn't always set correctly.Andy Polyakov1-2/+2
1999-04-19Change functions to ANSI C.Ulf Möller1-27/+11
1999-01-28Fixes to BN code. Previously the default was to define BN_RECURSIONMark J. Cox1-24/+34
1998-12-22Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1-17/+17
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-103/+656
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-4/+114
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+99