summaryrefslogtreecommitdiff
path: root/test/dhtest.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* dhtest: Add testcase for EVP_PKEY_CTX_set_dh_nidTomas Mraz2022-01-171-0/+28
* Fix for a segv interrupt that occurs when fix_dh_rfc5114 is called withPhil Mesnier2021-11-051-0/+22
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* dh_test: fix coverity 1473239 Argument cannot be negative (NEGATIVE_RETURNS)Pauli2021-06-301-4/+7
* Fix DH/DHX named groups to not overwrite the private key length.Shane Lontis2021-06-141-5/+74
* test: fix coverity 1473234 & 1473239: argument cannot be negativePauli2021-04-081-2/+2
* test: fix coverity 1475940: negative returnPauli2021-04-071-2/+2
* test: fix coverity 1475941: resource leakPauli2021-04-071-2/+5
* Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis2021-04-011-56/+60
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Change DH_get_nid() to set the value of q if it is not already setShane Lontis2020-03-071-0/+71
* Deprecate the low level Diffie-Hellman functions.Pauli2020-02-201-0/+6
* Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis2020-01-311-0/+33
* Check the DH modulus bit lengthBernd Edlinger2019-09-091-3/+13
* Enforce a minimum DH modulus size of 512 bitsBernd Edlinger2019-07-241-19/+6
* Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger2019-07-221-1/+72
* Fix TyposAntoine Cœur2019-07-011-1/+1
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* test/dhtest.c: fix resource leakDr. Matthias St. Pierre2018-09-101-29/+39
* Update copyright yearMatt Caswell2018-05-291-1/+1
* DH: add some basic tests (and comments)Dr. Matthias St. Pierre2018-05-181-0/+85
* Allow DH_set0_key with only private key.David Benjamin2017-09-261-5/+23
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Remove tests dependence on e_os.hPauli2017-08-181-1/+1
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-5/+0
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-9/+8
* Test cleaning and modernisationPauli2017-07-141-2/+2
* Use randomness not entropyRich Salz2017-06-271-1/+1
* Adapt all test programsRichard Levitte2017-04-241-1/+0
* fix dh_test.Rich Salz2017-04-201-9/+14
* Convert dhtest, dsatest, cipherbytes_testRich Salz2017-04-181-150/+65
* Fix the build and tests following constification of DH, DSA, RSAMatt Caswell2016-06-161-11/+9
* Deprecate the flags that switch off constant timeMatt Caswell2016-06-061-4/+0
* Copyright consolidation 02/10Rich Salz2016-05-171-54/+6
* various spelling fixesFdaSilvaYY2016-04-281-1/+1
* Make DH opaqueMatt Caswell2016-04-091-22/+43
* Add missing mem leak test activation and checksFdaSilvaYY2016-04-061-0/+7
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* Remove Netware and OS/2Rich Salz2016-03-171-4/+0
* Add a test for small subgroup attacks on DH/DHEMatt Caswell2016-01-281-4/+65
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* mem functions cleanupRich Salz2016-01-071-6/+1
* add malloc fail check & fix memory leakHongze Zhu2015-12-141-15/+42
* Properly check return type of DH_compute_key()Pascal Cuoq2015-10-071-2/+2
* Have the test executables output in text modeRichard Levitte2015-09-061-1/+1
* more OSSL_NELEM casesDr. Stephen Henson2015-05-041-1/+1
* free null cleanup finaleRich Salz2015-05-011-4/+2
* free NULL cleanup 7Rich Salz2015-04-301-2/+1