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