index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bn
/
bn_mod.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Tomas Mraz
2024-09-05
1
-1
/
+1
*
Prefer ARRAY_SIZE(...)
Dimitri Papadopoulos
2024-07-22
1
-1
/
+2
*
bn: Properly error out if aliasing return value with modulus
Tomas Mraz
2023-10-26
1
-0
/
+10
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-3
/
+1
*
Update copyright year
Matt Caswell
2021-04-22
1
-1
/
+1
*
crypto: raise error on malloc failure
FdaSilvaYY
2021-04-14
1
-3
/
+7
*
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
-1
/
+1
*
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-09-11
1
-1
/
+1
*
crypto/bn: add more fixed-top routines.
Andy Polyakov
2018-08-23
1
-1
/
+66
*
bn/bn_mod.c: harmonize BN_mod_add_quick with original implementation.
Andy Polyakov
2018-07-26
1
-0
/
+1
*
ec/ecdsa_ossl.c: revert blinding in ECDSA signature.
Andy Polyakov
2018-07-18
1
-6
/
+60
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-1
/
+1
*
Copyright consolidation 06/10
Rich Salz
2016-05-17
1
-110
/
+5
*
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
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-2
/
+1
*
Final (for me, for now) dead code cleanup
Rich Salz
2015-02-09
1
-8
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-171
/
+184
*
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
*
When adding positive elements, we can use BN_uadd() instead of BN_add().
Geoff Thorpe
2004-02-22
1
-1
/
+1
*
Put the first stage of my bignum debugging adventures into CVS. This code
Geoff Thorpe
2003-11-04
1
-0
/
+5
*
binary algorithm for modular inversion
Bodo Möller
2001-04-08
1
-2
/
+2
*
More BN_mod_... functions.
Bodo Möller
2000-11-26
1
-21
/
+132
*
Add bn_mod.c (should have happend in the previous commit ...).
Bodo Möller
2000-11-26
1
-0
/
+185
*
Remove obsolete files from SSLeay 0.8.
Ulf Möller
1999-04-06
1
-97
/
+0
*
Import of old SSLeay release: SSLeay 0.9.0b
Ralf S. Engelschall
1998-12-21
1
-1
/
+1
*
Import of old SSLeay release: SSLeay 0.8.1b
Ralf S. Engelschall
1998-12-21
1
-0
/
+97