aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_mul.c
Commit message (Expand)AuthorAgeFilesLines
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-11/+22
* RT2163: Remove some unneeded #include'sDoug Goldstein2014-08-181-56/+0
* Fix warnings.Ben Laurie2010-06-121-7/+2
* PR: 2111Dr. Stephen Henson2009-12-021-4/+4
* Update from 1.0.0-stable.Dr. Stephen Henson2009-06-171-0/+2
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-12/+12
* size_tification.Ben Laurie2008-11-011-12/+12
* Commit #16325 fixed one thing but broke DH with certain moduli.Andy Polyakov2007-11-031-7/+12
* bn_mul_recursive doesn't handle all cases correctly, which results inAndy Polyakov2007-07-081-4/+4
* Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe2004-03-131-2/+2
* Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe2003-11-041-1/+2
* Make sure to compare unsigned against unsigned.Richard Levitte2003-05-281-1/+1
* Fix sign bugs.Richard Levitte2003-05-211-1/+1
* Finalizing asm support for UnixWare, SCO, OpenUnix... Note that I'veAndy Polyakov2003-01-091-1/+1
* Add support for DJGPP.Richard Levitte2002-06-131-1/+1
* Check the return values where memory allocation failures may happen.Richard Levitte2002-05-301-7/+7
* Fallback to normal multiply if n2 == 8 and dna or dnb is not zeroDr. Stephen Henson2002-05-101-3/+9
* openbsd-x86 macrosUlf Möller2001-10-141-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* The C version of bn_sub_part_words is needed not onlyBodo Möller2000-12-151-1/+1
* Problem: bn_mul_normal() misbehaves if the size of b is 0.Richard Levitte2000-12-131-1/+7
* In bn_mul_recursive(), make sure the comba routines are only calledRichard Levitte2000-12-131-4/+7
* Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson2000-12-131-1/+1
* Intel assembler version for bn_sub_part_words(). I haven't gotUlf Möller2000-12-061-0/+2
* Use assert as in the rest of the BN library.Ulf Möller2000-12-051-0/+5
* Remove the last bn_wexpand()s that made us break constness. OfRichard Levitte2000-12-041-52/+91
* Fix bn_cmp_part_words() and move it to bn_lib.c.Ulf Möller2000-12-021-13/+2
* Fix BN_rshift, which caused lots of trouble.Bodo Möller2000-11-301-1/+1
* Copy and paste error... bn_add_part_words() should of course callRichard Levitte2000-11-291-1/+1
* Avoid getting warnings about unary - being used on unsigned integer.Richard Levitte2000-11-211-4/+4
* Remove two bn_wexpand() from BN_mul(), which is a step toward gettingRichard Levitte2000-11-181-28/+337
* Make sure to print the BN counting (BN_COUNT) to stderr instead ofRichard Levitte2000-11-161-7/+7
* Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte2000-11-061-11/+21
* Darrel Hankerson <dhankers@cacr.math.uwaterloo.ca> correctly discoveredRichard Levitte2000-07-261-1/+1
* Change comment.Bodo Möller2000-03-021-1/+2
* add comment.Ulf Möller2000-03-011-0/+2
* Bug fix!Ulf Möller2000-02-271-6/+48
* Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller2000-02-261-96/+82
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller2000-02-051-8/+15
* ispell (and minor modifications)Ulf Möller2000-02-031-7/+7
* when invoking bn_*_comba[48] result->top wasn't always set correctly.Andy Polyakov1999-07-271-2/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-27/+11
* Fixes to BN code. Previously the default was to define BN_RECURSIONMark J. Cox1999-01-281-24/+34
* Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1998-12-221-17/+17
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-103/+656
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-4/+114
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+99