1. c86d45e Remove spurious incorrect comment by Paul Elliott · 2 years, 6 months ago
  2. efebad0 Run extra complete in failure tests regardless. by Paul Elliott · 2 years, 6 months ago
  3. 01885fa Fix include guards on auxiliary test function. by Paul Elliott · 2 years, 6 months ago
  4. a4cb909 Add max ops tests by Paul Elliott · 2 years, 6 months ago
  5. 76d671a Split state tests into two functions by Paul Elliott · 2 years, 6 months ago
  6. b830b35 Shorten test descriptions. by Paul Elliott · 2 years, 6 months ago
  7. 1243f93 Fix build fails with non ECDSA / restartable builds by Paul Elliott · 2 years, 6 months ago
  8. 6f60037 Move {min|max}_complete choice logic into function by Paul Elliott · 2 years, 6 months ago
  9. c977441 Ensure that operation is put into error state if error occurs by Paul Elliott · 2 years, 6 months ago
  10. f9c91a7 Store the hash, rather than the pointer by Paul Elliott · 2 years, 6 months ago
  11. 0e9d6bd Replace MBEDTLS_ECP_DP_SECP384R1_ENABLED by Paul Elliott · 2 years, 6 months ago
  12. 813f9cd Non ECDSA algorithms should return not supported by Paul Elliott · 2 years, 6 months ago
  13. ab7c5c8 Change incorrect define for MAX_OPS_UNLIMITED by Paul Elliott · 2 years, 6 months ago
  14. cb23311 Fix incorrect test dependencies part 2 by Paul Elliott · 2 years, 6 months ago
  15. c4e2be8 Fix incorrect test dependancies by Paul Elliott · 2 years, 6 months ago
  16. 62dfb95 Fix broken negative test by Paul Elliott · 2 years, 6 months ago
  17. 97ac7d9 Calculate min/max completes rather than passing in to test by Paul Elliott · 2 years, 6 months ago
  18. 334d726 Ensure ops are tested on successful 'fail' tests by Paul Elliott · 2 years, 7 months ago
  19. edfc883 Change test loops over to do...while by Paul Elliott · 2 years, 7 months ago
  20. 59ad945 Add {sign/verify}_hash_abort_internal by Paul Elliott · 2 years, 8 months ago
  21. 20a3606 Add State tests by Paul Elliott · 2 years, 8 months ago
  22. 0c68335 Convert tests to configurable max_ops by Paul Elliott · 2 years, 8 months ago
  23. 4cec2f6 Add interruptible to psa_op_fail tests by Paul Elliott · 2 years, 8 months ago
  24. 9100797 Negative tests by Paul Elliott · 2 years, 8 months ago
  25. 712d512 Basic tests by Paul Elliott · 2 years, 8 months ago
  26. c5e2a4f Merge pull request #6937 from valeriosetti/issue6886 by Gilles Peskine · 2 years, 6 months ago
  27. 319a567 Merge pull request #7084 from daverodgman/sizemax-uintmax by Dave Rodgman · 2 years, 6 months ago
  28. 1b08d42 test: fix: replace CAN_ECDSA_SOME with CAN_ECDSA_SIGN+CAN_ECDSA_VERIFY when both are needed by Valerio Setti · 2 years, 6 months ago
  29. 16f02e0 test: adjust include after PK_CAN_ECDSA_SOME was moved by Valerio Setti · 2 years, 6 months ago
  30. d928aeb test_suite_ssl: use new macros for ECDSA capabilities by Valerio Setti · 2 years, 6 months ago
  31. ed02bb1 test_suite_debug: replace ECDSA_C with new ECDSA macros by Valerio Setti · 2 years, 6 months ago
  32. d3d8c85 Merge pull request #6997 from valeriosetti/issue6858 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  33. 178b5bd pk: move MBEDTLS_PK_CAN_ECDSA_SOME macro to pk.h and fix tests by Valerio Setti · 2 years, 6 months ago
  34. a119cb6 test: remove redundant ECDSA_C dependencies from test_suite_x509parse.data by Valerio Setti · 2 years, 6 months ago
  35. daa6595 Merge pull request #7046 from mpg/cleanup-md-tests by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  36. 641288b Restore test guards by Dave Rodgman · 2 years, 6 months ago
  37. 91e8321 Restore more test guards by Dave Rodgman · 2 years, 6 months ago
  38. a476363 Restore more test guards by Dave Rodgman · 2 years, 6 months ago
  39. d26d744 Restore guards on a couple of tests by Dave Rodgman · 2 years, 6 months ago
  40. 4a5c9ee Remove redundant SIZE_MAX guards by Dave Rodgman · 2 years, 6 months ago
  41. 25fd51f test: add missing include in test_suite_x509parse by Valerio Setti · 2 years, 6 months ago
  42. b8531c4 Merge pull request #6882 from AndrzejKurek/x509_san_parsing_testing-dev by Gilles Peskine · 2 years, 6 months ago
  43. a22749e Merge pull request #6816 from nick-child-ibm/pkcs7_coverage by Dave Rodgman · 2 years, 6 months ago
  44. 2189fda Use TEST_EQUAL in one more place in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  45. a9a1b21 Use ASSERT_COMPARE in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  46. 00a6c6f test: fix for using proper sign/verify macros by Valerio Setti · 2 years, 6 months ago
  47. fcc6933 test: fix disparities in x509parse and x509write suites by Valerio Setti · 2 years, 6 months ago
  48. 3dafc6c pkcs7: Drop support for signature in contentInfo of signed data by Nick Child · 2 years, 6 months ago
  49. 7dcdc13 Change SHA256_C to HAS_ALG_SHA256_VIA[..] in x509 tests by Andrzej Kurek · 2 years, 7 months ago
  50. 5d82c3b X.509: Improve negative testing for SubjectAltName parsing by Hanno Becker · 6 years ago
  51. db305ff X.509: Improve negative testing for SubjectAltName parsing by Hanno Becker · 6 years ago
  52. 4836374 test: ECDSA driver only: fixing disparities in tests by Valerio Setti · 2 years, 6 months ago
  53. cced352 Fix style in test_suite_md.function by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  54. 50886c2 pkcs7/test: Add test for parsing a disabled algorithm by Nick Child · 2 years, 6 months ago
  55. 0cfb08d Merge pull request #6922 from mprse/csr_v3 by Gilles Peskine · 2 years, 6 months ago
  56. f5e2331 Use TEST_EQUAL when applicable in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  57. b707bed Avoid unnecessary copy in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  58. 4ba98f5 Use MBEDTLS_MD_MAX_SIZE in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  59. c90514e Use MD type not string to in MD test data by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  60. bae8d2a Merge pull request #7028 from daverodgman/sizeof-brackets by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  61. d56def5 Merge pull request #6946 from valeriosetti/issue6856 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  62. 6dd757a Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
  63. 470f10c Merge pull request #6941 from gabor-mezei-arm/6375_quasi-reduction_function by Gilles Peskine · 2 years, 6 months ago
  64. a0c15d0 pkcs7/test: Add test cases for pkcs7 with 3 signers by Nick Child · 2 years, 6 months ago
  65. 951f700 pkcs7/test: Allocate hash dynamically by Nick Child · 2 years, 6 months ago
  66. c547447 pkcs7/test: Let verify take dynamic number of certs by Nick Child · 2 years, 6 months ago
  67. ec81709 pkcs7: Ensure all data in asn1 structure is accounted for by Nick Child · 2 years, 8 months ago
  68. 4983ddf test/pkcs7: Add more tests for better coverage by Nick Child · 2 years, 8 months ago
  69. b781770 test/pkcs7: Add helper function by Nick Child · 2 years, 8 months ago
  70. e8a8116 test/pkcs7: Add test for expired cert by Nick Child · 2 years, 8 months ago
  71. ff2746f test/pkcs7: Add test for wrong hash alg by Nick Child · 2 years, 8 months ago
  72. aae6125 Merge pull request #6883 from valeriosetti/issue6843 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  73. 18b9b03 test: add test for a full length serial of 0xFF by Valerio Setti · 2 years, 6 months ago
  74. a87f839 test: improve error handling in x509_set_serial_check() by Valerio Setti · 2 years, 6 months ago
  75. 169d9e6 Merge pull request #6802 from gilles-peskine-arm/test_suite_psa_crypto_metadata-20221215 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  76. 59f4a18 Fix test dependency SHA1 -> SHA256 by Przemek Stekiel · 2 years, 6 months ago
  77. af4815c x509: replace/fix name of new function for setting serial by Valerio Setti · 2 years, 6 months ago
  78. fa49a8e test: fix complementary domain testing for !MBEDTLS_ECP_C by Valerio Setti · 2 years, 6 months ago
  79. d7992df Use input files to parse CSR instead of bytes by Przemek Stekiel · 2 years, 6 months ago
  80. de7bb5b test: add failing check for secp224r1 with compressed format by Valerio Setti · 2 years, 6 months ago
  81. 7e57920 test: driver-only: fix disparities in psa_crypto_se_driver_hal by Valerio Setti · 2 years, 7 months ago
  82. 4682948 test: driver-only: fix disparities in ECP by Valerio Setti · 2 years, 7 months ago
  83. 94e21e1 Skip unsupported extensions by Przemek Stekiel · 2 years, 6 months ago
  84. 92cce3f Use extension .csr.der to indicate format by Przemek Stekiel · 2 years, 6 months ago
  85. f0e25c72 Add missing dependencies for negative tests, remove PEM dependency by Przemek Stekiel · 2 years, 6 months ago
  86. 86c90fc Rename variables to follow the naming convention by Gabor Mezei · 2 years, 6 months ago
  87. ee2aff2 Add check for test input by Gabor Mezei · 2 years, 6 months ago
  88. 1609685 Add negative test cases and use DER format for CSRs by Przemek Stekiel · 2 years, 6 months ago
  89. 3f948c9 Fix typo in test dependencies by Przemek Stekiel · 2 years, 6 months ago
  90. 685d472 Adapt expected output of existing tests by Przemek Stekiel · 2 years, 7 months ago
  91. 46a4a49 Add tests to very parsing of CSR v3 extensions by Przemek Stekiel · 2 years, 7 months ago
  92. 4455fd2 Merge pull request #6531 from AndrzejKurek/depends-py-kex-fixes by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  93. 9073f7d Remove unneeded check by Gabor Mezei · 2 years, 6 months ago
  94. e81a2b8 Change the fix_quasi_reduction function to static by Gabor Mezei · 2 years, 6 months ago
  95. aaa1d2a Move the quasi reduction fixing function to bignum_mod_raw by Gabor Mezei · 2 years, 6 months ago
  96. 3e0769b Merge pull request #6832 from daverodgman/fast-unaligned-ct by Janos Follath · 2 years, 7 months ago
  97. 58c721e Add TEST_CF_SECRET to mbedtls_ct_memcpy_if_eq test by Dave Rodgman · 2 years, 7 months ago
  98. 22b0d1a Test memcmp with differences starting after the first byte by Dave Rodgman · 2 years, 7 months ago
  99. 95ec58c Remove not-needed stdio include from tests by Dave Rodgman · 2 years, 7 months ago
  100. 39188c0 Add unit tests for mbedtls_ct_memcmp and mbedtls_ct_memcpy_if_eq by Dave Rodgman · 2 years, 8 months ago