Dr. Stephen Henson
|
4960411e1f
Add flags for DH FIPS method.
|
13 년 전 |
Dr. Stephen Henson
|
c2fd598994
Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined in
|
13 년 전 |
Dr. Stephen Henson
|
74fac927b0
Return errors instead of aborting when selftest fails.
|
13 년 전 |
Dr. Stephen Henson
|
31360957fb
DH keys have an (until now) unused 'q' parameter. When creating
|
13 년 전 |
Dr. Stephen Henson
|
bc91494e06
New SP 800-56A compliant version of DH_compute_key().
|
13 년 전 |
Dr. Stephen Henson
|
14ae26f2e4
Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source files
|
13 년 전 |
Dr. Stephen Henson
|
83c3410b94
FIPS DH changes: selftest checks and key range checks.
|
14 년 전 |
Bodo Möller
|
bd31fb2145
Change to mitigate branch prediction attacks
|
17 년 전 |
Mark J. Cox
|
c2cccfc585
Initialise ctx to NULL to avoid uninitialized free, noticed by
|
18 년 전 |
Bodo Möller
|
5e3225cc44
Introduce limits to prevent malicious keys being able to
|
18 년 전 |
Nils Larsch
|
47d5566646
fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()
|
18 년 전 |
Ben Laurie
|
bf3d6c0c9b
Make D-H safer, include well-known primes.
|
19 년 전 |
Bodo Möller
|
a28a5d9c62
Use BN_with_flags() in a cleaner way.
|
19 년 전 |
Bodo Möller
|
46a643763d
Implement fixed-window exponentiation to mitigate hyper-threading
|
19 년 전 |
Andy Polyakov
|
3cc54008eb
Pointer to BN_MONT_CTX could be used uninitialized.
|
19 년 전 |
Dr. Stephen Henson
|
879b19801a
Change method_mont_p from (char *) to (BN_MONT_CTX *) and remove several
|
19 년 전 |
Dr. Stephen Henson
|
6ec8e63af6
Port BN_MONT_CTX_set_locked() from stable branch.
|
19 년 전 |
Bodo Möller
|
aa4ce7315f
Fix various incorrect error function codes.
|
19 년 전 |
Richard Levitte
|
43eb3b0130
We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in form
|
21 년 전 |
Richard Levitte
|
0b13e9f055
Add the possibility to build without the ENGINE framework.
|
22 년 전 |
Geoff Thorpe
|
0e4aa0d2d2
As with RSA, which was modified recently, this change makes it possible to
|
22 년 전 |
Geoff Thorpe
|
cb78486d97
This commits changes to various parts of libcrypto required by the recent
|
23 년 전 |
Bodo Möller
|
de3333bae4
length of secret exponent is needed only when we create one
|
23 년 전 |
Bodo Möller
|
924875e53b
Undo DH_generate_key() change: s3_srvr.c was using it correctly
|
23 년 전 |
Bodo Möller
|
e5cb260365
DH key generation should not use a do ... while loop,
|
23 년 전 |
Bodo Möller
|
6aecef815c
Don't preserve existing keys in DH_generate_key.
|
23 년 전 |
Bodo Möller
|
c62b26fdc6
Hide BN_CTX structure details.
|
24 년 전 |
Ulf Möller
|
48f2ef8d00
make it a loop as in dsa
|
24 년 전 |
Ulf Möller
|
12c2fe8d53
Use BN_rand_range().
|
24 년 전 |
Richard Levitte
|
f971ccb264
Constify DH-related code.
|
24 년 전 |