index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
dhtest.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
dhtest.c: Add test of DH_check() with q = p + 1
Tomas Mraz
2023-07-27
1
-0
/
+12
*
Add a test for CVE-2023-3446
Matt Caswell
2023-07-19
1
-2
/
+13
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
dhtest: Add testcase for EVP_PKEY_CTX_set_dh_nid
Tomas Mraz
2022-01-17
1
-0
/
+28
*
Fix for a segv interrupt that occurs when fix_dh_rfc5114 is called with
Phil Mesnier
2021-11-05
1
-0
/
+22
*
fix some code with obvious wrong coding style
x2018
2021-10-28
1
-1
/
+1
*
dh_test: fix coverity 1473239 Argument cannot be negative (NEGATIVE_RETURNS)
Pauli
2021-06-30
1
-4
/
+7
*
Fix DH/DHX named groups to not overwrite the private key length.
Shane Lontis
2021-06-14
1
-5
/
+74
*
test: fix coverity 1473234 & 1473239: argument cannot be negative
Pauli
2021-04-08
1
-2
/
+2
*
test: fix coverity 1475940: negative return
Pauli
2021-04-07
1
-2
/
+2
*
test: fix coverity 1475941: resource leak
Pauli
2021-04-07
1
-2
/
+5
*
Add a range check (from SP800-56Ar3) to DH key derivation.
Shane Lontis
2021-04-01
1
-56
/
+60
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Change DH_get_nid() to set the value of q if it is not already set
Shane Lontis
2020-03-06
1
-0
/
+71
*
Deprecate the low level Diffie-Hellman functions.
Pauli
2020-02-20
1
-0
/
+6
*
Add support for DH 'modp' group parameters (RFC 3526)
Shane Lontis
2020-01-30
1
-0
/
+33
*
Check the DH modulus bit length
Bernd Edlinger
2019-09-09
1
-3
/
+13
*
Enforce a minimum DH modulus size of 512 bits
Bernd Edlinger
2019-07-24
1
-19
/
+6
*
Change DH parameters to generate the order q subgroup instead of 2q
Bernd Edlinger
2019-07-22
1
-1
/
+72
*
Fix Typos
Antoine Cœur
2019-07-01
1
-1
/
+1
*
Following the license change, modify the boilerplates in test/
Richard Levitte
2018-12-06
1
-1
/
+1
*
test/dhtest.c: fix resource leak
Dr. Matthias St. Pierre
2018-09-10
1
-29
/
+39
*
Update copyright year
Matt Caswell
2018-05-29
1
-1
/
+1
*
DH: add some basic tests (and comments)
Dr. Matthias St. Pierre
2018-05-18
1
-0
/
+85
*
Allow DH_set0_key with only private key.
David Benjamin
2017-09-26
1
-5
/
+23
*
Use "" not <> for internal/ includes
Rich Salz
2017-08-22
1
-1
/
+1
*
Remove tests dependence on e_os.h
Pauli
2017-08-18
1
-1
/
+1
*
Switch from ossl_rand to DRBG rand
Rich Salz
2017-08-03
1
-5
/
+0
*
Update the test framework so that the need for test_main is removed. Everything
Pauli
2017-07-26
1
-9
/
+8
*
Test cleaning and modernisation
Pauli
2017-07-13
1
-2
/
+2
*
Use randomness not entropy
Rich Salz
2017-06-27
1
-1
/
+1
*
Adapt all test programs
Richard Levitte
2017-04-24
1
-1
/
+0
*
fix dh_test.
Rich Salz
2017-04-20
1
-9
/
+14
*
Convert dhtest, dsatest, cipherbytes_test
Rich Salz
2017-04-19
1
-150
/
+65
*
Fix the build and tests following constification of DH, DSA, RSA
Matt Caswell
2016-06-16
1
-11
/
+9
*
Deprecate the flags that switch off constant time
Matt Caswell
2016-06-06
1
-4
/
+0
*
Copyright consolidation 02/10
Rich Salz
2016-05-17
1
-54
/
+6
*
various spelling fixes
FdaSilvaYY
2016-04-28
1
-1
/
+1
*
Make DH opaque
Matt Caswell
2016-04-09
1
-22
/
+43
*
Add missing mem leak test activation and checks
FdaSilvaYY
2016-04-06
1
-0
/
+7
*
Revert "various spelling fixes"
Rich Salz
2016-04-04
1
-1
/
+1
*
various spelling fixes
FdaSilvaYY
2016-04-04
1
-1
/
+1
*
Remove Netware and OS/2
Rich Salz
2016-03-17
1
-4
/
+0
*
Add a test for small subgroup attacks on DH/DHE
Matt Caswell
2016-01-28
1
-4
/
+65
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
mem functions cleanup
Rich Salz
2016-01-07
1
-6
/
+1
*
add malloc fail check & fix memory leak
Hongze Zhu
2015-12-14
1
-15
/
+42
*
Properly check return type of DH_compute_key()
Pascal Cuoq
2015-10-07
1
-2
/
+2
*
Have the test executables output in text mode
Richard Levitte
2015-09-06
1
-1
/
+1
[next]