aboutsummaryrefslogtreecommitdiff
path: root/test/dsatest.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-02Fix handling of NULL sig parameter in ECDSA_sign and similarBernd Edlinger1-2/+6
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-03-31Make DSA_sign() test for negative p,q,g values.slontis1-0/+79
2023-03-01Fix infinite loops in DSA sign code.slontis1-26/+110
2021-08-11dsatest: Properly detect failure in generate/sign/verifyTomas Mraz1-3/+5
2021-05-11Add convenience functions and macros for asymmetric key generationDr. David von Oheimb1-3/+3
2021-04-08Update copyright yearMatt Caswell1-1/+1
2021-03-15Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.Shane Lontis1-0/+22
2020-11-18Swap to FIPS186-2 DSA generation outside of the FIPS moduleMatt Caswell1-0/+1
2020-06-19Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell1-1/+1
2020-05-26Update core_names.h fields and document most fields.Shane Lontis1-1/+1
2020-05-07Remove gen_get_params & gen_gettable_params from keygen operationShane Lontis1-0/+5
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-15Add DSA keygen to providerShane Lontis1-39/+200
2020-02-12Deprecate the low level DSA functions.Pauli1-0/+6
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
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-2/+3
2017-06-27Use randomness not entropyRich Salz1-1/+1
2017-06-24Fix no-dsa buildBenjamin Kaduk1-0/+2
2017-04-24Adapt all test programsRichard Levitte1-1/+0
2017-04-18Convert dhtest, dsatest, cipherbytes_testRich Salz1-78/+26
2016-06-16Fix the build and tests following constification of DH, DSA, RSAMatt Caswell1-1/+1
2016-06-06Deprecate the flags that switch off constant timeMatt Caswell1-7/+0
2016-05-17Copyright consolidation 02/10Rich Salz1-54/+6
2016-04-03Make DSA_METHOD opaqueMatt Caswell1-3/+5
2016-04-03Make the DSA structure opaqueMatt Caswell1-5/+5
2016-03-17Remove Netware and OS/2Rich Salz1-4/+0
2016-02-09Clean up the tests for auto-init/de-initMatt Caswell1-4/+1
2016-02-05If memory debugging enabled return error on leaks.Dr. Stephen Henson1-1/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-22dsatest: use the correct BIO to print the test errorMarcus Meissner1-1/+1
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni1-1/+1
2016-01-07mem functions cleanupRich Salz1-2/+3
2015-09-06Have the test executables output in text modeRichard Levitte1-1/+1
2015-04-30free NULL cleanup 7Rich Salz1-2/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte1-0/+256