Richard Levitte
|
fcd2d5a612
Refactor the computation of API version limits
|
6 years ago |
Billy Brumley
|
900fd8f375
Clean up BN_consttime_swap.
|
6 years ago |
Billy Brumley
|
dd41956d80
[crypto/bn] swap BN_FLG_FIXED_TOP too
|
6 years ago |
Andy Polyakov
|
324b956052
bn/bn_lib.c: conceal even memmory access pattern in bn2binpad.
|
6 years ago |
Andy Polyakov
|
83e034379f
bn/bn_lib.c address Coverity nit in bn2binpad.
|
6 years ago |
Andy Polyakov
|
89d8aade5f
bn/bn_lib.c: make BN_bn2binpad computationally constant-time.
|
6 years ago |
Andy Polyakov
|
305b68f1a2
bn/bn_lib.c: add BN_FLG_FIXED_TOP flag.
|
6 years ago |
Andy Polyakov
|
e42395e637
bn/bn_lib.c: remove bn_check_top from bn_expand2.
|
6 years ago |
Billy Brumley
|
9e5b50b54d
fix: BN_swap mishandles flags
|
6 years ago |
Billy Brumley
|
39df51522b
Remove superfluous NULL checks. Add Andy's BN_FLG comment.
|
6 years ago |
Billy Brumley
|
40e48e5458
Elliptic curve scalar multiplication with timing attack defenses
|
6 years ago |
David Benjamin
|
972c87dfc7
Make BN_num_bits_word constant-time.
|
6 years ago |
Richard Levitte
|
48e5119a6b
Copyright update of more files that have changed this year
|
6 years ago |
Matt Caswell
|
7d461736f7
Revert BN_copy() flag copy semantics change
|
6 years ago |
Matt Caswell
|
c9fe362303
Correct value for BN_security_bits()
|
7 years ago |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 years ago |
Dr. Stephen Henson
|
5f2d9c4d26
Support constant BN for DH parameters
|
7 years ago |
KaoruToda
|
208fb891e3
Since return is inconsistent, I removed unnecessary parentheses and
|
7 years ago |
Samuel Weiser
|
9f9442918a
BN_copy now propagates BN_FLG_CONSTTIME
|
7 years ago |
Matt Caswell
|
d08086645f
Ensure we don't call memcpy with a NULL pointer
|
7 years ago |
Emilia Kasper
|
d5aa14dde5
Remove memcpy unrolling in bn_lib.c
|
7 years ago |
Rich Salz
|
01c09f9fde
Misc BN fixes
|
8 years ago |
FdaSilvaYY
|
700b814549
Fix some style issues...
|
8 years ago |
Matt Caswell
|
3ce2fdabe6
Convert memset calls to OPENSSL_cleanse
|
8 years ago |
Kurt Roeckx
|
f3cf2251de
Avoid creating illegal pointers
|
8 years ago |
Kurt Roeckx
|
1544583bbc
Avoid creating an illegal pointer
|
8 years ago |
Rich Salz
|
4f22f40507
Copyright consolidation 06/10
|
8 years ago |
Dmitry-Me
|
399de49699
Improve comment
|
8 years ago |
Andy Polyakov
|
463a7b8cb0
Clean-up *_DEBUG options.
|
8 years ago |
Rich Salz
|
23d38992fc
Remove ultrix/mips support.
|
8 years ago |