index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bn
/
bn_exp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Limit size of modulus for bn_mul_mont and BN_mod_exp_mont_consttime
Bernd Edlinger
2023-01-14
1
-7
/
+27
*
Revert "Limit size of modulus for BN_mod_exp_mont_consttime()"
Bernd Edlinger
2023-01-14
1
-9
/
+0
*
Limit size of modulus for BN_mod_exp_mont_consttime()
Tomas Mraz
2022-11-10
1
-0
/
+9
*
Always end BN_mod_exp_mont_consttime with normal Montgomery reduction.
Tomas Mraz
2022-06-16
1
-18
/
+26
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Fix Coverity 1201763 uninitialised pointer read
Pauli
2022-03-23
1
-1
/
+2
*
Dual 1536/2048-bit exponentiation optimization for Intel IceLake CPU
Andrey Matyukov
2021-11-19
1
-8
/
+16
*
Split bignum code out of the sparcv9cap.c
Tomas Mraz
2021-07-15
1
-2
/
+1
*
Rework and make DEBUG macros consistent.
Rich Salz
2021-05-28
1
-2
/
+2
*
rsa: rename global rsaz_ sumbols so they are in namespace
Pauli
2021-05-27
1
-6
/
+6
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
Dual 1024-bit exponentiation optimization for Intel IceLake CPU
Andrey Matyukov
2021-03-22
1
-0
/
+82
*
remove unused assignments
Pauli
2020-12-03
1
-3
/
+0
*
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
-7
/
+7
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Reduce inputs before the RSAZ code.
David Benjamin
2019-01-16
1
-31
/
+33
*
Following the license change, modify the boilerplates in crypto/bn/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Fix MSVC warning C4819
Chocobo1
2018-10-30
1
-1
/
+1
*
Remove zero special-case in BN_mod_exp_mont.
David Benjamin
2018-07-24
1
-5
/
+0
*
bn/bn_{mont|exp}.c: switch to zero-padded intermediate vectors.
Andy Polyakov
2018-07-12
1
-21
/
+26
*
bn/bn_exp.c: harmonize all code paths with last commit.
Andy Polyakov
2018-06-14
1
-22
/
+33
*
bn/bn_exp.c: mitigation of the One-and-Done side-channel attack.
User
2018-05-30
1
-12
/
+27
*
The result of a ^ 0 mod -1 is 0 not 1
Matt Caswell
2018-05-29
1
-10
/
+10
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
Don't leak the exponent bit width in BN_mod_exp_mont_consttime.
David Benjamin
2018-02-01
1
-1
/
+5
*
bn/bn_exp.c: harmonize BN_mod_exp_mont_consttime with negative input.
Andy Polyakov
2017-11-17
1
-25
/
+27
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-9
/
+9
*
Ensure we test all parameters for BN_FLG_CONSTTIME
Matt Caswell
2017-10-11
1
-6
/
+16
*
Change to check last return value of BN_CTX_get
Paul Yang
2017-06-26
1
-12
/
+8
*
Remove some commented out code in libcrypto
Matt Caswell
2017-02-28
1
-7
/
+0
*
Check return value of some BN functions.
Rich Salz
2016-11-16
1
-2
/
+3
*
Never return -1 from BN_exp
Jakub Zelenka
2016-08-14
1
-4
/
+4
*
Whitespace cleanup in crypto
FdaSilvaYY
2016-06-29
1
-1
/
+1
*
bn/bn_exp.c: explain 'volatile' in MOD_EXP_CTIME_COPY_FROM_PREBUF.
Andy Polyakov
2016-05-27
1
-0
/
+8
*
Copyright consolidation 06/10
Rich Salz
2016-05-17
1
-107
/
+6
*
crypto/bn/x86_64-mont5.pl: constant-time gather procedure.
Andy Polyakov
2016-03-01
1
-14
/
+14
*
bn/bn_exp.c: constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.
Andy Polyakov
2016-03-01
1
-18
/
+57
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Fix URLs mangled by reformat
Matt Caswell
2015-12-19
1
-1
/
+1
*
Fix a ** 0 mod 1 = 0 for real this time.
Emilia Kasper
2015-12-14
1
-8
/
+31
*
BN_mod_exp_mont_consttime: check for zero modulus.
Emilia Kasper
2015-08-31
1
-3
/
+4
*
Rearrange rsaz
Richard Levitte
2015-06-23
1
-7
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-2
/
+1
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-3
/
+3
*
remove malloc casts
Rich Salz
2015-04-28
1
-2
/
+1
*
Fix error handling in bn_exp
Matt Caswell
2015-03-12
1
-2
/
+2
*
Re-align some comments after running the reformat script.
Matt Caswell
2015-01-22
1
-30
/
+30
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-1162
/
+1191
[next]