KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 years ago |
Matt Caswell
|
e913d11f44
Ensure we test all parameters for BN_FLG_CONSTTIME
|
7 years ago |
Paul Yang
|
edea42c602
Change to check last return value of BN_CTX_get
|
7 years ago |
Matt Caswell
|
7f517c2676
Remove some commented out code in libcrypto
|
7 years ago |
Rich Salz
|
78e09b53a4
Check return value of some BN functions.
|
8 years ago |
Jakub Zelenka
|
0818dbadf3
Never return -1 from BN_exp
|
8 years ago |
FdaSilvaYY
|
02e112a885
Whitespace cleanup in crypto
|
8 years ago |
Andy Polyakov
|
bb83c8796b
bn/bn_exp.c: explain 'volatile' in MOD_EXP_CTIME_COPY_FROM_PREBUF.
|
8 years ago |
Rich Salz
|
4f22f40507
Copyright consolidation 06/10
|
8 years ago |
Andy Polyakov
|
8fc8f486f7
crypto/bn/x86_64-mont5.pl: constant-time gather procedure.
|
8 years ago |
Andy Polyakov
|
d6482a82bc
bn/bn_exp.c: constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.
|
8 years ago |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 years ago |
Matt Caswell
|
79caf5d323
Fix URLs mangled by reformat
|
9 years ago |
Emilia Kasper
|
d911097d7c
Fix a ** 0 mod 1 = 0 for real this time.
|
9 years ago |
Emilia Kasper
|
a9009e518c
BN_mod_exp_mont_consttime: check for zero modulus.
|
9 years ago |
Richard Levitte
|
ed45f3c242
Rearrange rsaz
|
9 years ago |
Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
9 years ago |
Rich Salz
|
b548a1f11c
free null cleanup finale
|
9 years ago |
Rich Salz
|
23a1d5e97c
free NULL cleanup 7
|
9 years ago |
Rich Salz
|
b196e7d936
remove malloc casts
|
9 years ago |
Matt Caswell
|
8c5a7b33c6
Fix error handling in bn_exp
|
9 years ago |
Matt Caswell
|
50e735f9e5
Re-align some comments after running the reformat script.
|
9 years ago |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 years ago |
Andy Polyakov
|
0546db3ef7
bn/bn_exp.c: make it indent-friendly.
|
9 years ago |
Tim Hudson
|
1d97c84351
mark all block comments that need format preserving so that
|
10 years ago |
Dr. Stephen Henson
|
73e45b2dd1
remove OPENSSL_FIPSAPI
|
10 years ago |
Andy Polyakov
|
eca441b2b4
bn_exp.c: fix x86_64-specific crash with one-word modulus.
|
10 years ago |
Andy Polyakov
|
f3f620e1e0
bn_exp.c: move check for AD*X to rsaz-avx2.pl.
|
10 years ago |
Geoff Thorpe
|
a529261891
bignum: fix boundary condition in montgomery logic
|
10 years ago |
Andy Polyakov
|
ec9cc70f72
bn/asm/x86_64-mont5.pl: add MULX/AD*X code path.
|
11 years ago |