1. 540320b Merge pull request #4054 from chris-jones-arm/move-testing-functions by Ronald Cron · 4 years, 6 months ago
  2. 83fdb70 Convert 'large key' testing to accept insufficient memory errors by Steven Cooreman · 4 years, 7 months ago
  3. 69967ce Get rid of half-baked HAVE_RAM_128K in favor of dynamic heap checking by Steven Cooreman · 4 years, 7 months ago
  4. 1e87d5b tests: psa: Fix export related tests by Ronald Cron · 4 years, 7 months ago
  5. 612ffd2 Fix copypasta in conditional directive in cipher_setup by Gilles Peskine · 4 years, 7 months ago
  6. d6dc40c Update hash dependencies in PSA test code by Gilles Peskine · 4 years, 7 months ago
  7. 6fea21d Declare a code dependency in the code instead of in the data by Gilles Peskine · 4 years, 7 months ago
  8. a14d164 Merge pull request #4008 from stevew817/bugfix/fix_dependencies by paul-elliott-arm · 4 years, 6 months ago
  9. 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
  10. 29eecbf move _bad_order() test case dependencies to the function itself by Steven Cooreman · 4 years, 6 months ago
  11. cbcec21 Rename output buffer size macros by gabor-mezei-arm · 4 years, 8 months ago
  12. 9634bb1 Move helper testing functions to tests/src/helpers.c by Chris Jones · 4 years, 7 months ago
  13. f6be590 Include psa_crypto_helpers.h in helpers.function by Gilles Peskine · 4 years, 8 months ago
  14. 3a4f0e3 tests: psa: Reset key attributes where needed by Ronald Cron · 4 years, 9 months ago
  15. 9e12f8f tests: psa crypto: Fix lifetime_is_secure_element() by Ronald Cron · 4 years, 9 months ago
  16. 65f38a3 Add key id check when creating a volatile key by Ronald Cron · 4 years, 10 months ago
  17. f1ff9a8 tests: psa: Use PSA_KEY_LIFETIME_IS_VOLATILE where it should by Ronald Cron · 4 years, 10 months ago
  18. 5425a21 tests: Adapt PSA tests to openless APIs by Ronald Cron · 5 years ago
  19. 4184107 tests: Fix checks of volatile key identifier by Ronald Cron · 4 years, 11 months ago
  20. 432e19c tests: Fix error codes when using "invalid" handles by Ronald Cron · 4 years, 11 months ago
  21. c26f8d4 Introduce psa_key_handle_is_null inline function by Ronald Cron · 5 years ago
  22. 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
  23. fa5e631 Apply review feedback by Steven Cooreman · 4 years, 10 months ago
  24. 0ee0d52 Fix PSA crypto inconsistencies in agreement+derivation by Steven Cooreman · 4 years, 10 months ago
  25. ce48e85 Fix PSA crypto inconsistencies in agreement+derivation by Steven Cooreman · 4 years, 10 months ago
  26. dc57c25 Merge pull request #3527 from ronald-cron-arm/key-extended-id by Gilles Peskine · 5 years ago
  27. b1d3f27 Merge pull request #3480 from stevew817/feature/aes-ecb by Gilles Peskine · 5 years ago
  28. 177deba Fix style and pull out ECB processing in separate function by Steven Cooreman · 5 years ago
  29. 81e0050 tests: psa: Add owner identifier as test parameter by Ronald Cron · 5 years ago
  30. ecfb237 Fix PSA code and unit tests by Ronald Cron · 5 years ago
  31. 71016a9 psa: Rename psa_key_file_id_t to mbedtls_svc_key_id_t by Ronald Cron · 5 years ago
  32. 27238fc psa: Use psa_key_file_id_t as the key id type by Ronald Cron · 5 years ago
  33. d4b9133 Merge pull request #3611 from gilles-peskine-arm/psa-coverity-cleanups-202008 by Gilles Peskine · 5 years ago
  34. 29c4a6c Add negative tests for MAC verification by Gilles Peskine · 5 years ago
  35. 090e16c Don't destroy the key during a MAC verification operation by Gilles Peskine · 5 years ago
  36. 8b356b5 Test other output sizes for psa_mac_sign_finish by Gilles Peskine · 5 years ago
  37. 5e65cec Simplify output bounds check in mac_sign test by Gilles Peskine · 5 years ago
  38. 3d404d6 Test PSA_MAC_FINAL_SIZE in mac_sign exactly by Gilles Peskine · 5 years ago
  39. e92c68a Note that a failure in cleanup is intentional by Gilles Peskine · 5 years ago
  40. 64f13ef Add missing cleanup to some multipart operation tests by Gilles Peskine · 5 years ago
  41. a6033e9 Style and language fixes by Steven Cooreman · 5 years ago
  42. 3fa684e Allow importing Montgomery public keys in PSA Crypto by Steven Cooreman · 5 years ago
  43. ed3c9ec Added support for AES-ECB to the PSA Crypto implementation by Steven Cooreman · 5 years ago
  44. 75e2703 Rename DH Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  45. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  46. 02c78b7 tests: Create an include folder by Ronald Cron · 5 years ago
  47. 49f8e31 Fix warning with gcc7/maximum allocation exceeded by Simon Butcher · 5 years ago
  48. b87b719 Remove old values of curve encodings by Gilles Peskine · 6 years ago
  49. 88e0846 Add dedicated test cases for psa_hash_compare by Gilles Peskine · 6 years ago
  50. 0a749c8 Implement and test psa_hash_compute, psa_hash_compare by Gilles Peskine · 6 years ago
  51. 667c111 Sanity checks for key attributes in exercise_key by Gilles Peskine · 6 years ago
  52. 895242b Add negative test cases for deprecated aliases by Gilles Peskine · 6 years ago
  53. 06c2889 Add test function for effective key attributes by Gilles Peskine · 6 years ago
  54. 0627f98 Add tests of deprecated PSA functions by Gilles Peskine · 6 years ago
  55. 841b14b Add tests of deprecated PSA macros by Gilles Peskine · 6 years ago
  56. 1a96049 Make the key_policy test function more flexible by Gilles Peskine · 6 years ago
  57. 89d8c5c Rename some signature-related identifiers by Gilles Peskine · 6 years ago
  58. cb0101f Merge pull request #298 from gilles-peskine-arm/config-symmetric-only by Gilles Peskine · 6 years ago
  59. ccde952 Merge pull request #259 from k-stachowiak/bounds-check-asn1-len by Gilles Peskine · 6 years ago
  60. b16841e Fixed -Wunused warnings when building without asymmetric crypto by Gilles Peskine · 6 years ago
  61. b8cde4e Consolidate invalid-handle tests by Gilles Peskine · 6 years ago
  62. f102e4e Test that psa_close_key(0) and psa_destroy_key(0) succeed by Gilles Peskine · 6 years ago
  63. 1a2904c derive_input test function: Try output afterwards by Gilles Peskine · 6 years ago
  64. 2058c07 derive_input test function: More logical parameter order by Gilles Peskine · 6 years ago
  65. b896519 Use the constant PSA_KEY_TYPE_NONE rather than 0 by Gilles Peskine · 6 years ago
  66. 6842ba4 PSA crypto KDF: test bytes/key input independently of the step type by Gilles Peskine · 6 years ago
  67. 9b88efc Check len against buffers size upper bound in PSA tests by k-stachowiak · 6 years ago
  68. 5fe5e27 Test slot_number attribute by Gilles Peskine · 6 years ago
  69. 0c77b0e Merge pull request #198 from gilles-peskine-arm/psa-api-1.0-beta-merge_development_20190801 by Gilles Peskine · 6 years ago
  70. bdc96fd Add tests to generate more random than MBEDTLS_CTR_DRBG_MAX_REQUEST by Gilles Peskine · 6 years ago
  71. 49232e8 Avoid a lowercase letter in a macro name by Gilles Peskine · 6 years ago
  72. 72c8c5b Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801 by Gilles Peskine · 6 years ago
  73. 6edfa29 Add test function for import with a bad policy by Gilles Peskine · 6 years ago
  74. 7c227ae Test key creation with an invalid type (0 and nonzero) by Gilles Peskine · 6 years ago
  75. c744d99 Limit keys to 65528 bits by Gilles Peskine · 6 years ago
  76. 7e0cff9 Move attribute fields to a substructure by Gilles Peskine · 6 years ago
  77. f7dca86 Allow building with the -Wunused flag by Jaeden Amero · 6 years ago
  78. d958bb7 Convert invalid_key_derivation_state to new API by Janos Follath · 6 years ago
  79. 42fd888 Convert derive_key_export to the new KDF API by Janos Follath · 6 years ago
  80. e60c905 Convert derive_key_exercise to the new KDF API by Janos Follath · 6 years ago
  81. f2815ea Refactor key derivation setup in tests by Janos Follath · 6 years ago
  82. 47f27ed Convert derive_full test to the new KDF API by Janos Follath · 6 years ago
  83. 7607cd6 Convert exercise_key_derivation_key to the new KDF API by Gilles Peskine · 6 years ago
  84. 0c1ed84 Improve style by Janos Follath · 6 years ago
  85. 1468da7 Convert derive_output to the new KDF API by Gilles Peskine · 6 years ago
  86. a27c927 Add test for psa_key_derivation_set_capacity by Janos Follath · 6 years ago
  87. 16de4a4 Adapt the derive_setup tests to the new API by Janos Follath · 6 years ago
  88. ba3fab9 Adapt derive_key_policy test to the new API by Janos Follath · 6 years ago
  89. af3c2a0 Add a test for psa_key_derivation_input by Janos Follath · 6 years ago
  90. 71a4c91 Add flag for removing deprecated API by Janos Follath · 6 years ago
  91. 9e5bcbd Remove unused functions by Gilles Peskine · 6 years ago
  92. 1838e82 Rename psa_helpers.function to psa_crypto_helpers.h by Gilles Peskine · 6 years ago
  93. 982fe79 Remove unused functions by Gilles Peskine · 6 years ago
  94. 76b29a7 Close or destroy keys explicitly in tests by Gilles Peskine · 6 years ago
  95. 1153e7b Replace all calls to mbedtls_psa_crypto_free by PSA_DONE by Gilles Peskine · 6 years ago
  96. 952f409 Create PSA-specific helper function file by Gilles Peskine · 6 years ago
  97. bcdd44b Enrollment algorithm in policy: add support in psa_copy_key tests by Gilles Peskine · 6 years ago
  98. 96f0b3b Keys may allow a second algorithm by Gilles Peskine · 6 years ago
  99. 1ecf92c2 Align test functions to usage/alg parameter order by Gilles Peskine · 6 years ago
  100. 705cbfd Enrollment algorithm in policy: add support in psa_copy_key tests by Gilles Peskine · 6 years ago