1. f06494d Merge branch 'mbedtls-2.28' into buffer-sharing-merge-2.28 by David Horstmann · 1 year, 5 months ago
  2. 7274590 Update buffer start and length in multipart test by David Horstmann · 1 year, 6 months ago
  3. bfa27e3 Fix kdf incorrect initial capacity by Kusumit Ghoderao · 1 year, 6 months ago
  4. 93e08c6 Move buffer copy tests into new testsuite by David Horstmann · 1 year, 9 months ago
  5. 89b4caa Switch to TEST_CALLOC_NONNULL() by David Horstmann · 1 year, 9 months ago
  6. 113f2d4 Switch from ret to status as naming convention by David Horstmann · 1 year, 9 months ago
  7. 7a31ac0 Switch from int to psa_status_t for test args by David Horstmann · 1 year, 9 months ago
  8. 818b39d Remove psa_crypto_ prefix from test functions by David Horstmann · 1 year, 9 months ago
  9. 34342a2 Remove superfluous comment by David Horstmann · 1 year, 9 months ago
  10. f38eb76 Replace compound-initializers with memset by David Horstmann · 1 year, 9 months ago
  11. 121994f Refactor: move buffer pattern fills into helper by David Horstmann · 1 year, 9 months ago
  12. 5e0b4f8 Add full round-trip tests for buffer copying by David Horstmann · 1 year, 9 months ago
  13. 406d28b Add test case for overlapping buffers by David Horstmann · 1 year, 9 months ago
  14. 9ecd53d Add testcases for psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago
  15. 0e38180 Simplify zero-length buffers to always be NULL by David Horstmann · 1 year, 9 months ago
  16. ea08ab7 Zero-length test for psa_crypto_alloc_and_copy() by David Horstmann · 1 year, 9 months ago
  17. 41966d7 Add extra testcases for buffer copying by David Horstmann · 1 year, 9 months ago
  18. 0684069 Add testcases for psa_crypto_alloc_and_copy() by David Horstmann · 1 year, 9 months ago
  19. 438cd48 Add testcases for psa_crypto_copy_output() by David Horstmann · 1 year, 9 months ago
  20. b0a01b1 Add testcases for psa_crypto_copy_input() by David Horstmann · 1 year, 9 months ago
  21. a240fe3 Fix code style by Tom Cosgrove · 1 year, 11 months ago
  22. ba3b14d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 1 year, 11 months ago
  23. 30ceb23 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 1 year, 11 months ago
  24. 20e27de For tests, rename ASSERT_ALLOC_WEAK() to TEST_CALLOC_OR_SKIP() by Tom Cosgrove · 1 year, 11 months ago
  25. 1357502 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 1 year, 11 months ago
  26. f88ee8b For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 1 year, 11 months ago
  27. 27e2989 Back port TEST_FAIL by Agathiyan Bragadeesh · 2 years, 1 month ago
  28. 6ed1436 Feedback from Arm: guarantee that output_length <= output_size even on error, to reduce the risk that a missing error check by Stephan Koch · 2 years, 5 months ago
  29. 8a23f49 asymmetric_encrypt: check output length only if return code is PSA_SUCCESS. by oberon-sk · 2 years, 6 months ago
  30. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  31. 6d08dba Fix test function derive_key_exercise() by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  32. d3ad55e Allow comments in prototypes of unit test functions by Gilles Peskine · 2 years, 9 months ago
  33. 01bf631 Fix NULL+0 undefined behavior in ECB encryption and decryption by Gilles Peskine · 2 years, 8 months ago
  34. 47cfdfd Use TEST_LE_U in some places where it applies by Gilles Peskine · 3 years, 4 months ago
  35. d0d777e Separate the validation of the size macros and of the function by Gilles Peskine · 3 years, 4 months ago
  36. d48874f Improve PSA_RAW_KEY_AGREEMENT_OUTPUT_SIZE validation by Gilles Peskine · 3 years, 4 months ago
  37. 7d15029 Test psa_raw_key_agreement with a larger/smaller buffer by Gilles Peskine · 3 years, 4 months ago
  38. 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  39. 4da5a85 cipher_alg_without_iv: also test multipart operations by Gilles Peskine · 3 years, 4 months ago
  40. 69d9817 cipher_alg_without_iv: generalized to also do decryption by Gilles Peskine · 3 years, 4 months ago
  41. 5f50420 cipher_encrypt_alg_without_iv: validate size macros independently by Gilles Peskine · 3 years, 4 months ago
  42. e001596 Add missing MBEDTLS_ASN1_WRITE_C dependency in test_suite_psa_crypto by Andrzej Kurek · 3 years, 7 months ago
  43. 33c6968 test: psa cipher: Add unexpected IV setting/generation negative tests by Ronald Cron · 4 years, 1 month ago
  44. dc4e4b7 Fix derive_input test ignoring parameter by Dave Rodgman · 3 years, 9 months ago
  45. 8cb22c8 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
  46. e6e02b6 Extend mac_key_policy test. by Mateusz Starzyk · 4 years ago
  47. 25e65db Use separate expected results for MAC sign and verify key policy. by Mateusz Starzyk · 4 years ago
  48. 18f662b Fix mac_key_policy test function by Mateusz Starzyk · 4 years ago
  49. ed33ef1 Add non regression test for cipher output size by Paul Elliott · 4 years, 1 month ago
  50. ba940cc Merge pull request #4182 from gabor-mezei-arm/3258_implement_one-shot_MAC_and_cipher by Dave Rodgman · 4 years, 1 month ago
  51. af9b484 Merge pull request #4605 from gabor-mezei-arm/3267_sign_verify_key_policies by Dave Rodgman · 4 years, 1 month ago
  52. 659af9e Remove unneeded test case parameter by gabor-mezei-arm · 4 years, 1 month ago
  53. 79df41d Remove unneeded test case parameter by gabor-mezei-arm · 4 years, 1 month ago
  54. 58e510f Simplify test function by gabor-mezei-arm · 4 years, 1 month ago
  55. ff03fd6 Rename function to conform to the library by gabor-mezei-arm · 4 years, 1 month ago
  56. 9ac4847 Unify multipart cipher operation tester functions by gabor-mezei-arm · 4 years, 1 month ago
  57. 43611b0 Rename test functions by gabor-mezei-arm · 4 years, 1 month ago
  58. 7aa1efd Remove duplicated tests by gabor-mezei-arm · 4 years, 1 month ago
  59. 54f7351 Improve psa_hash_update negative test by Dave Rodgman · 4 years, 1 month ago
  60. d086e6e Add tests for one-shot hash cipher functions by gabor-mezei-arm · 4 years, 5 months ago
  61. ff8d52b Add negative tests for psa_abort in hash functions by Dave Rodgman · 4 years, 1 month ago
  62. 3e5f6cd Add test for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
  63. 4d9009e Update tests for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
  64. 34b147d Add negative tests for psa_abort in cipher and mac functions by Dave Rodgman · 4 years, 1 month ago
  65. 33b58ee Fix error in psa_crypto test suite by Dave Rodgman · 4 years, 1 month ago
  66. a93e423 Add test for one-shot MAC functions by gabor-mezei-arm · 4 years, 5 months ago
  67. f627931 Add bad-workflow key derivation tests by Gilles Peskine · 4 years, 2 months ago
  68. 0faba4e More explicit names for some bad-workflow key derivation tests by Gilles Peskine · 4 years, 2 months ago
  69. abd7258 Add tests for psa_sign_message and psa_verify_message by gabor-mezei-arm · 4 years, 4 months ago
  70. dc76df4 Rename test funtions and test cases by gabor-mezei-arm · 4 years, 4 months ago
  71. ec174e2 Update all uses of old AEAD output size macros by Bence Szépkúti · 4 years, 5 months ago
  72. 889828d Merge pull request #4279 from ronald-cron-arm/fix-invalid-id-error-code by Gilles Peskine · 4 years, 4 months ago
  73. 88a5546 tests: psa: Add negative tests for psa_copy_key() by Ronald Cron · 4 years, 4 months ago
  74. 2af9641 Merge pull request #4198 from maulik-arm/maulik-arm/fix-4162 by Ronald Cron · 4 years, 4 months ago
  75. ac5db4d Merge pull request #4246 from ronald-cron-arm/finalize-psa-config-support by Ronald Cron · 4 years, 4 months ago
  76. 0c510f3 Fix NULL+0 in test code by Gilles Peskine · 4 years, 4 months ago
  77. ee414c7 Update dependencies in PSA test code by Ronald Cron · 4 years, 5 months ago
  78. 3240c9d Update tests for other invalid key operations. by Maulik Patel · 4 years, 5 months ago
  79. fc86f3f Merge pull request #3386 from gabor-mezei-arm/3268_update_macros_for_ouput_buffer_size by Ronald Cron · 4 years, 5 months ago
  80. e252868 Merge pull request #4067 from stevew817/feature/allow_multilength_aead by Gilles Peskine · 4 years, 5 months ago
  81. 2a02787 Merge pull request #4148 from stevew817/add_missing_non_12b_gcm_test_skip by Ronald Cron · 4 years, 5 months ago
  82. fb9cb92 Move wildcard-to-exercisable conversion to exercise_key in test suite by Steven Cooreman · 4 years, 5 months ago
  83. b3ce815 Add support for minimum-tag-length AEAD and MAC policies by Steven Cooreman · 4 years, 6 months ago
  84. ceface2 Add test for ouput buffer size macros by gabor-mezei-arm · 4 years, 7 months ago
  85. e78b002 Move exercise_key and related functions to their own module by Gilles Peskine · 4 years, 6 months ago
  86. 8e94efe Move asn1_skip_integer to the asn1_helpers module by Gilles Peskine · 4 years, 6 months ago
  87. ea38a92 Remove a redundant export step in import_export by Gilles Peskine · 4 years, 6 months ago
  88. c18e25f Prepare to move exercise_key and friends to their own module by Gilles Peskine · 4 years, 6 months ago
  89. f49478b Add missing test skip for ALT-implemented GCM by Steven Cooreman · 4 years, 6 months ago
  90. 70f654a Fix a malformed define guard by Steven Cooreman · 4 years, 6 months ago
  91. 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 6 months ago
  92. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  93. 28a45ed tests: psa: Add macros to skip a test case by Ronald Cron · 4 years, 6 months ago
  94. 50f1f5e Use PSA_ALG_ macros to inspect AEAD base algorithm by Steven Cooreman · 4 years, 6 months ago
  95. 2f09913 Set default IV for AES-GCM to 12 bytes by Steven Cooreman · 4 years, 7 months ago
  96. 82645b1 Allow skipping vectors w/ non-12-byte IV AES-GCM on ALT by Steven Cooreman · 4 years, 7 months ago
  97. d588ea1 Allow skipping AES-192 for alternative implementations in PSA test suite by Steven Cooreman · 4 years, 7 months ago
  98. 9189202 Remove trail check in the generate_random test by Gilles Peskine · 4 years, 6 months ago
  99. 540320b Merge pull request #4054 from chris-jones-arm/move-testing-functions by Ronald Cron · 4 years, 6 months ago
  100. 83fdb70 Convert 'large key' testing to accept insufficient memory errors by Steven Cooreman · 4 years, 7 months ago