1. 3f9dbac Adapt ake driver tests to the new design by Przemek Stekiel · 2 years, 8 months ago
  2. 95629ab Add forced status for pake setup by Przemek Stekiel · 2 years, 8 months ago
  3. c6b9546 Adapt test_suite_psa_crypto_pake test for the new design by Przemek Stekiel · 2 years, 8 months ago
  4. 51eac53 Divide pake operation into two phases collecting inputs and computation. by Przemek Stekiel · 2 years, 8 months ago
  5. 0c78180 mbedtls_psa_pake_get_implicit_key: move psa_key_derivation_input_bytes call to upper layer by Przemek Stekiel · 2 years, 8 months ago
  6. 7658a07 Add pake driver wrapper tests by Przemek Stekiel · 2 years, 9 months ago
  7. 061a016 Add ALG_TLS12_PRF, TLS12_PSK_TO_MS, LG_TLS12_ECJPAKE_TO_PMS support to test driver extensions by Przemek Stekiel · 2 years, 9 months ago
  8. 6a9785f Add pake.h to test driver header by Przemek Stekiel · 2 years, 9 months ago
  9. 0379002 Add test components to test accelerated pake and fallback by Przemek Stekiel · 2 years, 9 months ago
  10. d3da040 Add test driver impl for pake by Przemek Stekiel · 2 years, 9 months ago
  11. ffb92b0 Merge pull request #7105 from davidhorstmann-arm/fix-oid-printing-bug by Gilles Peskine · 2 years, 6 months ago
  12. 48c591c Fix warning with GCC 12 by Paul Elliott · 2 years, 6 months ago
  13. 250a5ac Merge pull request #7095 from paul-elliott-arm/interruptible_sign_hash_codestyle by Gilles Peskine · 2 years, 6 months ago
  14. e42cedf Merge pull request #7077 from daverodgman/pkcs7-fixes-dm-rebased by Dave Rodgman · 2 years, 6 months ago
  15. a4fad2b Correct error code in test_suite_x509parse.data by David Horstmann · 2 years, 6 months ago
  16. 716163e Improve allocation bounds in testing by Dave Rodgman · 2 years, 6 months ago
  17. 5b5a0b6 Change error codes to more appropriate codes by David Horstmann · 2 years, 6 months ago
  18. ec718af Merge pull request #7051 from gabor-mezei-arm/6376_Secp521r1_fast_reduction by Janos Follath · 2 years, 6 months ago
  19. 718eb4f Merge pull request #7025 from AndrzejKurek/uri_san by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  20. f8e5b56 Fix get_num_ops internal code. by Paul Elliott · 2 years, 6 months ago
  21. d652dce Add failing test case (invalid signature) for zero-length data by Dave Rodgman · 2 years, 6 months ago
  22. c5874db Add test-case for signature over zero-length data by Dave Rodgman · 2 years, 6 months ago
  23. 0af1b53 Remove some abbrevations from test descriptions. by Paul Elliott · 2 years, 6 months ago
  24. 96b89b2 Add comment to indicate non-PSA spec assertion. by Paul Elliott · 2 years, 6 months ago
  25. f1743e2 Add verify call to max ops tests by Paul Elliott · 2 years, 6 months ago
  26. c86d45e Remove spurious incorrect comment by Paul Elliott · 2 years, 6 months ago
  27. efebad0 Run extra complete in failure tests regardless. by Paul Elliott · 2 years, 6 months ago
  28. 01885fa Fix include guards on auxiliary test function. by Paul Elliott · 2 years, 6 months ago
  29. a4cb909 Add max ops tests by Paul Elliott · 2 years, 6 months ago
  30. 76d671a Split state tests into two functions by Paul Elliott · 2 years, 6 months ago
  31. b830b35 Shorten test descriptions. by Paul Elliott · 2 years, 6 months ago
  32. 1243f93 Fix build fails with non ECDSA / restartable builds by Paul Elliott · 2 years, 6 months ago
  33. 6f60037 Move {min|max}_complete choice logic into function by Paul Elliott · 2 years, 6 months ago
  34. c977441 Ensure that operation is put into error state if error occurs by Paul Elliott · 2 years, 6 months ago
  35. f9c91a7 Store the hash, rather than the pointer by Paul Elliott · 2 years, 6 months ago
  36. 0e9d6bd Replace MBEDTLS_ECP_DP_SECP384R1_ENABLED by Paul Elliott · 2 years, 6 months ago
  37. 813f9cd Non ECDSA algorithms should return not supported by Paul Elliott · 2 years, 6 months ago
  38. ab7c5c8 Change incorrect define for MAX_OPS_UNLIMITED by Paul Elliott · 2 years, 6 months ago
  39. cb23311 Fix incorrect test dependencies part 2 by Paul Elliott · 2 years, 6 months ago
  40. c4e2be8 Fix incorrect test dependancies by Paul Elliott · 2 years, 6 months ago
  41. 62dfb95 Fix broken negative test by Paul Elliott · 2 years, 6 months ago
  42. 97ac7d9 Calculate min/max completes rather than passing in to test by Paul Elliott · 2 years, 6 months ago
  43. 334d726 Ensure ops are tested on successful 'fail' tests by Paul Elliott · 2 years, 7 months ago
  44. edfc883 Change test loops over to do...while by Paul Elliott · 2 years, 7 months ago
  45. 59ad945 Add {sign/verify}_hash_abort_internal by Paul Elliott · 2 years, 8 months ago
  46. 20a3606 Add State tests by Paul Elliott · 2 years, 8 months ago
  47. 0c68335 Convert tests to configurable max_ops by Paul Elliott · 2 years, 8 months ago
  48. 4cec2f6 Add interruptible to psa_op_fail tests by Paul Elliott · 2 years, 8 months ago
  49. 9100797 Negative tests by Paul Elliott · 2 years, 8 months ago
  50. 712d512 Basic tests by Paul Elliott · 2 years, 8 months ago
  51. 555b1f7 Add check for test by Gabor Mezei · 2 years, 6 months ago
  52. cf22870 Restrict input parameter size for ecp_mod_p521_raw by Gabor Mezei · 2 years, 6 months ago
  53. b62ad5d Rename function to follow naming convention by Gabor Mezei · 2 years, 6 months ago
  54. d8f67b9 Add test generation for ecp_mod_p521_raw by Gabor Mezei · 2 years, 6 months ago
  55. e2a9f86 Merge pull request #6971 from gabor-mezei-arm/6026_Secp192r1_fast_reduction by Gilles Peskine · 2 years, 6 months ago
  56. 895eb7c Add testcases for overlong encoding of OIDs by David Horstmann · 2 years, 6 months ago
  57. f01de14 Add tests for mbedtls_oid_get_numeric_string() by David Horstmann · 2 years, 6 months ago
  58. c5e2a4f Merge pull request #6937 from valeriosetti/issue6886 by Gilles Peskine · 2 years, 6 months ago
  59. 570a0f8 Move to DER certificates for new x509 tests by Andrzej Kurek · 2 years, 6 months ago
  60. 319a567 Merge pull request #7084 from daverodgman/sizemax-uintmax by Dave Rodgman · 2 years, 6 months ago
  61. 4077372 Fix SHA requirement for SAN URI tests by Andrzej Kurek · 2 years, 7 months ago
  62. 7a05fab Added the uniformResourceIdentifier subtype for the subjectAltName. by Andrzej Kurek · 2 years, 6 months ago
  63. 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
  64. 16f02e0 test: adjust include after PK_CAN_ECDSA_SOME was moved by Valerio Setti · 2 years, 6 months ago
  65. d928aeb test_suite_ssl: use new macros for ECDSA capabilities by Valerio Setti · 2 years, 6 months ago
  66. ed02bb1 test_suite_debug: replace ECDSA_C with new ECDSA macros by Valerio Setti · 2 years, 6 months ago
  67. 5dc6867 test: don't skip debug and ssl suites in test parity for driver only ECDSA by Valerio Setti · 2 years, 6 months ago
  68. d3d8c85 Merge pull request #6997 from valeriosetti/issue6858 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  69. 23d4b8b Add check for test by Gabor Mezei · 2 years, 6 months ago
  70. a9d82dd Keep the description in one place, just refer it by Gabor Mezei · 2 years, 6 months ago
  71. 178b5bd pk: move MBEDTLS_PK_CAN_ECDSA_SOME macro to pk.h and fix tests by Valerio Setti · 2 years, 6 months ago
  72. a119cb6 test: remove redundant ECDSA_C dependencies from test_suite_x509parse.data by Valerio Setti · 2 years, 6 months ago
  73. daa6595 Merge pull request #7046 from mpg/cleanup-md-tests by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  74. 1e4abae Merge pull request #7048 from KloolK/record-size-limit/extend-test-framework by Janos Follath · 2 years, 6 months ago
  75. 641288b Restore test guards by Dave Rodgman · 2 years, 6 months ago
  76. 91e8321 Restore more test guards by Dave Rodgman · 2 years, 6 months ago
  77. a476363 Restore more test guards by Dave Rodgman · 2 years, 6 months ago
  78. d26d744 Restore guards on a couple of tests by Dave Rodgman · 2 years, 6 months ago
  79. 4a5c9ee Remove redundant SIZE_MAX guards by Dave Rodgman · 2 years, 6 months ago
  80. 25fd51f test: add missing include in test_suite_x509parse by Valerio Setti · 2 years, 6 months ago
  81. 3196ceb Merge pull request #7052 from yanrayw/7008-compatsh-disable-VERIFY-for-PSK by Gilles Peskine · 2 years, 6 months ago
  82. b009559 Merge pull request #7049 from KloolK/typos by Gilles Peskine · 2 years, 6 months ago
  83. b8531c4 Merge pull request #6882 from AndrzejKurek/x509_san_parsing_testing-dev by Gilles Peskine · 2 years, 6 months ago
  84. a22749e Merge pull request #6816 from nick-child-ibm/pkcs7_coverage by Dave Rodgman · 2 years, 6 months ago
  85. 834e65d Merge pull request #6499 from xkqian/tls13_write_end_of_early_data by Ronald Cron · 2 years, 6 months ago
  86. 2189fda Use TEST_EQUAL in one more place in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  87. a9a1b21 Use ASSERT_COMPARE in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  88. 4f70b3c Fix pylint warning by Dave Rodgman · 2 years, 6 months ago
  89. c7c94df pkcs7/test: Format generate test script by Nick Child · 2 years, 6 months ago
  90. 00a6c6f test: fix for using proper sign/verify macros by Valerio Setti · 2 years, 6 months ago
  91. 40df835 all.sh: fix comment for test_psa_crypto_config_accel_ecdsa_use_psa by Valerio Setti · 2 years, 6 months ago
  92. fcc6933 test: fix disparities in x509parse and x509write suites by Valerio Setti · 2 years, 6 months ago
  93. b9dc251 test: add SHA1 to the supported algs in accelerated ECDSA by Valerio Setti · 2 years, 6 months ago
  94. c8801b7 test: x509: remove disparities in driver only testing for ECDSA by Valerio Setti · 2 years, 6 months ago
  95. 9cb1aa2 Merge pull request #6970 from valeriosetti/issue6857 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  96. 0de0d86 Rebase code to restore reco-delay and fix some style issues by Xiaokang Qian · 2 years, 6 months ago
  97. 3038297 compat.sh: simplify code of iterating on VERIFY for PSK tests by Yanray Wang · 2 years, 6 months ago
  98. 57a138d Update message log for end of early data test cases by Xiaokang Qian · 2 years, 8 months ago
  99. 7ed30e5 Fix the issue that gnutls server doesn't support packet by Xiaokang Qian · 2 years, 8 months ago
  100. 94dd1dd Update test case to indicate parsing of end of early data by Xiaokang Qian · 2 years, 8 months ago