aboutsummaryrefslogtreecommitdiff
path: root/test/ecdsatest.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-02Fix handling of NULL sig parameter in ECDSA_sign and similarBernd Edlinger1-2/+26
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-03-31Fix mem leak in ECDSA_sign().slontis1-0/+17
2022-06-02Fix the checks of RAND_bytesPeiwei Hu1-1/+1
2021-11-08Fix incorrect return check of BN_bn2binpadPW Hu1-1/+1
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-1/+1
2021-04-12Remove the function EVP_PKEY_set_alias_typeMatt Caswell1-12/+0
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz1-1/+6
2021-03-11Update copyright yearMatt Caswell1-1/+1
2021-03-02test: update ECDSA and SM2 internal tests in line with the fake_random changePauli1-4/+7
2021-02-23test: update tests to use the fake random number generatorPauli1-43/+14
2020-09-22Add SM2 key managementPaul Yang1-0/+14
2020-09-17Add a NULL check to EVP_PKEY_assignjwalch1-0/+1
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte1-2/+2
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-03-15TEST: Adapt all applicable tests to the new distinguishing IDRichard Levitte1-32/+13
2020-02-06Fix no-sm2Matt Caswell1-1/+5
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli1-0/+5
2020-02-02Adapt tests for SM2 changes.Richard Levitte1-15/+79
2019-06-25EC only uses approved curves in FIPS mode.Shane Lontis1-0/+5
2019-03-04Check for negative return for signature size.Addresses Coverity 1442933Pauli1-2/+4
2019-02-26[test] modernize ecdsatest and extend ECDSA sign KATsBilly Brumley1-304/+234
2019-02-15Use order not degree to calculate a buffer size in ecdsatestMatt Caswell1-3/+3
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-10-10Fix no-engineMatt Caswell1-0/+1
2018-10-08Indentation fixes.Pauli1-8/+8
2018-10-08Remove useless check.Mykola Baibuz1-28/+32
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-05Update tests for TLS Ed448Matt Caswell1-1/+1
2017-08-16[Win] Fix some test method signatures ...FdaSilvaYY1-1/+1
2017-08-03Switch from ossl_rand to DRBG randRich Salz1-6/+0
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-2/+3
2017-06-30Fix build with no-threads no-ecDr. Stephen Henson1-2/+2
2017-06-27Use randomness not entropyRich Salz1-2/+2
2017-06-22TAP line filter BIO.Pauli1-7/+5
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz1-14/+1
2017-05-09Add BN support to the test infrastructure.Pauli1-2/+2
2017-04-24Adapt all test programsRichard Levitte1-1/+0
2017-04-18Convert more testsRich Salz1-205/+111
2016-08-05spelling fixes, just comments and readme.klemens1-1/+1
2016-06-20Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper1-12/+27
2016-05-17Copyright consolidation 02/10Rich Salz1-53/+6
2016-02-28skip inappropriate X25519 testsDr. Stephen Henson1-1/+1
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-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni1-1/+1
2016-01-07mem functions cleanupRich Salz1-11/+6
2015-12-09remove ecdsa.h headerDr. Stephen Henson1-1/+1
2015-12-09modify ecdsatest to use accessorDr. Stephen Henson1-9/+14