index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bn
/
bn_div.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
Use numbers definition of int128_t and uint128_t
Amitay Isaacs
2021-04-08
1
-1
/
+1
*
Update copyright year
Matt Caswell
2020-11-26
1
-1
/
+1
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-3
/
+3
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Fix Typos
Antoine Cœur
2019-07-02
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/bn/
Richard Levitte
2018-12-06
1
-1
/
+1
*
bn/bn_{div|shift}.c: introduce fixed-top interfaces.
Andy Polyakov
2018-12-05
1
-132
/
+119
*
bn/bn_div.c: make conditional addition unconditional
Andy Polyakov
2018-12-05
1
-17
/
+69
*
Update copyright year
Matt Caswell
2018-09-11
1
-1
/
+1
*
bn/bn_lib.c: add BN_FLG_FIXED_TOP flag.
Andy Polyakov
2018-07-12
1
-0
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-6
/
+6
*
Remove email addresses from source code.
Rich Salz
2017-10-13
1
-3
/
+0
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
1
-3
/
+3
*
Change to check last return value of BN_CTX_get
Paul Yang
2017-06-26
1
-6
/
+3
*
bn: fix occurances of negative zero
Geoff Thorpe
2017-02-01
1
-1
/
+1
*
crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...
Andy Polyakov
2016-08-31
1
-2
/
+2
*
Whitespace cleanup in crypto
FdaSilvaYY
2016-06-29
1
-1
/
+1
*
Avoid creating an illegal pointer
Kurt Roeckx
2016-05-22
1
-1
/
+5
*
Copyright consolidation 06/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Move more BN internals to bn_lcl.h
Rich Salz
2016-01-30
1
-8
/
+0
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-364
/
+388
*
Further comment changes for reformat (master)
Matt Caswell
2015-01-22
1
-1
/
+1
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+2
*
Check for invalid divisors in BN_div.
Emilia Kasper
2014-12-17
1
-3
/
+5
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
RT2163: Remove some unneeded #include's
Doug Goldstein
2014-08-18
1
-1
/
+0
*
bn_div.c: remove duplicate code by merging BN_div and BN_div_no_branch.
Andy Polyakov
2011-08-14
1
-238
/
+34
*
#undef bn_div_words as it is defined for FIPS builds.
Dr. Stephen Henson
2011-06-10
1
-0
/
+1
*
Fix warning.
Dr. Stephen Henson
2011-04-11
1
-0
/
+1
*
Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source files
Dr. Stephen Henson
2011-02-03
1
-0
/
+2
*
Always check bn_wexpend() return values for failure (CVE-2009-3245).
Bodo Möller
2010-02-23
1
-1
/
+1
*
Submitted by: Peter Gutmann <pgut001@cs.auckland.ac.nz>
Dr. Stephen Henson
2009-06-17
1
-1
/
+2
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-7
/
+6
*
size_tification.
Ben Laurie
2008-11-01
1
-6
/
+7
*
Some precautions to avoid potential security-relevant problems.
Bodo Möller
2008-09-14
1
-2
/
+13
*
Avoid warnings.
Dr. Stephen Henson
2008-02-28
1
-2
/
+8
*
Privatize BN_*_no_branch.
Andy Polyakov
2007-06-11
1
-3
/
+5
*
fix error codes
Bodo Möller
2007-04-19
1
-1
/
+1
*
don't violate the bn_check_top assertion in BN_mod_inverse_no_branch()
Bodo Möller
2007-04-19
1
-0
/
+1
*
make BN_FLG_CONSTTIME semantics more fool-proof
Bodo Möller
2007-03-28
1
-1
/
+1
*
Change to mitigate branch prediction attacks
Bodo Möller
2007-03-28
1
-0
/
+229
*
fix warnings when building openssl with the following compiler options:
Nils Larsch
2005-08-29
1
-6
/
+3
*
Document a change I'd already made, and at the same time, correct the
Geoff Thorpe
2004-03-13
1
-1
/
+0
*
Minimise the amount of code dependent on BN_DEBUG_RAND. In particular,
Geoff Thorpe
2004-03-09
1
-5
/
+1
*
BN_div() cleanup: replace the use of BN_sub and BN_add with bn_sub_words
Geoff Thorpe
2003-11-22
1
-36
/
+45
*
Put more debug screening in BN_div() and correct a comment.
Geoff Thorpe
2003-11-07
1
-1
/
+3
*
Put the first stage of my bignum debugging adventures into CVS. This code
Geoff Thorpe
2003-11-04
1
-3
/
+5
[next]