aboutsummaryrefslogtreecommitdiff
path: root/test/dhtest.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-07-27dhtest.c: Add test of DH_check() with q = p + 1Tomas Mraz1-0/+12
2023-07-19Add a test for CVE-2023-3446Matt Caswell1-2/+13
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-01-17dhtest: Add testcase for EVP_PKEY_CTX_set_dh_nidTomas Mraz1-0/+28
2021-11-05Fix for a segv interrupt that occurs when fix_dh_rfc5114 is called withPhil Mesnier1-0/+22
2021-10-28fix some code with obvious wrong coding stylex20181-1/+1
2021-06-30dh_test: fix coverity 1473239 Argument cannot be negative (NEGATIVE_RETURNS)Pauli1-4/+7
2021-06-14Fix DH/DHX named groups to not overwrite the private key length.Shane Lontis1-5/+74
2021-04-08test: fix coverity 1473234 & 1473239: argument cannot be negativePauli1-2/+2
2021-04-07test: fix coverity 1475940: negative returnPauli1-2/+2
2021-04-07test: fix coverity 1475941: resource leakPauli1-2/+5
2021-04-01Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis1-56/+60
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-03-07Change DH_get_nid() to set the value of q if it is not already setShane Lontis1-0/+71
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli1-0/+6
2020-01-31Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis1-0/+33
2019-09-09Check the DH modulus bit lengthBernd Edlinger1-3/+13
2019-07-24Enforce a minimum DH modulus size of 512 bitsBernd Edlinger1-19/+6
2019-07-22Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger1-1/+72
2019-07-01Fix TyposAntoine Cœur1-1/+1
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-09-10test/dhtest.c: fix resource leakDr. Matthias St. Pierre1-29/+39
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-18DH: add some basic tests (and comments)Dr. Matthias St. Pierre1-0/+85
2017-09-26Allow DH_set0_key with only private key.David Benjamin1-5/+23
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-08-03Switch from ossl_rand to DRBG randRich Salz1-5/+0
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-9/+8
2017-07-14Test cleaning and modernisationPauli1-2/+2
2017-06-27Use randomness not entropyRich Salz1-1/+1
2017-04-24Adapt all test programsRichard Levitte1-1/+0
2017-04-20fix dh_test.Rich Salz1-9/+14
2017-04-18Convert dhtest, dsatest, cipherbytes_testRich Salz1-150/+65
2016-06-16Fix the build and tests following constification of DH, DSA, RSAMatt Caswell1-11/+9
2016-06-06Deprecate the flags that switch off constant timeMatt Caswell1-4/+0
2016-05-17Copyright consolidation 02/10Rich Salz1-54/+6
2016-04-28various spelling fixesFdaSilvaYY1-1/+1
2016-04-09Make DH opaqueMatt Caswell1-22/+43
2016-04-06Add missing mem leak test activation and checksFdaSilvaYY1-0/+7
2016-04-04Revert "various spelling fixes"Rich Salz1-1/+1
2016-04-04various spelling fixesFdaSilvaYY1-1/+1
2016-03-17Remove Netware and OS/2Rich Salz1-4/+0
2016-01-28Add a test for small subgroup attacks on DH/DHEMatt Caswell1-4/+65
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-07mem functions cleanupRich Salz1-6/+1
2015-12-14add malloc fail check & fix memory leakHongze Zhu1-15/+42
2015-10-07Properly check return type of DH_compute_key()Pascal Cuoq1-2/+2
2015-09-06Have the test executables output in text modeRichard Levitte1-1/+1