1. fd0c154c Add tests to oversend data/ad when lengths set by Paul Elliott · 3 years, 11 months ago
  2. f38adbe Ensure tests expected to fail actually fail by Paul Elliott · 3 years, 11 months ago
  3. e49fe45 Remove unneccesary nesting by Paul Elliott · 3 years, 11 months ago
  4. 4e4d71a Move hidden logic into loop 'for' statement by Paul Elliott · 3 years, 11 months ago
  5. 33746aa Convert set lengths options over to enum by Paul Elliott · 3 years, 11 months ago
  6. 9454cfa Remove unneccesary safety check in test by Paul Elliott · 3 years, 11 months ago
  7. 6bfd0fb Convert all uint32_t lengths over to size_t by Paul Elliott · 3 years, 11 months ago
  8. 5a9642f Correct switched blocks for output sizes by Paul Elliott · 3 years, 11 months ago
  9. 719c132 Add tag buffer size tests to finish buffer tests by Paul Elliott · 3 years, 11 months ago
  10. e58cb1e Aligh finish_buffer_test vars with PSA standard by Paul Elliott · 3 years, 11 months ago
  11. 4023ffd Re-add option of NULL buffer for nonce tests by Paul Elliott · 3 years, 11 months ago
  12. e64deda Add missing check to multipart decrypt by Paul Elliott · 4 years ago
  13. b0450fe Tests for sending too much data after set lengths by Paul Elliott · 4 years ago
  14. 7f62842 Add test for calling update when nonce not set by Paul Elliott · 4 years ago
  15. c6d11d0 Aligh update buffer test variables with psa naming by Paul Elliott · 4 years ago
  16. 5e69aa5 Remove NULL check for set nonce by Paul Elliott · 4 years ago
  17. 6f0e720 Align set nonce variables with psa convention by Paul Elliott · 4 years ago
  18. f127763 Align generate nonce variables with psa convention by Paul Elliott · 4 years ago
  19. 66696b5 Improve nonce length checks by Paul Elliott · 4 years ago
  20. 91b021e Add finish buffer size test by Paul Elliott · 4 years ago
  21. 43fbda6 Add test for update buffer size by Paul Elliott · 4 years ago
  22. 693bf31 Fix _arg argument not being cast to correct type by Paul Elliott · 4 years ago
  23. 863864a Add multipart set nonce test by Paul Elliott · 4 years ago
  24. 41ffae1 Fix incorrect function documentation by Paul Elliott · 4 years ago
  25. ebf9163 Move set nonce / set length tests to positive test by Paul Elliott · 4 years ago
  26. 329d538 Add 0 length part tests by Paul Elliott · 4 years ago
  27. 243080c Clarify comments on state test. by Paul Elliott · 4 years, 1 month ago
  28. 97fd1ba Convert over to using a single internal test func by Paul Elliott · 4 years, 1 month ago
  29. e0fcb3b Add 'too big' tests for nonce generation by Paul Elliott · 4 years, 1 month ago
  30. d85f547 Add expected size to nonce generation test by Paul Elliott · 4 years, 1 month ago
  31. 374a2be Add missing state test coverage by Paul Elliott · 4 years, 1 month ago
  32. 481be34 Make state tests more readable by Paul Elliott · 4 years, 1 month ago
  33. 87c909a Make auxiliary function static by Paul Elliott · 4 years, 1 month ago
  34. 16906f9 Add missing frees to generate nonce test by Paul Elliott · 4 years, 1 month ago
  35. 0187651 Test all set lengths and set/generate nonce orders by Paul Elliott · 4 years, 1 month ago
  36. 3bd5dba Improve generate nonce test by Paul Elliott · 4 years, 1 month ago
  37. 8fc4516 Fix compiler errors on many platforms. by Paul Elliott · 4 years, 1 month ago
  38. 5b065cb Fix typo by Paul Elliott · 4 years, 1 month ago
  39. 534d0b4 Finish / Verify state checks by Paul Elliott · 4 years, 1 month ago
  40. 7220cae Ensure generate nonce unavailable in decrypt by Paul Elliott · 4 years, 1 month ago
  41. 5e3bb13 Add set_lengths argument to all tests. by Paul Elliott · 4 years, 1 month ago
  42. 1c96429 Remove encrypt/decrypt tests by Paul Elliott · 4 years, 2 months ago
  43. c23a9a0 Add state checks for multipart AEAD by Paul Elliott · 4 years, 2 months ago
  44. d3f8241 Add multipart tests by Paul Elliott · 4 years, 2 months ago
  45. 8eb9daf Add generate nonce test by Paul Elliott · 4 years, 2 months ago
  46. 388f606 Use correct size defines for buffers by Paul Elliott · 4 years, 2 months ago
  47. b2ce2ed Merge remote-tracking branch 'upstream/development' into psa-m-aead by Paul Elliott · 4 years, 2 months ago
  48. 2df4005 Fix excessive line lengths by Paul Elliott · 4 years, 3 months ago
  49. 16e6dcd Add missing abort call to the end of tests by Paul Elliott · 4 years, 3 months ago
  50. ac3c200 Prevent unsafe memcpy by Paul Elliott · 4 years, 3 months ago
  51. 0023e0a Add tests for multipart AEAD by Paul Elliott · 4 years, 3 months ago
  52. 5302848 Add tests for psa_sign_message and psa_verify_message by gabor-mezei-arm · 4 years, 4 months ago
  53. b953023 Rename test funtions and test cases by gabor-mezei-arm · 4 years, 4 months ago
  54. 2c8041d Merge pull request #4433 from bensze01/psa_aead_output_size by Gilles Peskine · 4 years, 3 months ago
  55. 16529bd Merge pull request #4344 from TRodziewicz/remove_deprecated_things_in_crypto_compat_h by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  56. ec174e2 Update all uses of old AEAD output size macros by Bence Szépkúti · 4 years, 5 months ago
  57. 2a1a673 Remove deprecated things from crypto_compat.h and dependent tests. by TRodziewicz · 4 years, 4 months ago
  58. 889828d Merge pull request #4279 from ronald-cron-arm/fix-invalid-id-error-code by Gilles Peskine · 4 years, 4 months ago
  59. 88a5546 tests: psa: Add negative tests for psa_copy_key() by Ronald Cron · 4 years, 4 months ago
  60. 2af9641 Merge pull request #4198 from maulik-arm/maulik-arm/fix-4162 by Ronald Cron · 4 years, 4 months ago
  61. ac5db4d Merge pull request #4246 from ronald-cron-arm/finalize-psa-config-support by Ronald Cron · 4 years, 4 months ago
  62. 0c510f3 Fix NULL+0 in test code by Gilles Peskine · 4 years, 5 months ago
  63. ee414c7 Update dependencies in PSA test code by Ronald Cron · 4 years, 5 months ago
  64. 3240c9d Update tests for other invalid key operations. by Maulik Patel · 4 years, 5 months ago
  65. fc86f3f Merge pull request #3386 from gabor-mezei-arm/3268_update_macros_for_ouput_buffer_size by Ronald Cron · 4 years, 5 months ago
  66. e252868 Merge pull request #4067 from stevew817/feature/allow_multilength_aead by Gilles Peskine · 4 years, 5 months ago
  67. 2a02787 Merge pull request #4148 from stevew817/add_missing_non_12b_gcm_test_skip by Ronald Cron · 4 years, 5 months ago
  68. fb9cb92 Move wildcard-to-exercisable conversion to exercise_key in test suite by Steven Cooreman · 4 years, 5 months ago
  69. b3ce815 Add support for minimum-tag-length AEAD and MAC policies by Steven Cooreman · 4 years, 6 months ago
  70. ceface2 Add test for ouput buffer size macros by gabor-mezei-arm · 4 years, 7 months ago
  71. e78b002 Move exercise_key and related functions to their own module by Gilles Peskine · 4 years, 6 months ago
  72. 8e94efe Move asn1_skip_integer to the asn1_helpers module by Gilles Peskine · 4 years, 6 months ago
  73. ea38a92 Remove a redundant export step in import_export by Gilles Peskine · 4 years, 6 months ago
  74. c18e25f Prepare to move exercise_key and friends to their own module by Gilles Peskine · 4 years, 6 months ago
  75. f49478b Add missing test skip for ALT-implemented GCM by Steven Cooreman · 4 years, 6 months ago
  76. 70f654a Fix a malformed define guard by Steven Cooreman · 4 years, 6 months ago
  77. 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 6 months ago
  78. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  79. 28a45ed tests: psa: Add macros to skip a test case by Ronald Cron · 4 years, 6 months ago
  80. 50f1f5e Use PSA_ALG_ macros to inspect AEAD base algorithm by Steven Cooreman · 4 years, 6 months ago
  81. 2f09913 Set default IV for AES-GCM to 12 bytes by Steven Cooreman · 4 years, 7 months ago
  82. 82645b1 Allow skipping vectors w/ non-12-byte IV AES-GCM on ALT by Steven Cooreman · 4 years, 7 months ago
  83. d588ea1 Allow skipping AES-192 for alternative implementations in PSA test suite by Steven Cooreman · 4 years, 7 months ago
  84. 9189202 Remove trail check in the generate_random test by Gilles Peskine · 4 years, 6 months ago
  85. 540320b Merge pull request #4054 from chris-jones-arm/move-testing-functions by Ronald Cron · 4 years, 6 months ago
  86. 83fdb70 Convert 'large key' testing to accept insufficient memory errors by Steven Cooreman · 4 years, 7 months ago
  87. 69967ce Get rid of half-baked HAVE_RAM_128K in favor of dynamic heap checking by Steven Cooreman · 4 years, 7 months ago
  88. 1e87d5b tests: psa: Fix export related tests by Ronald Cron · 4 years, 7 months ago
  89. 612ffd2 Fix copypasta in conditional directive in cipher_setup by Gilles Peskine · 4 years, 7 months ago
  90. d6dc40c Update hash dependencies in PSA test code by Gilles Peskine · 4 years, 7 months ago
  91. 6fea21d Declare a code dependency in the code instead of in the data by Gilles Peskine · 4 years, 7 months ago
  92. f7b666c tests: psa: Move PSA key attributes tests by Ronald Cron · 4 years, 6 months ago
  93. a14d164 Merge pull request #4008 from stevew817/bugfix/fix_dependencies by paul-elliott-arm · 4 years, 6 months ago
  94. 318515b Merge pull request #3984 from gabor-mezei-arm/3268_update_macros_for_ouput_buffer_size_renames by Ronald Cron · 4 years, 6 months ago
  95. 29eecbf move _bad_order() test case dependencies to the function itself by Steven Cooreman · 4 years, 6 months ago
  96. cbcec21 Rename output buffer size macros by gabor-mezei-arm · 4 years, 8 months ago
  97. 9634bb1 Move helper testing functions to tests/src/helpers.c by Chris Jones · 4 years, 7 months ago
  98. f6be590 Include psa_crypto_helpers.h in helpers.function by Gilles Peskine · 4 years, 8 months ago
  99. 3a4f0e3 tests: psa: Reset key attributes where needed by Ronald Cron · 4 years, 9 months ago
  100. 9e12f8f tests: psa crypto: Fix lifetime_is_secure_element() by Ronald Cron · 4 years, 9 months ago