1. ae59c52 Create configuration option to bypass the mbedtls_ssl_set_hostname check by Gilles Peskine · 6 months ago
  2. e681a4e Fix copypasta by Gilles Peskine · 8 months ago
  3. 9d99e98 Remove trailing whitespace by Harry Ramsey · 9 months ago
  4. a1abbdb Add new line to end of test case files by Harry Ramsey · 9 months ago
  5. 0cd2951 Add test cases for AES GCM input and output buffer overlap by Harry Ramsey · 9 months ago
  6. 417b8d9 Pair inits with declarations by Paul Elliott · 9 months ago
  7. 9488b8c Fix double free in case of test failure by Paul Elliott · 9 months ago
  8. 1348b6a Add missing check of return by Paul Elliott · 9 months ago
  9. 181564b Fix tests where tests were done prior to init by Paul Elliott · 9 months ago
  10. 9f7cc4c Bump version to 2.28.9 by Manuel Pégourié-Gonnard · 11 months ago
  11. 36548ee Merge pull request #9256 from gilles-peskine-arm/psa-keystore-dynamic-backport-2.28 by Gilles Peskine · 12 months ago
  12. 4c9d43f Improve documentation in some tests by Gilles Peskine · 12 months ago
  13. 3a51fdc Improve full-key-store tests by Gilles Peskine · 1 year, 2 months ago
  14. 91773db Add a test for the built-in key range by Gilles Peskine · 1 year, 2 months ago
  15. 37a4fcc Prevent mbedtls_psa_register_se_key with volatile keys by Gilles Peskine · 1 year, 2 months ago
  16. a76a6ff Adjust TLS protocol cases for 2.28 by Gilles Peskine · 1 year, 1 month ago
  17. d33c48b Add generated config tests by Gilles Peskine · 1 year, 1 month ago
  18. 14f91c9 New test suite to report configuration options by Gilles Peskine · 1 year, 2 months ago
  19. f514f25 Merge pull request #9025 from gilles-peskine-arm/psa-storage-test-cases-never-supported-2.28 by Gilles Peskine · 1 year, 2 months ago
  20. fd9e506 Missing word by Gilles Peskine · 1 year, 3 months ago
  21. f47bea8 Merge pull request #8929 from gilles-peskine-arm/test-dependencies-20240314-2.28 by Manuel Pégourié-Gonnard · 1 year, 3 months ago
  22. 9ffffab Fix edge case with half-supported ECDSA by Gilles Peskine · 1 year, 4 months ago
  23. 47398e0 Add some missing test case dependencies by Gilles Peskine · 1 year, 4 months ago
  24. b8ddf6a PSA test case generation: comment out always-skipped test cases by Gilles Peskine · 1 year, 4 months ago
  25. 995d7d4 Do run not-supported test cases on not-implemented mechanisms by Gilles Peskine · 1 year, 4 months ago
  26. 764c2d3 PSA test case generation: dependency inference class: operation fail by Gilles Peskine · 1 year, 4 months ago
  27. d3286af hack_dependencies_not_implemented: apply to positive test cases by Gilles Peskine · 1 year, 4 months ago
  28. c3b261a Sort dependencies in automatically generated PSA test cases by Gilles Peskine · 1 year, 4 months ago
  29. c6fe12a hack_dependencies_not_implemented: more verbose indication by Gilles Peskine · 1 year, 4 months ago
  30. 1186a1a Fix inconsistency in variable declaration/use by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  31. 70d8fea Finish backporting hits_export_public_key; by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  32. d3590a8 Fix failures in psa_cryto_driver_wrappers suite by Pengyu Lv · 1 year, 8 months ago
  33. 108fe17 Add missing dependency of fallback test in driver wrappers suite by Pengyu Lv · 1 year, 8 months ago
  34. 57cd7a8 Add missing definition of AT_LEAST_ONE_BUILTIN_KDF by Pengyu Lv · 1 year, 8 months ago
  35. 3ee4e64 Remove dependency on X509(_REMOVE)_INFO by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  36. 6fe0ae0 Version bump for 2.28.8 by Minos Galanakis · 1 year, 5 months ago
  37. 14b5459 Fix misspelled dependency: there is no MBEDTLS_PEM_C by Gilles Peskine · 1 year, 5 months ago
  38. eb7e2f5 Fix never-executed key agreement test cases by Gilles Peskine · 1 year, 5 months ago
  39. 9908b52 Remove misspelled unnecessary dependency by Gilles Peskine · 1 year, 5 months ago
  40. f06494d Merge branch 'mbedtls-2.28' into buffer-sharing-merge-2.28 by David Horstmann · 1 year, 5 months ago
  41. 7c89d1f Merge branch 'mbedtls-2.28-restricted' into backport_key_agreement_buffer_protection by tom-daubney-arm · 1 year, 5 months ago
  42. 9d0fe6e Fix issue with large allocation in tests by Thomas Daubney · 1 year, 5 months ago
  43. 7f4b7dd Remove write check in driver wrappers tests by Gabor Mezei · 1 year, 6 months ago
  44. e65e98a mbedtls_ecp_write_key: document and test smaller output buffer by Gilles Peskine · 1 year, 6 months ago
  45. 75bb596 mbedtls_ecp_write_key: document and test larger output buffer by Gilles Peskine · 1 year, 6 months ago
  46. 36e6bd6 Merge pull request #8811 from gilles-peskine-arm/pk_import_into_psa-backports-2.28 by Gilles Peskine · 1 year, 6 months ago
  47. 0196f48 Fix mbedtls_pk_get_bitlen() for RSA with non-byte-aligned sizes by Gilles Peskine · 1 year, 6 months ago
  48. c89f9ce Don't define pk_sign_verify in configurations where it's unused by Gilles Peskine · 1 year, 6 months ago
  49. 7274590 Update buffer start and length in multipart test by David Horstmann · 1 year, 6 months ago
  50. 448bc01 Add testcase to fail multipart cipher tests by David Horstmann · 1 year, 6 months ago
  51. bfa27e3 Fix kdf incorrect initial capacity by Kusumit Ghoderao · 1 year, 6 months ago
  52. 9d52c71 Merge remote-tracking branch 'restricted/mbedtls-2.28' into mbedtls-2.28-restricted by Dave Rodgman · 1 year, 6 months ago
  53. 2866a6b Merge remote-tracking branch 'restricted/mbedtls-2.28' into mbedtls-2.28.7rc by Dave Rodgman · 1 year, 7 months ago
  54. f154831 bump version by Dave Rodgman · 1 year, 7 months ago
  55. d78496c Add tests for Issue #8687 by Jonathan Winzig · 1 year, 7 months ago
  56. 61f4fc2 Add tests for Issue #8687 by Jonathan Winzig · 1 year, 7 months ago
  57. fafc6cd Update generated test data files by Gilles Peskine · 1 year, 7 months ago
  58. 0fd07d5 Mark test function with MBEDTLS_MAYBE_UNUSED by Dave Rodgman · 1 year, 7 months ago
  59. 9c97fda Move wrapper include to psa_crypto_helpers.h by David Horstmann · 1 year, 8 months ago
  60. f24151a Remove write check in driver wrappers tests by David Horstmann · 1 year, 8 months ago
  61. 96f4d4c Create memory poisoning wrapper for cipher encrypt by David Horstmann · 1 year, 8 months ago
  62. 96a18f2 Add explicit UNPOISON calls to memory tests by David Horstmann · 1 year, 8 months ago
  63. e369fcb Disable check_mbedtls_calloc overallocation under ASan by David Horstmann · 1 year, 8 months ago
  64. ec4c47f Move MPI initialization to start of function by David Horstmann · 1 year, 8 months ago
  65. 721a644 Basic functional test for memory poisoning by Gilles Peskine · 1 year, 9 months ago
  66. 242e4ef Merge remote-tracking branch 'mbedtls-2.28' into mbedtls-2.28-restricted by Gilles Peskine · 1 year, 8 months ago
  67. 806c27c Merge pull request #1126 from davidhorstmann-arm/psa-buffer-copy-fn-2.28 by Dave Rodgman · 1 year, 8 months ago
  68. 1a76ab1 Rename "output_copy" -> "local_output" by David Horstmann · 1 year, 9 months ago
  69. 81a0d57 Rename "input_copy" -> "local_input" by David Horstmann · 1 year, 9 months ago
  70. 48ffb93 De-abbreviate "len" -> "length" by David Horstmann · 1 year, 9 months ago
  71. 232ab25 Change psa_crypto_copy_output error code by David Horstmann · 1 year, 9 months ago
  72. 34c434a Add initializers for input / output copies by David Horstmann · 1 year, 9 months ago
  73. 37e3fc6 Remove unnecessary checks for NULL-ness of copies by David Horstmann · 1 year, 9 months ago
  74. d79d5e7 Check for len == 0 rather than buffer == NULL by David Horstmann · 1 year, 9 months ago
  75. 2d730c0 Compare buffers even for zero-length cases by David Horstmann · 1 year, 9 months ago
  76. 0ee4d18 Use TEST_CALLOC_NONNULL by David Horstmann · 1 year, 9 months ago
  77. e8a9222 Change data pattern to simpler one by David Horstmann · 1 year, 9 months ago
  78. df49355 Make copy functions static-testable by David Horstmann · 1 year, 9 months ago
  79. ba65bd7 Add output round-trip testcase by David Horstmann · 1 year, 9 months ago
  80. aca210d Add input round-trip testcase by David Horstmann · 1 year, 9 months ago
  81. 3bc1316 Add testcase for psa_crypto_output_copy_free() by David Horstmann · 1 year, 9 months ago
  82. 1acf7af Add testcase for psa_crypto_output_copy_alloc() by David Horstmann · 1 year, 9 months ago
  83. 6790a6d Add testcase for psa_crypto_input_copy_free() by David Horstmann · 1 year, 9 months ago
  84. 89299c4 Add testcase for psa_crypto_input_copy_alloc() by David Horstmann · 1 year, 9 months ago
  85. cbdec9e Remove psa_crypto_alloc_and_copy() API by David Horstmann · 1 year, 9 months ago
  86. 93e08c6 Move buffer copy tests into new testsuite by David Horstmann · 1 year, 9 months ago
  87. 8684ad5 Switch error code to more appropriate value by David Horstmann · 1 year, 9 months ago
  88. 89b4caa Switch to TEST_CALLOC_NONNULL() by David Horstmann · 1 year, 9 months ago
  89. 113f2d4 Switch from ret to status as naming convention by David Horstmann · 1 year, 9 months ago
  90. 7a31ac0 Switch from int to psa_status_t for test args by David Horstmann · 1 year, 9 months ago
  91. 818b39d Remove psa_crypto_ prefix from test functions by David Horstmann · 1 year, 9 months ago
  92. 34342a2 Remove superfluous comment by David Horstmann · 1 year, 9 months ago
  93. f38eb76 Replace compound-initializers with memset by David Horstmann · 1 year, 9 months ago
  94. 121994f Refactor: move buffer pattern fills into helper by David Horstmann · 1 year, 9 months ago
  95. 5e0b4f8 Add full round-trip tests for buffer copying by David Horstmann · 1 year, 9 months ago
  96. 406d28b Add test case for overlapping buffers by David Horstmann · 1 year, 9 months ago
  97. 7131b8e Reject zero-lengths in psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
  98. 0368d20 Reject NULL original_output with non-NULL output by David Horstmann · 1 year, 9 months ago
  99. 9ecd53d Add testcases for psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
  100. 0e38180 Simplify zero-length buffers to always be NULL by David Horstmann · 1 year, 9 months ago