summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_mul.c
AgeCommit message (Expand)Author
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2010-06-12Fix gcc 4.6 warnings. Check TLS server hello extension length.Ben Laurie
2009-12-02PR: 2111Dr. Stephen Henson
2009-06-17Update from 1.0.0-stable.Dr. Stephen Henson
2007-11-03Commit #16325 fixed one thing but broke DH with certain moduli [from HEAD].Andy Polyakov
2007-07-08bn_mul_recursive doesn't handle all cases correctly, which results inAndy Polyakov
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe
2003-05-28Make sure to compare unsigned against unsigned.Richard Levitte
2003-05-21Fix sign bugs.Richard Levitte
2003-01-09Finalizing asm support for UnixWare, SCO, OpenUnix... Note that I'veAndy Polyakov
2002-06-13Add support for DJGPP.Richard Levitte
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
2002-05-10Fallback to normal multiply if n2 == 8 and dna or dnb is not zeroDr. Stephen Henson
2001-10-14openbsd-x86 macrosUlf Möller
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-12-15The C version of bn_sub_part_words is needed not onlyBodo Möller
2000-12-13Problem: bn_mul_normal() misbehaves if the size of b is 0.Richard Levitte
2000-12-13In bn_mul_recursive(), make sure the comba routines are only calledRichard Levitte
2000-12-13Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson
2000-12-06Intel assembler version for bn_sub_part_words(). I haven't gotUlf Möller
2000-12-05Use assert as in the rest of the BN library.Ulf Möller
2000-12-04Remove the last bn_wexpand()s that made us break constness. OfRichard Levitte
2000-12-02Fix bn_cmp_part_words() and move it to bn_lib.c.Ulf Möller
2000-11-30Fix BN_rshift, which caused lots of trouble.Bodo Möller
2000-11-29Copy and paste error... bn_add_part_words() should of course callRichard Levitte
2000-11-21Avoid getting warnings about unary - being used on unsigned integer.Richard Levitte
2000-11-18Remove two bn_wexpand() from BN_mul(), which is a step toward gettingRichard Levitte
2000-11-16Make sure to print the BN counting (BN_COUNT) to stderr instead ofRichard Levitte
2000-11-06Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte
2000-07-26Darrel Hankerson <dhankers@cacr.math.uwaterloo.ca> correctly discoveredRichard Levitte
2000-03-02Change comment.Bodo Möller
2000-03-01add comment.Ulf Möller
2000-02-27Bug fix!Ulf Möller
2000-02-26Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller
2000-02-03ispell (and minor modifications)Ulf Möller
1999-07-27when invoking bn_*_comba[48] result->top wasn't always set correctly.Andy Polyakov
1999-04-19Change functions to ANSI C.Ulf Möller
1999-01-28Fixes to BN code. Previously the default was to define BN_RECURSIONMark J. Cox
1998-12-22Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall
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