aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/bn_word.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/bn/Richard Levitte1-1/+1
2017-10-18Remove parentheses of return.KaoruToda1-5/+5
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda1-4/+4
2017-02-01bn: fix occurances of negative zeroGeoff Thorpe1-0/+2
2016-06-07Fix BN_mod_word bugMatt Caswell1-0/+22
2016-05-17Copyright consolidation 06/10Rich Salz1-54/+6
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-165/+154
2014-08-18RT2163: Remove some unneeded #include'sDoug Goldstein1-1/+0
2012-11-09bn_word.c: fix overflow bug in BN_add_word.Andy Polyakov1-17/+8
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-7/+0
2008-11-01size_tification.Ben Laurie1-0/+7
2005-07-25fix BN_mod_word and give a more reasonable return value if an error occurredNils Larsch1-2/+5
2005-07-17bugfix: 0 - w (w != 0) is actually negativeNils Larsch1-1/+7
2004-06-17BN_div_word() was breaking when called from BN_bn2dec() (actually, this isGeoff Thorpe1-1/+8
2004-03-17Variety of belt-tightenings in the bignum code. (Please help test this!)Geoff Thorpe1-9/+21
2003-11-25Fix some handling in bn_word. This also resolves the issues observed inGeoff Thorpe1-6/+19
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe1-0/+4
2002-10-14When BN_add_word() reaches top, it shouldn't try to add the the correspondingRichard Levitte1-1/+4
2000-09-04Fix for BN_mul_word(a, 0).Bodo Möller1-4/+9
2000-07-27There's a slight possibility that a is 0 in BN_sub_word(), and mightRichard Levitte1-1/+1
2000-07-27In the case where a < 0 and |a| < w, the result (assigned to a) fromRichard Levitte1-1/+1
2000-02-03Some 'const's for BNs.Bodo Möller1-1/+1
1999-04-19Change functions to ANSI C.Ulf Möller1-15/+5
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-10/+10
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-26/+75
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+155