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