summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_mul.c
Commit message (Expand)AuthorAgeFilesLines
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-1/+1
* Remove a pointless "#if 0" block from BN_mul.Bernd Edlinger2017-06-171-40/+0
* Fix gcc-7 warnings.Bernd Edlinger2017-05-111-0/+2
* Remove some commented out code in libcryptoMatt Caswell2017-02-281-3/+0
* Remove dead code in bnMatt Caswell2017-02-281-330/+0
* bn: fix occurances of negative zeroGeoff Thorpe2017-02-011-1/+1
* Check return value of some BN functions.Rich Salz2016-11-151-2/+3
* Remove useless assignmentMatt Caswell2016-08-241-2/+1
* Copyright consolidation 06/10Rich Salz2016-05-171-54/+6
* Clean-up *_DEBUG options.Andy Polyakov2016-04-071-5/+0
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-7/+7
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-45/+45
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-992/+970
* 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