Matt Caswell
|
40720ce3ca
Run util/openssl-format-source -v -c .
|
9 years ago |
Geoff Thorpe
|
a721216f0f
bignum: allow concurrent BN_MONT_CTX_set_locked()
|
10 years ago |
Bodo Möller
|
c3031a4610
Avoid BN_MONT_CTX incompatibility.
|
16 years ago |
Bodo Möller
|
812d8a176c
Unobtrusive backport of 32-bit x86 Montgomery improvements from 0.9.9-dev:
|
16 years ago |
Bodo Möller
|
19398a175a
fix BIGNUM flag handling
|
16 years ago |
Andy Polyakov
|
18fb9d807e
Add framework for bn_mul_mont [from 098-fips].
|
17 years ago |
Bodo Möller
|
4f9a9d2b79
Make sure that BN_from_montgomery keeps the BIGNUMS in proper format
|
17 years ago |
Andy Polyakov
|
a166e96d16
bn_mont.c fix [from HEAD].
|
17 years ago |
Andy Polyakov
|
1a56614af2
Eliminate conditional final subtraction in Montgomery multiplication
|
17 years ago |
Bodo Möller
|
4a9cfd763e
Another thread-safety fix
|
18 years ago |
Bodo Möller
|
6d2cd23f40
Thread-safety fixes
|
18 years ago |
Dr. Stephen Henson
|
8860f3a82a
Fix possible race condition.
|
19 years ago |
Nils Larsch
|
7dec24688f
set correct bn->top value
|
19 years ago |
Dr. Stephen Henson
|
6ec8e63af6
Port BN_MONT_CTX_set_locked() from stable branch.
|
19 years ago |
Dr. Stephen Henson
|
a0e7c8eede
Add lots of checks for memory allocation failure, error codes to indicate
|
20 years ago |
Geoff Thorpe
|
c86f2054f3
Adjust various bignum functions to use BN_CTX for variables instead of
|
20 years ago |
Geoff Thorpe
|
b6358c89a1
Convert openssl code not to assume the deprecated form of BN_zero().
|
20 years ago |
Geoff Thorpe
|
d870740cd7
Put the first stage of my bignum debugging adventures into CVS. This code
|
21 years ago |
Richard Levitte
|
9cdf87f194
Check the return values where memory allocation failures may happen.
|
22 years ago |
Bodo Möller
|
156e85578d
Implement EC_GFp_mont_method.
|
24 years ago |
Bodo Möller
|
8dea52fa42
Fix some things that look like bugs.
|
24 years ago |
Richard Levitte
|
cbd48ba626
More constification of the BN library.
|
24 years ago |
Ben Laurie
|
757e392d4e
Make Rijndael work! Those long flights have some good points.
|
24 years ago |
Bodo Möller
|
e1a8ac495b
tmp2 is not used in BN_mod_mul_montgomery.
|
24 years ago |
Richard Levitte
|
020fc820dc
Constify the BIGNUM routines a bit more. The only trouble were the
|
24 years ago |
Bodo Möller
|
fe03519704
Totally remove the supposedly 'faster' variant in
|
24 years ago |
Bodo Möller
|
a45bd29535
Document BN_mod_mul_montgomery bug;
|
24 years ago |
Bodo Möller
|
f4364e0730
Disable buggy code variant in BN_mod_mul_montgomery that was enabled
|
24 years ago |
Ulf Möller
|
1d84fd64fc
Bug fix: Montgomery multiplication could produce results with the wrong
|
24 years ago |
Dr. Stephen Henson
|
2d978cbd30
Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com).
|
24 years ago |