1. bdc21e6 Disable MBEDTLS_PSA_CRYPTO_SE_C is ecdsa psa builds by Przemek Stekiel · 2 years, 5 months ago
  2. d59d2a4 Optimize pake tests by Przemek Stekiel · 2 years, 6 months ago
  3. 51a677b Remove support for pake opaque driver by Przemek Stekiel · 2 years, 6 months ago
  4. 80a8849 Adapt conditional compilation flags for jpake alg by Przemek Stekiel · 2 years, 6 months ago
  5. 6b64862 Documentation fixes and code adaptation by Przemek Stekiel · 2 years, 6 months ago
  6. 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 6 months ago
  7. b45b8ce Disable MBEDTLS_PSA_CRYPTO_SE_C is hash psa builds by Przemek Stekiel · 2 years, 6 months ago
  8. 3e784d8 PSA crypto pake: call abort on each failure by Przemek Stekiel · 2 years, 6 months ago
  9. a48cf50 mbedtls_test_transparent_pake_abort: call driver/build-in impl even when status is forced by Przemek Stekiel · 2 years, 6 months ago
  10. f62b3bb Optimization of pake core functions by Przemek Stekiel · 2 years, 6 months ago
  11. 9dd2440 Change pake input: key_lifetime -> key attributes by Przemek Stekiel · 2 years, 6 months ago
  12. dde6a91 Optimize out psa_pake_computation_stage_t by Przemek Stekiel · 2 years, 6 months ago
  13. ca8d2b2 Add get-data functions for inputs + tests by Przemek Stekiel · 2 years, 7 months ago
  14. 7b73017 Simplify psa_pake_computation_stage_s structure by Przemek Stekiel · 2 years, 7 months ago
  15. b09c487 Combine core pake computation stage(step,sequence,state) into single driver step by Przemek Stekiel · 2 years, 7 months ago
  16. 9a5b812 Cleanup the code by Przemek Stekiel · 2 years, 8 months ago
  17. fcd70e2 Adapt pake driver wrapper tests for the new design by Przemek Stekiel · 2 years, 8 months ago
  18. e12ed36 Move JPAKE state machine logic from driver to core by Przemek Stekiel · 2 years, 8 months ago
  19. 3f9dbac Adapt ake driver tests to the new design by Przemek Stekiel · 2 years, 8 months ago
  20. 95629ab Add forced status for pake setup by Przemek Stekiel · 2 years, 8 months ago
  21. c6b9546 Adapt test_suite_psa_crypto_pake test for the new design by Przemek Stekiel · 2 years, 8 months ago
  22. 51eac53 Divide pake operation into two phases collecting inputs and computation. by Przemek Stekiel · 2 years, 8 months ago
  23. 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
  24. 7658a07 Add pake driver wrapper tests by Przemek Stekiel · 2 years, 9 months ago
  25. 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
  26. 6a9785f Add pake.h to test driver header by Przemek Stekiel · 2 years, 9 months ago
  27. 0379002 Add test components to test accelerated pake and fallback by Przemek Stekiel · 2 years, 9 months ago
  28. d3da040 Add test driver impl for pake by Przemek Stekiel · 2 years, 9 months ago
  29. ffb92b0 Merge pull request #7105 from davidhorstmann-arm/fix-oid-printing-bug by Gilles Peskine · 2 years, 6 months ago
  30. 48c591c Fix warning with GCC 12 by Paul Elliott · 2 years, 6 months ago
  31. 250a5ac Merge pull request #7095 from paul-elliott-arm/interruptible_sign_hash_codestyle by Gilles Peskine · 2 years, 6 months ago
  32. e42cedf Merge pull request #7077 from daverodgman/pkcs7-fixes-dm-rebased by Dave Rodgman · 2 years, 6 months ago
  33. a4fad2b Correct error code in test_suite_x509parse.data by David Horstmann · 2 years, 6 months ago
  34. 716163e Improve allocation bounds in testing by Dave Rodgman · 2 years, 6 months ago
  35. 5b5a0b6 Change error codes to more appropriate codes by David Horstmann · 2 years, 6 months ago
  36. ec718af Merge pull request #7051 from gabor-mezei-arm/6376_Secp521r1_fast_reduction by Janos Follath · 2 years, 6 months ago
  37. 718eb4f Merge pull request #7025 from AndrzejKurek/uri_san by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  38. f8e5b56 Fix get_num_ops internal code. by Paul Elliott · 2 years, 6 months ago
  39. d652dce Add failing test case (invalid signature) for zero-length data by Dave Rodgman · 2 years, 6 months ago
  40. c5874db Add test-case for signature over zero-length data by Dave Rodgman · 2 years, 6 months ago
  41. 0af1b53 Remove some abbrevations from test descriptions. by Paul Elliott · 2 years, 6 months ago
  42. 96b89b2 Add comment to indicate non-PSA spec assertion. by Paul Elliott · 2 years, 6 months ago
  43. f1743e2 Add verify call to max ops tests by Paul Elliott · 2 years, 6 months ago
  44. c86d45e Remove spurious incorrect comment by Paul Elliott · 2 years, 6 months ago
  45. efebad0 Run extra complete in failure tests regardless. by Paul Elliott · 2 years, 6 months ago
  46. 01885fa Fix include guards on auxiliary test function. by Paul Elliott · 2 years, 6 months ago
  47. a4cb909 Add max ops tests by Paul Elliott · 2 years, 6 months ago
  48. 76d671a Split state tests into two functions by Paul Elliott · 2 years, 6 months ago
  49. b830b35 Shorten test descriptions. by Paul Elliott · 2 years, 6 months ago
  50. 1243f93 Fix build fails with non ECDSA / restartable builds by Paul Elliott · 2 years, 6 months ago
  51. 6f60037 Move {min|max}_complete choice logic into function by Paul Elliott · 2 years, 6 months ago
  52. c977441 Ensure that operation is put into error state if error occurs by Paul Elliott · 2 years, 6 months ago
  53. f9c91a7 Store the hash, rather than the pointer by Paul Elliott · 2 years, 6 months ago
  54. 0e9d6bd Replace MBEDTLS_ECP_DP_SECP384R1_ENABLED by Paul Elliott · 2 years, 6 months ago
  55. 813f9cd Non ECDSA algorithms should return not supported by Paul Elliott · 2 years, 6 months ago
  56. ab7c5c8 Change incorrect define for MAX_OPS_UNLIMITED by Paul Elliott · 2 years, 6 months ago
  57. cb23311 Fix incorrect test dependencies part 2 by Paul Elliott · 2 years, 6 months ago
  58. c4e2be8 Fix incorrect test dependancies by Paul Elliott · 2 years, 6 months ago
  59. 62dfb95 Fix broken negative test by Paul Elliott · 2 years, 6 months ago
  60. 97ac7d9 Calculate min/max completes rather than passing in to test by Paul Elliott · 2 years, 7 months ago
  61. 334d726 Ensure ops are tested on successful 'fail' tests by Paul Elliott · 2 years, 7 months ago
  62. edfc883 Change test loops over to do...while by Paul Elliott · 2 years, 7 months ago
  63. 59ad945 Add {sign/verify}_hash_abort_internal by Paul Elliott · 2 years, 8 months ago
  64. 20a3606 Add State tests by Paul Elliott · 2 years, 8 months ago
  65. 0c68335 Convert tests to configurable max_ops by Paul Elliott · 2 years, 8 months ago
  66. 4cec2f6 Add interruptible to psa_op_fail tests by Paul Elliott · 2 years, 8 months ago
  67. 9100797 Negative tests by Paul Elliott · 2 years, 8 months ago
  68. 712d512 Basic tests by Paul Elliott · 2 years, 8 months ago
  69. 555b1f7 Add check for test by Gabor Mezei · 2 years, 6 months ago
  70. cf22870 Restrict input parameter size for ecp_mod_p521_raw by Gabor Mezei · 2 years, 6 months ago
  71. b62ad5d Rename function to follow naming convention by Gabor Mezei · 2 years, 6 months ago
  72. d8f67b9 Add test generation for ecp_mod_p521_raw by Gabor Mezei · 2 years, 6 months ago
  73. e2a9f86 Merge pull request #6971 from gabor-mezei-arm/6026_Secp192r1_fast_reduction by Gilles Peskine · 2 years, 6 months ago
  74. 895eb7c Add testcases for overlong encoding of OIDs by David Horstmann · 2 years, 6 months ago
  75. f01de14 Add tests for mbedtls_oid_get_numeric_string() by David Horstmann · 2 years, 6 months ago
  76. c5e2a4f Merge pull request #6937 from valeriosetti/issue6886 by Gilles Peskine · 2 years, 6 months ago
  77. 570a0f8 Move to DER certificates for new x509 tests by Andrzej Kurek · 2 years, 6 months ago
  78. 319a567 Merge pull request #7084 from daverodgman/sizemax-uintmax by Dave Rodgman · 2 years, 6 months ago
  79. 4077372 Fix SHA requirement for SAN URI tests by Andrzej Kurek · 2 years, 7 months ago
  80. 7a05fab Added the uniformResourceIdentifier subtype for the subjectAltName. by Andrzej Kurek · 2 years, 6 months ago
  81. 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
  82. 16f02e0 test: adjust include after PK_CAN_ECDSA_SOME was moved by Valerio Setti · 2 years, 6 months ago
  83. d928aeb test_suite_ssl: use new macros for ECDSA capabilities by Valerio Setti · 2 years, 6 months ago
  84. ed02bb1 test_suite_debug: replace ECDSA_C with new ECDSA macros by Valerio Setti · 2 years, 6 months ago
  85. 5dc6867 test: don't skip debug and ssl suites in test parity for driver only ECDSA by Valerio Setti · 2 years, 6 months ago
  86. d3d8c85 Merge pull request #6997 from valeriosetti/issue6858 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  87. 23d4b8b Add check for test by Gabor Mezei · 2 years, 6 months ago
  88. a9d82dd Keep the description in one place, just refer it by Gabor Mezei · 2 years, 6 months ago
  89. 178b5bd pk: move MBEDTLS_PK_CAN_ECDSA_SOME macro to pk.h and fix tests by Valerio Setti · 2 years, 6 months ago
  90. a119cb6 test: remove redundant ECDSA_C dependencies from test_suite_x509parse.data by Valerio Setti · 2 years, 6 months ago
  91. daa6595 Merge pull request #7046 from mpg/cleanup-md-tests by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  92. 1e4abae Merge pull request #7048 from KloolK/record-size-limit/extend-test-framework by Janos Follath · 2 years, 6 months ago
  93. 641288b Restore test guards by Dave Rodgman · 2 years, 6 months ago
  94. 91e8321 Restore more test guards by Dave Rodgman · 2 years, 6 months ago
  95. a476363 Restore more test guards by Dave Rodgman · 2 years, 6 months ago
  96. d26d744 Restore guards on a couple of tests by Dave Rodgman · 2 years, 6 months ago
  97. 4a5c9ee Remove redundant SIZE_MAX guards by Dave Rodgman · 2 years, 6 months ago
  98. 25fd51f test: add missing include in test_suite_x509parse by Valerio Setti · 2 years, 6 months ago
  99. 3196ceb Merge pull request #7052 from yanrayw/7008-compatsh-disable-VERIFY-for-PSK by Gilles Peskine · 2 years, 6 months ago
  100. b009559 Merge pull request #7049 from KloolK/typos by Gilles Peskine · 2 years, 6 months ago