summaryrefslogtreecommitdiff
path: root/crypto/bn/bn_div.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Fix failure to check result of bn_rshift_fixed_topHugo Landau2022-04-071-2/+4
* bn: procduce correct sign for result of BN_mod()Pauli2021-07-071-3/+4
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Use numbers definition of int128_t and uint128_tAmitay Isaacs2021-04-081-1/+1
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-3/+3
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Following the license change, modify the boilerplates in crypto/bn/Richard Levitte2018-12-061-1/+1
* bn/bn_{div|shift}.c: introduce fixed-top interfaces.Andy Polyakov2018-12-051-132/+119
* bn/bn_div.c: make conditional addition unconditionalAndy Polyakov2018-12-051-17/+69
* Update copyright yearMatt Caswell2018-09-111-1/+1
* bn/bn_lib.c: add BN_FLG_FIXED_TOP flag.Andy Polyakov2018-07-121-0/+1
* Remove parentheses of return.KaoruToda2017-10-181-6/+6
* Remove email addresses from source code.Rich Salz2017-10-131-3/+0
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-3/+3
* Change to check last return value of BN_CTX_getPaul Yang2017-06-261-6/+3
* bn: fix occurances of negative zeroGeoff Thorpe2017-02-011-1/+1
* crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Andy Polyakov2016-08-311-2/+2
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-291-1/+1
* Avoid creating an illegal pointerKurt Roeckx2016-05-221-1/+5
* Copyright consolidation 06/10Rich Salz2016-05-171-54/+6
* Move more BN internals to bn_lcl.hRich Salz2016-01-301-8/+0
* 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-364/+388
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+1
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Check for invalid divisors in BN_div.Emilia Kasper2014-12-171-3/+5
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* RT2163: Remove some unneeded #include'sDoug Goldstein2014-08-181-1/+0
* bn_div.c: remove duplicate code by merging BN_div and BN_div_no_branch.Andy Polyakov2011-08-141-238/+34
* #undef bn_div_words as it is defined for FIPS builds.Dr. Stephen Henson2011-06-101-0/+1
* Fix warning.Dr. Stephen Henson2011-04-111-0/+1
* Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source filesDr. Stephen Henson2011-02-031-0/+2
* Always check bn_wexpend() return values for failure (CVE-2009-3245).Bodo Möller2010-02-231-1/+1
* Submitted by: Peter Gutmann <pgut001@cs.auckland.ac.nz>Dr. Stephen Henson2009-06-171-1/+2
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-7/+6
* size_tification.Ben Laurie2008-11-011-6/+7
* Some precautions to avoid potential security-relevant problems.Bodo Möller2008-09-141-2/+13
* Avoid warnings.Dr. Stephen Henson2008-02-281-2/+8
* Privatize BN_*_no_branch.Andy Polyakov2007-06-111-3/+5
* fix error codesBodo Möller2007-04-191-1/+1
* don't violate the bn_check_top assertion in BN_mod_inverse_no_branch()Bodo Möller2007-04-191-0/+1
* make BN_FLG_CONSTTIME semantics more fool-proofBodo Möller2007-03-281-1/+1
* Change to mitigate branch prediction attacksBodo Möller2007-03-281-0/+229
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-281-6/+3
* Document a change I'd already made, and at the same time, correct theGeoff Thorpe2004-03-131-1/+0
* Minimise the amount of code dependent on BN_DEBUG_RAND. In particular,Geoff Thorpe2004-03-091-5/+1