summaryrefslogtreecommitdiff
path: root/test/ecdsatest.c
Commit message (Expand)AuthorAgeFilesLines
* Fix mem leak in ECDSA_sign().slontis2023-03-311-0/+17
* Fix the checks of RAND_bytesPeiwei Hu2022-06-021-1/+1
* Fix incorrect return check of BN_bn2binpadPW Hu2021-11-081-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* Remove the function EVP_PKEY_set_alias_typeMatt Caswell2021-04-121-12/+0
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-281-1/+6
* Update copyright yearMatt Caswell2021-03-111-1/+1
* test: update ECDSA and SM2 internal tests in line with the fake_random changePauli2021-03-021-4/+7
* test: update tests to use the fake random number generatorPauli2021-02-231-43/+14
* Add SM2 key managementPaul Yang2020-09-221-0/+14
* Add a NULL check to EVP_PKEY_assignjwalch2020-09-171-0/+1
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-2/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* TEST: Adapt all applicable tests to the new distinguishing IDRichard Levitte2020-03-151-32/+13
* Fix no-sm2Matt Caswell2020-02-061-1/+5
* Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli2020-02-041-0/+5
* Adapt tests for SM2 changes.Richard Levitte2020-02-021-15/+79
* EC only uses approved curves in FIPS mode.Shane Lontis2019-06-251-0/+5
* Check for negative return for signature size.Addresses Coverity 1442933Pauli2019-03-041-2/+4
* [test] modernize ecdsatest and extend ECDSA sign KATsBilly Brumley2019-02-261-304/+234
* Use order not degree to calculate a buffer size in ecdsatestMatt Caswell2019-02-151-3/+3
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Fix no-engineMatt Caswell2018-10-101-0/+1
* Indentation fixes.Pauli2018-10-081-8/+8
* Remove useless check.Mykola Baibuz2018-10-081-28/+32
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Update tests for TLS Ed448Matt Caswell2018-03-051-1/+1
* [Win] Fix some test method signatures ...FdaSilvaYY2017-08-161-1/+1
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-6/+0
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-2/+3
* Fix build with no-threads no-ecDr. Stephen Henson2017-06-301-2/+2
* Use randomness not entropyRich Salz2017-06-271-2/+2
* TAP line filter BIO.Pauli2017-06-221-7/+5
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-14/+1
* Add BN support to the test infrastructure.Pauli2017-05-091-2/+2
* Adapt all test programsRichard Levitte2017-04-241-1/+0
* Convert more testsRich Salz2017-04-181-205/+111
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper2016-06-201-12/+27
* Copyright consolidation 02/10Rich Salz2016-05-171-53/+6
* skip inappropriate X25519 testsDr. Stephen Henson2016-02-281-1/+1
* Clean up the tests for auto-init/de-initMatt Caswell2016-02-091-4/+1
* If memory debugging enabled return error on leaks.Dr. Stephen Henson2016-02-051-1/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Enable/disable crypto-mdebug just like other featuresViktor Dukhovni2016-01-111-1/+1
* mem functions cleanupRich Salz2016-01-071-11/+6
* remove ecdsa.h headerDr. Stephen Henson2015-12-091-1/+1
* modify ecdsatest to use accessorDr. Stephen Henson2015-12-091-9/+14
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-2/+2
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-6/+8