summaryrefslogtreecommitdiff
path: root/crypto/bn/bn_word.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/bn/Richard Levitte2018-12-061-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-5/+5
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-4/+4
* bn: fix occurances of negative zeroGeoff Thorpe2017-02-011-0/+2
* Fix BN_mod_word bugMatt Caswell2016-06-071-0/+22
* Copyright consolidation 06/10Rich Salz2016-05-171-54/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-165/+154
* RT2163: Remove some unneeded #include'sDoug Goldstein2014-08-181-1/+0
* bn_word.c: fix overflow bug in BN_add_word.Andy Polyakov2012-11-091-17/+8
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-7/+0
* size_tification.Ben Laurie2008-11-011-0/+7
* fix BN_mod_word and give a more reasonable return value if an error occurredNils Larsch2005-07-251-2/+5
* bugfix: 0 - w (w != 0) is actually negativeNils Larsch2005-07-171-1/+7
* BN_div_word() was breaking when called from BN_bn2dec() (actually, this isGeoff Thorpe2004-06-171-1/+8
* Variety of belt-tightenings in the bignum code. (Please help test this!)Geoff Thorpe2004-03-171-9/+21
* Fix some handling in bn_word. This also resolves the issues observed inGeoff Thorpe2003-11-251-6/+19
* Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe2003-11-041-0/+4
* When BN_add_word() reaches top, it shouldn't try to add the the correspondingRichard Levitte2002-10-141-1/+4
* Fix for BN_mul_word(a, 0).Bodo Möller2000-09-041-4/+9
* There's a slight possibility that a is 0 in BN_sub_word(), and mightRichard Levitte2000-07-271-1/+1
* In the case where a < 0 and |a| < w, the result (assigned to a) fromRichard Levitte2000-07-271-1/+1
* Some 'const's for BNs.Bodo Möller2000-02-031-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-15/+5
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1998-12-211-10/+10
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-26/+75
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+155