summaryrefslogtreecommitdiffstats
path: root/test/dhtest.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-07-27dhtest.c: Add test of DH_check() with q = p + 1Tomas Mraz
2023-07-19Add a test for CVE-2023-3446Matt Caswell
2022-05-03Update copyright yearMatt Caswell
2022-01-17dhtest: Add testcase for EVP_PKEY_CTX_set_dh_nidTomas Mraz
2021-11-05Fix for a segv interrupt that occurs when fix_dh_rfc5114 is called withPhil Mesnier
2021-10-28fix some code with obvious wrong coding stylex2018
2021-06-30dh_test: fix coverity 1473239 Argument cannot be negative (NEGATIVE_RETURNS)Pauli
2021-06-14Fix DH/DHX named groups to not overwrite the private key length.Shane Lontis
2021-04-08test: fix coverity 1473234 & 1473239: argument cannot be negativePauli
2021-04-07test: fix coverity 1475940: negative returnPauli
2021-04-07test: fix coverity 1475941: resource leakPauli
2021-04-01Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis
2020-04-23Update copyright yearMatt Caswell
2020-03-07Change DH_get_nid() to set the value of q if it is not already setShane Lontis
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli
2020-01-31Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis
2019-09-09Check the DH modulus bit lengthBernd Edlinger
2019-07-24Enforce a minimum DH modulus size of 512 bitsBernd Edlinger
2019-07-22Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger
2019-07-01Fix TyposAntoine Cœur
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-09-10test/dhtest.c: fix resource leakDr. Matthias St. Pierre
2018-05-29Update copyright yearMatt Caswell
2018-05-18DH: add some basic tests (and comments)Dr. Matthias St. Pierre
2017-09-26Allow DH_set0_key with only private key.David Benjamin
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-18Remove tests dependence on e_os.hPauli
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-07-14Test cleaning and modernisationPauli
2017-06-27Use randomness not entropyRich Salz
2017-04-24Adapt all test programsRichard Levitte
2017-04-20fix dh_test.Rich Salz
2017-04-18Convert dhtest, dsatest, cipherbytes_testRich Salz
2016-06-16Fix the build and tests following constification of DH, DSA, RSAMatt Caswell
2016-06-06Deprecate the flags that switch off constant timeMatt Caswell
2016-05-17Copyright consolidation 02/10Rich Salz
2016-04-28various spelling fixesFdaSilvaYY
2016-04-09Make DH opaqueMatt Caswell
2016-04-06Add missing mem leak test activation and checksFdaSilvaYY
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-03-17Remove Netware and OS/2Rich Salz
2016-01-28Add a test for small subgroup attacks on DH/DHEMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-07mem functions cleanupRich Salz
2015-12-14add malloc fail check & fix memory leakHongze Zhu
2015-10-07Properly check return type of DH_compute_key()Pascal Cuoq
2015-09-06Have the test executables output in text modeRichard Levitte