- 1a22bef Merge pull request #6190 from daverodgman/invalid-ecdsa-pubkey by Dave Rodgman · 2 years, 9 months ago
- f00466e Build fix - remove line of dead code by Dave Rodgman · 2 years, 9 months ago
- 683850b Update tests/suites/test_suite_ecdsa.function by Dave Rodgman · 2 years, 9 months ago
- 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 40afdd2 Make use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
- 5d7a235 Simplify test for ecdsa_verify by Dave Rodgman · 3 years ago
- cd57a61 Paramaterise ecdsa_verify test case more clearly by Dave Rodgman · 3 years ago
- b44c728 Minor tidy-up by Dave Rodgman · 3 years ago
- 56cfb31 Add missing newlines by Dave Rodgman · 3 years ago
- 1fdb8e8 Add unit tests for ECDSA with invalid public key by Dave Rodgman · 3 years ago
- 1af61cb Introduce a new macro for hash size in ecdsa tests by Andrzej Kurek · 3 years ago
- 9f42c06 Adjust hash dependencies in `test_suite_ecdsa` by Andrzej Kurek · 3 years ago
- 19b4cd8 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
- 5ea6517 Rm useless use of MD in ECDSA test functions by Neil Armstrong · 3 years ago
- ec52893 Improve readability and relevance of values by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- d8d19de Expand negative coverage of ECDSA verification by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 1 month ago
- 20edee7 Use mbedtls_test_read_mpi in test suites by Gilles Peskine · 4 years, 2 months ago
- 0730cd5 Merge branch 'development' into Remove__CHECK_PARAMS_option by TRodziewicz · 4 years, 2 months ago
- ecacc3c Make the fallback behavior of mbedtls_test_rnd_buffer_rand optional by Gilles Peskine · 4 years, 4 months ago
- 875b5fb Refactor optional parameter check tests by Ronald Cron · 4 years, 2 months ago
- 0bc3938 Removing trailing spaces by TRodziewicz · 4 years, 3 months ago
- 8223cce Correction of failing ecdsa & pk tests by TRodziewicz · 4 years, 3 months ago
- 0594205 Remove debug statement by TRodziewicz · 4 years, 4 months ago
- 40de3c9 Fix Changelog, add separate test functions for hash of all-zero bits by TRodziewicz · 4 years, 4 months ago
- 20ad475 Remove trailing spaces by TRodziewicz · 4 years, 4 months ago
- 5feb670 Fix the Changelog and extend tests to cover the hash of all-bits zero by TRodziewicz · 4 years, 4 months ago
- 9ed4073 tests: Get rid of mbedtls_test_unhexify() in unit test code by Ronald Cron · 5 years ago
- 6c5bd7f tests: Reformating due to rnd_* renaming by Ronald Cron · 5 years ago
- 351f0ee tests: Add mbedtls_test_ prefix to rnd_* symbols by Ronald Cron · 5 years ago
- 72d628f tests: Add mbedtls_test_ prefix to *hexify functions by Ronald Cron · 5 years ago
- 84984ae Add missing return code check on calls to mbedtls_md() by Gilles Peskine · 6 years ago
- 651eac8 Make tests use the new deterministic ECDSA function by Janos Follath · 7 years ago
- c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 6 years ago
- 02ef525 Merge remote-tracking branch 'public/pr/2107' into development-proposed by Simon Butcher · 7 years ago
- 198611d Add missing return value check in ECDSA test suite by Hanno Becker · 7 years ago
- 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
- 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 7 years ago
- d30ca13 Combine hex parameters in a struct by Azim Khan · 8 years ago
- f1aaec9 Intermediate hexify out change by Azim Khan · 8 years ago
- d0a66cc post-merge: fix ECDSA test vector testing by Manuel Pégourié-Gonnard · 7 years ago
- da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
- f5bcbed Add tests for invalid private parameters in mbedtls_ecdsa_sign() by Darryl Green · 8 years ago
- 46ba7f3 Avoid running useless code in tests by Manuel Pégourié-Gonnard · 8 years ago
- eb402f3 Add test for restartable signature by Manuel Pégourié-Gonnard · 8 years ago
- 722e515 Add test for ecdsa_read_signature_restartable() by Manuel Pégourié-Gonnard · 8 years ago
- 1ed2505 Add some negative testing for ecdsa_verify() by Manuel Pégourié-Gonnard · 8 years ago
- e3a062b Rename ecp_use_known_dp -> mbedtls_ecp_group_load() by Manuel Pégourié-Gonnard · 10 years ago
- 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
- dfdcac9 Merge ecdsa_write_signature{,_det}() together by Manuel Pégourié-Gonnard · 10 years ago
- a115def Fix tests and programs to use md_get_xxx() by Manuel Pégourié-Gonnard · 10 years ago
- 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
- ce2f237 change test function includes to use one convention by Rich Evans · 10 years ago
- bd51b26 Add 'exit' label and variable initialization to relevant test suite functions by Paul Bakker · 11 years ago
- 94b916c Split assignment and assert check into seperate lines in tests by Paul Bakker · 11 years ago
- a56d363 Fix missing dependency declaration in test by Manuel Pégourié-Gonnard · 12 years ago
- 027a7cb Rm now useless test helper function by Manuel Pégourié-Gonnard · 12 years ago
- 937340b Add ecdsa_write_signature_det() by Manuel Pégourié-Gonnard · 12 years ago
- 4daaef7 Add ecdsa_sign_det() with test vectors by Manuel Pégourié-Gonnard · 12 years ago
- fae079e Adapt ECDSA tests to new ecp_gen_keypair() by Manuel Pégourié-Gonnard · 12 years ago
- 7446833 Fix endianness issue in test helper function by Manuel Pégourié-Gonnard · 12 years ago
- a0f0747 Rm redundant dependencies in test files by Manuel Pégourié-Gonnard · 12 years ago
- 8eebd01 Add an ecdsa_genkey() function by Manuel Pégourié-Gonnard · 12 years ago
- b694b48 Add ecdsa_{read,write}_signature() by Manuel Pégourié-Gonnard · 12 years ago
- 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 12 years ago
- dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 12 years ago
- cf4a70c Adjust names of ECDSA tests. by Manuel Pégourié-Gonnard · 13 years ago
- 450a163 Fix valgrind warning in ECDSA test suite. by Manuel Pégourié-Gonnard · 13 years ago
- 602a897 ECDSA : test vectors from RFC 4754 by Manuel Pégourié-Gonnard · 13 years ago
- d1c7150 Basic tests for ECDSA. by Manuel Pégourié-Gonnard · 13 years ago