index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bn
/
bn_gcd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-1
/
+1
*
Fix bn_gcd code to check return value when calling BN_one()
slontis
2022-07-05
1
-2
/
+4
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-2
/
+2
*
Update copyright year
Matt Caswell
2020-06-25
1
-1
/
+1
*
Refactor BN_R_NO_INVERSE logic in internal functions
Nicola Tuveri
2020-06-16
1
-184
/
+200
*
Update control logic for BN_gcd
Cesar Pereida Garcia
2019-10-23
1
-2
/
+7
*
Constant-time GCD function.
Cesar Pereida Garcia
2019-10-17
1
-106
/
+107
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/bn/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-05-29
1
-1
/
+1
*
Return an error from BN_mod_inverse if n is 1 (or -1)
Matt Caswell
2018-05-03
1
-1
/
+8
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-5
/
+5
*
Change to check last return value of BN_CTX_get
Paul Yang
2017-06-26
1
-2
/
+2
*
Refomat a few comments on 80 cols
FdaSilvaYY
2017-03-28
1
-8
/
+4
*
Whitespace cleanup in crypto
FdaSilvaYY
2016-06-29
1
-2
/
+2
*
Copyright consolidation 06/10
Rich Salz
2016-05-17
1
-107
/
+6
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-1
/
+1
*
Move more BN internals to bn_lcl.h
Rich Salz
2016-01-30
1
-1
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Remove BN_init
Rich Salz
2015-11-30
1
-2
/
+2
*
Tighten up BN_with_flags usage and avoid a reachable assert
Matt Caswell
2015-11-26
1
-13
/
+17
*
Set flags to 0 before calling BN_with_flags()
Pascal Cuoq
2015-10-07
1
-0
/
+2
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Re-align some comments after running the reformat script.
Matt Caswell
2015-01-22
1
-106
/
+106
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-558
/
+595
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-12
/
+19
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source files
Dr. Stephen Henson
2011-02-03
1
-0
/
+2
*
Internal version of BN_mod_inverse allowing checking of no-inverse without
Dr. Stephen Henson
2011-01-26
1
-1
/
+17
*
Privatize BN_*_no_branch.
Andy Polyakov
2007-06-11
1
-1
/
+3
*
fix error codes
Bodo Möller
2007-04-19
1
-1
/
+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
/
+159
*
fix warnings when building openssl with the following compiler options:
Nils Larsch
2005-08-29
1
-2
/
+1
*
Avoid segfault if ret==0.
Ulf Möller
2003-12-06
1
-1
/
+2
*
Put the first stage of my bignum debugging adventures into CVS. This code
Geoff Thorpe
2003-11-04
1
-0
/
+3
*
Adjust BN_mod_inverse algorithm selection according to experiments on
Bodo Möller
2001-04-09
1
-2
/
+3
*
comment
Bodo Möller
2001-04-08
1
-1
/
+1
*
code documentation
Bodo Möller
2001-04-08
1
-4
/
+8
*
binary algorithm for modular inversion
Bodo Möller
2001-04-08
1
-96
/
+181
*
Corrections to the comments in BN_mod_inverse.
Bodo Möller
2000-11-30
1
-7
/
+7
*
add missing braces
Bodo Möller
2000-11-29
1
-1
/
+4
*
Make BN_mod_inverse a little faster
Bodo Möller
2000-11-29
1
-5
/
+5
*
Improve BN_mod_inverse performance.
Bodo Möller
2000-11-29
1
-6
/
+75
*
Fix BN_is_... macros.
Bodo Möller
2000-11-27
1
-18
/
+135
*
More constification of the BN library.
Richard Levitte
2000-11-16
1
-1
/
+1
*
Constify the BIGNUM routines a bit more. The only trouble were the
Richard Levitte
2000-11-06
1
-1
/
+2
*
New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to access
Ulf Möller
2000-02-05
1
-11
/
+17
*
Some constification and stacks that slipped through the cracks (how?).
Ben Laurie
1999-06-05
1
-1
/
+1
*
Remove NOPROTO definitions and error code comments.
Ulf Möller
1999-04-26
1
-5
/
+0
[next]