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