Richard Levitte
|
537c982306
After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS
|
13 lat temu |
Dr. Stephen Henson
|
7edfe67456
Move all FIPSAPI renames into fips.h header file, include early in
|
14 lat temu |
Dr. Stephen Henson
|
aa87945f47
Update source files to handle new FIPS_lock() location. Add FIPS_lock()
|
14 lat temu |
Dr. Stephen Henson
|
7c8ced94c3
Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just refer
|
14 lat temu |
Dr. Stephen Henson
|
a27de7b7fd
use FIPSEVP in some bn and rsa files
|
14 lat temu |
Bodo Möller
|
fabe640f5e
Clarifying comment.
|
16 lat temu |
Bodo Möller
|
d05a474556
Montgomery-related minor cleanups/documentation
|
16 lat temu |
Bodo Möller
|
7c9882eb24
fix BIGNUM flag handling
|
16 lat temu |
Bodo Möller
|
08b229e13f
Make sure that BN_from_montgomery keeps the BIGNUMS in proper format
|
17 lat temu |
Andy Polyakov
|
673c55a2fe
Latest bn_mont.c modification broke ECDSA test. I've got math wrong, which
|
17 lat temu |
Andy Polyakov
|
c693b5a55c
Commentary updates and minor optimization for bn_mont.c.
|
17 lat temu |
Andy Polyakov
|
6b6443dead
Eliminate conditional final subtraction in Montgomery multiplication.
|
17 lat temu |
Bodo Möller
|
4584eccea0
another thread-safety fix
|
18 lat temu |
Bodo Möller
|
675f605d44
Thread-safety fixes
|
18 lat temu |
Dr. Stephen Henson
|
d6a03a23a8
Update from stable branch.
|
19 lat temu |
Andy Polyakov
|
c2012f9b82
Eliminate gcc warning in bn_mont.c.
|
19 lat temu |
Andy Polyakov
|
4d524040bc
Change bn_mul_mont declaration and BN_MONT_CTX. Update CHANGES.
|
19 lat temu |
Andy Polyakov
|
9b4eab501a
Refine logic in bn_mont.c and eliminate redundant BN_CTX pulls.
|
19 lat temu |
Andy Polyakov
|
ca04d7a208
Leave the decision to call/implement bn_sqr_mont to assembler developer.
|
19 lat temu |
Andy Polyakov
|
e738280547
Add reference implementation for bn_[mul|sqr]_mont, new candidates for
|
19 lat temu |
Nils Larsch
|
17a2994dbd
set correct bn->top value
|
19 lat temu |
Dr. Stephen Henson
|
6ec8e63af6
Port BN_MONT_CTX_set_locked() from stable branch.
|
19 lat temu |
Dr. Stephen Henson
|
a0e7c8eede
Add lots of checks for memory allocation failure, error codes to indicate
|
20 lat temu |
Geoff Thorpe
|
c86f2054f3
Adjust various bignum functions to use BN_CTX for variables instead of
|
20 lat temu |
Geoff Thorpe
|
b6358c89a1
Convert openssl code not to assume the deprecated form of BN_zero().
|
20 lat temu |
Geoff Thorpe
|
d870740cd7
Put the first stage of my bignum debugging adventures into CVS. This code
|
21 lat temu |
Richard Levitte
|
9cdf87f194
Check the return values where memory allocation failures may happen.
|
22 lat temu |
Bodo Möller
|
156e85578d
Implement EC_GFp_mont_method.
|
24 lat temu |
Bodo Möller
|
8dea52fa42
Fix some things that look like bugs.
|
24 lat temu |
Richard Levitte
|
cbd48ba626
More constification of the BN library.
|
24 lat temu |