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