summaryrefslogtreecommitdiffstats
path: root/test/dsatest.c
AgeCommit message (Expand)Author
2024-04-02Fix handling of NULL sig parameter in ECDSA_sign and similarBernd Edlinger
2023-09-07Copyright year updatesMatt Caswell
2023-03-31Make DSA_sign() test for negative p,q,g values.slontis
2023-03-01Fix infinite loops in DSA sign code.slontis
2021-08-11dsatest: Properly detect failure in generate/sign/verifyTomas Mraz
2021-05-11Add convenience functions and macros for asymmetric key generationDr. David von Oheimb
2021-04-08Update copyright yearMatt Caswell
2021-03-15Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.Shane Lontis
2020-11-18Swap to FIPS186-2 DSA generation outside of the FIPS moduleMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell
2020-05-26Update core_names.h fields and document most fields.Shane Lontis
2020-05-07Remove gen_get_params & gen_gettable_params from keygen operationShane Lontis
2020-04-23Update copyright yearMatt Caswell
2020-04-15Add DSA keygen to providerShane Lontis
2020-02-12Deprecate the low level DSA functions.Pauli
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
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-06-27Use randomness not entropyRich Salz
2017-06-24Fix no-dsa buildBenjamin Kaduk
2017-04-24Adapt all test programsRichard Levitte
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-03Make DSA_METHOD opaqueMatt Caswell
2016-04-03Make the DSA structure opaqueMatt Caswell
2016-03-17Remove Netware and OS/2Rich Salz
2016-02-09Clean up the tests for auto-init/de-initMatt Caswell
2016-02-05If memory debugging enabled return error on leaks.Dr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-22dsatest: use the correct BIO to print the test errorMarcus Meissner
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni
2016-01-07mem functions cleanupRich Salz
2015-09-06Have the test executables output in text modeRichard Levitte
2015-04-30free NULL cleanup 7Rich Salz
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte