summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_mul.c
AgeCommit message (Expand)Author
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/bn/Richard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-08-23crypto/bn: add more fixed-top routines.Andy Polyakov
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-06-17Remove a pointless "#if 0" block from BN_mul.Bernd Edlinger
2017-05-11Fix gcc-7 warnings.Bernd Edlinger
2017-02-28Remove some commented out code in libcryptoMatt Caswell
2017-02-28Remove dead code in bnMatt Caswell
2017-02-01bn: fix occurances of negative zeroGeoff Thorpe
2016-11-15Check return value of some BN functions.Rich Salz
2016-08-24Remove useless assignmentMatt Caswell
2016-05-17Copyright consolidation 06/10Rich Salz
2016-04-07Clean-up *_DEBUG options.Andy Polyakov
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-08-18RT2163: Remove some unneeded #include'sDoug Goldstein
2010-06-12Fix warnings.Ben Laurie
2009-12-02PR: 2111Dr. Stephen Henson
2009-06-17Update from 1.0.0-stable.Dr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01size_tification.Ben Laurie
2007-11-03Commit #16325 fixed one thing but broke DH with certain moduli.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