Kurt Roeckx
|
42619397eb
Add BN_check_prime()
|
5 years ago |
Dr. Matthias St. Pierre
|
706457b7bd
Reorganize local header files
|
5 years ago |
Bernd Edlinger
|
2b95e8efcf
DH_check_pub_key_ex was accidentally calling DH_check,
|
5 years ago |
Bernd Edlinger
|
feeb7ecd2f
Check the DH modulus bit length
|
5 years ago |
Bernd Edlinger
|
a38c878c2e
Change DH parameters to generate the order q subgroup instead of 2q
|
5 years ago |
Jake Massimo
|
2500c093aa
Increase rounds of Miller-Rabin testing DH_check
|
5 years ago |
Shane Lontis
|
ce1415ed2c
Added NULL check to BN_clear() & BN_CTX_end()
|
5 years ago |
Richard Levitte
|
e38873f5ce
Following the license change, modify the boilerplates in crypto/dh/
|
6 years ago |
Paul Yang
|
b000470873
Support public key and param check in EVP interface
|
7 years ago |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 years ago |
Paul Yang
|
edea42c602
Change to check last return value of BN_CTX_get
|
7 years ago |
Richard Levitte
|
2650515394
Better check of DH parameters in TLS data
|
7 years ago |
FdaSilvaYY
|
e705fcf197
Style
|
8 years ago |
David Benjamin
|
d70a562714
Handle BN_mod_word failures.
|
8 years ago |
David Benjamin
|
748e85308e
Fix BN_is_prime* calls.
|
8 years ago |
Rich Salz
|
aa6bb1352b
Copyright consolidation 05/10
|
8 years ago |
Matt Caswell
|
0aeddcfa61
Make DH opaque
|
8 years ago |
Matt Caswell
|
f5a12207ec
Add missing return value checks
|
8 years ago |
Matt Caswell
|
b128abc343
Prevent small subgroup attacks on DH/DHE
|
8 years ago |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 years ago |
Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
9 years ago |
Rich Salz
|
23a1d5e97c
free NULL cleanup 7
|
9 years ago |
Rich Salz
|
dfb56425b6
Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp
|
9 years ago |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 years ago |
Tim Hudson
|
1d97c84351
mark all block comments that need format preserving so that
|
10 years ago |
Andy Polyakov
|
53e5161231
dh_check.c: check BN_CTX_get's return value.
|
10 years ago |
Dr. Stephen Henson
|
0798170966
Update DH_check() to peform sensible checks when q parameter is present.
|
13 years ago |
Lutz Jänicke
|
5f0477f47b
Typos
|
17 years ago |
Ben Laurie
|
bf3d6c0c9b
Make D-H safer, include well-known primes.
|
19 years ago |
Geoff Thorpe
|
e9224c7177
This is a first-cut at improving the callback mechanisms used in
|
22 years ago |