1. 9e0a4a5 Test abort after failed setup by Gilles Peskine · 6 years ago
  2. f426e0f Smoke-test operation contexts after setup+abort by Gilles Peskine · 6 years ago
  3. bf61ca7 Merge pull request #58 from Patater/disallow-invalid-context by Jaeden Amero · 6 years ago
  4. 36ee5d0 psa: Disallow repeated setup by Jaeden Amero · 6 years ago
  5. 11aa7ee psa: Extend hash bad order test by Jaeden Amero · 6 years ago
  6. a0f625a psa: Disallow use of invalid hash contexts by Jaeden Amero · 6 years ago
  7. ab43997 psa: Disallow use of invalid cipher contexts by Jaeden Amero · 6 years ago
  8. 252ef28 psa: Disallow use of invalid MAC contexts by Jaeden Amero · 6 years ago
  9. e086652 Test the length of cipher_update output by Gilles Peskine · 6 years ago
  10. 3b7e084 Fix incorrect length check in multipart cipher tests by Gilles Peskine · 6 years ago
  11. ee46fe7 Fix output size calculations in cipher tests by Gilles Peskine · 6 years ago
  12. cf2010c psa: Check generator validity before read by Jaeden Amero · 6 years ago
  13. b4ecc27 Replace PSA error code definitions with the ones defined in PSA spec by David Saada · 6 years ago
  14. 2d7e5fe Merge pull request #46 from Patater/fix-windows-initializers by Jaeden Amero · 6 years ago
  15. 2a0f48a Merge pull request #43 from Patater/update-2.16-dev by Jaeden Amero · 6 years ago
  16. 5229bbb psa: Test fresh contexts have default behavior by Jaeden Amero · 6 years ago
  17. f8daab7 psa: Enable testing RSA decryption with output sizes by Jaeden Amero · 6 years ago
  18. 412654a psa: Expect output-buffer-sized RSA-decryption by Jaeden Amero · 6 years ago
  19. c9516fb Document exercise_key and fix one incorrect usage by Gilles Peskine · 7 years ago
  20. 6b156df Don't consider RIPEMD160 a PSA_ALG_ANY_HASH candidate by Gilles Peskine · 7 years ago
  21. 57ab721 Test psa_copy_key by Gilles Peskine · 7 years ago
  22. 43bafcc Merge pull request #15 from gilles-peskine-arm/psa-signature_policy_wildcard by Jaeden Amero · 7 years ago
  23. 4d69cf1 Merge pull request #13 from Patater/pubkey-format by Jaeden Amero · 7 years ago
  24. ccdce90 psa: Simplify EC public key format by Jaeden Amero · 7 years ago
  25. 25384a2 psa: Simplify RSA public key format by Jaeden Amero · 7 years ago
  26. 494624d Merge pull request #18 from gilles-peskine-arm/psa-hash_clone by Jaeden Amero · 7 years ago
  27. d40c1fb Don't require a type and size when creating a key slot by Gilles Peskine · 7 years ago
  28. ebb2c3e New function psa_hash_clone by Gilles Peskine · 7 years ago
  29. 30f77cd Add a hash wildcard value for hash-and-sign algorithm by Gilles Peskine · 7 years ago
  30. d94d671 psa: Test that generator initializers work by Jaeden Amero · 7 years ago
  31. 5bae227 psa: Add initializers for cipher operation objects by Jaeden Amero · 7 years ago
  32. 769ce27 psa: Add initializers for MAC operation objects by Jaeden Amero · 7 years ago
  33. 6a25b41 psa: Add initializers for hash operation objects by Jaeden Amero · 7 years ago
  34. 70261c5 psa: Add initializers for key policies by Jaeden Amero · 7 years ago
  35. c08fc1d Move MIN and MAX macros from PSA tests to helpers.function by Gilles Peskine · 7 years ago
  36. d76f181 Prefer ASSERT_ALLOC to calloc+TEST_ASSERT in PSA tests by Gilles Peskine · 7 years ago
  37. 1f2aa0e Remove useless null checks of data_t* parameters by Gilles Peskine · 7 years ago
  38. 40ab95b Remove checks of test parameters against SIZE_MAX by Gilles Peskine · 7 years ago
  39. 0dfba2d Use ASSERT_COMPARE in preference to memcmp in PSA tests by Gilles Peskine · 7 years ago
  40. f812dcf Rewrap some lines after the macro changes by Gilles Peskine · 7 years ago
  41. fe11b72 Use TEST_EQUAL(a,b) in preference to TEST_ASSERT(a==b) by Gilles Peskine · 7 years ago
  42. 8817f61 Use PSA_ASSERT(a) in preference to TEST_ASSERT(a==PSA_SUCCESS) by Gilles Peskine · 7 years ago
  43. 0f915f1 Indent PSA tests according to K&R rules with Mbed TLS tweaks by Gilles Peskine · 7 years ago
  44. 9d8eea7 Wrap some multiline expressions in parentheses by Gilles Peskine · 7 years ago
  45. 3d2f949 Move the ARRAY_LENGTH macro to the common helpers file by Gilles Peskine · 7 years ago
  46. bdf309c Convert the PSA crypto cryptography tests to the new handle API by Gilles Peskine · 7 years ago
  47. a8860b2 Remove lifetime test functions by Gilles Peskine · 7 years ago
  48. dc911fd Remove redundant slot-based test by Gilles Peskine · 7 years ago
  49. a426168 Test that failure of import_key preserves metadata by Gilles Peskine · 7 years ago
  50. b309eec Move library initialization tests to a new test suite by Gilles Peskine · 7 years ago
  51. 0c6575a psa: Extend psa_generate_key to support persistent lifetimes by Darryl Green · 7 years ago
  52. d49a499 psa: Implement persistent keys by Darryl Green · 7 years ago
  53. c7998b7 Factor common code into key_agreement_with_self by Gilles Peskine · 7 years ago
  54. 3ec8ed8 Add multipart key agreement tests by Gilles Peskine · 7 years ago
  55. bf49197 key_agreement_capacity: test the actual capacity as well by Gilles Peskine · 7 years ago
  56. 10df341 Factor usage_to_exercise into its own function by Gilles Peskine · 7 years ago
  57. fc411f1 Use ASSERT_ALLOC in key agreement tests by Gilles Peskine · 7 years ago
  58. 1d7c082 Fix a memory leak in a test by Gilles Peskine · 7 years ago
  59. 5968559 Key agreement test functions by Gilles Peskine · 7 years ago
  60. 01d718c New API function: psa_key_agreement by Gilles Peskine · 7 years ago
  61. 594a330 psa: test: Fix truncation of message by snprintf by Jaeden Amero · 7 years ago
  62. ce50007 Add tests of using cipher in bad state cases by Moran Peker · 7 years ago
  63. 3455009 Add tests that check export failures after illegal behavior by Moran Peker · 7 years ago
  64. 28a38e6 Add tests that checks key management corner cases by Moran Peker · 7 years ago
  65. fe9f771 Merge pull request #170 from ARMmbed/increase_psa_key_derivation_code_coverage by Jaeden Amero · 7 years ago
  66. 40f1cb1 Merge pull request #182 from ARMmbed/psa-asymmetric-format-raw_private_key by Jaeden Amero · 7 years ago
  67. 27e6945 Refactor and rename test hash_verify_bad_paths to hash_verify_bad_args by itayzafrir · 7 years ago
  68. b2dd5ed Rename test hash_finish_bad_paths to hash_finish_bad_args by itayzafrir · 7 years ago
  69. f86548d Add test hash_bad_order by itayzafrir · 7 years ago
  70. 5802832 Split test hash_bad_paths into 3 different tests by itayzafrir · 7 years ago
  71. 4271df9 Add scenario to test case hash_bad_paths by itayzafrir · 7 years ago
  72. 69290f0 Update hash tests documentation by itayzafrir · 7 years ago
  73. 02d6295 Move positive hash tests into a new test suite by itayzafrir · 7 years ago
  74. 931fa6d Remove input parameter validations from hash test functions by itayzafrir · 7 years ago
  75. f5b3eb8 Add hash test for multipart operation by itayzafrir · 7 years ago
  76. ec93d30 Add hash bad paths test by itayzafrir · 7 years ago
  77. 1caf6d2 Fix code style and clarify issue comment by Nir Sonnenschein · 7 years ago
  78. dd69d8b Streamline test function API by removing parameter by Nir Sonnenschein · 7 years ago
  79. f8964b9 updated test to work around https://github.com/ARMmbed/mbedtls-psa/issues/183 by Nir Sonnenschein · 7 years ago
  80. 5078930 fix whitespace issues by Nir Sonnenschein · 7 years ago
  81. 4eda37b streamline test function API by removing parameter by Nir Sonnenschein · 7 years ago
  82. 5b802a3 Private EC key format: remove ASN.1-based sanity checks by Gilles Peskine · 7 years ago
  83. d8b7d4f In export tests, also test PSA_KEY_EXPORT_MAX_SIZE by Gilles Peskine · 7 years ago
  84. 49c2591 Improve export_public_key test function by Gilles Peskine · 7 years ago
  85. b46e7ca add additional generator tests and generalize key derivation test by Nir Sonnenschein · 7 years ago
  86. e5204c9 add tests that increase key derivation code coverage slightly by Nir Sonnenschein · 7 years ago
  87. e1f2d7d Document and check the consistency of truncated MAC encodings by Gilles Peskine · 7 years ago
  88. 7da96b0 Reorder parameters of AEAD unit tests to be more logical by Gilles Peskine · 7 years ago
  89. a7aa442 Add tests for mac_sign by Gilles Peskine · 7 years ago
  90. f7ab5ad Skip calling memset when the size is 0 by Gilles Peskine · 7 years ago
  91. bd7dea9 Use ASSERT_COMPARE instead of memcmp in PSA tests by Gilles Peskine · 7 years ago
  92. 8cebbba Use ASSERT_ALLOC instead of mbedtls_calloc in PSA tests by Gilles Peskine · 7 years ago
  93. acec7b6f exercise_export_key: fix public key case by Gilles Peskine · 7 years ago
  94. 90d8c7a Ensure the module is initialized in key based functions by itayzafrir · 7 years ago
  95. 0adf0fc Ensure the module is initialized in psa_generate_random by itayzafrir · 7 years ago
  96. c0454a7 Merge pull request #135 from ARMmbed/export_sanity_tests by Jaeden Amero · 7 years ago
  97. dea46cf Clarify comment in test by Gilles Peskine · 7 years ago
  98. c6290c0 Minor documentation improvements by Gilles Peskine · 7 years ago
  99. b67f308 Fix re-import size in import_export test with non-canonical input by Gilles Peskine · 7 years ago
  100. ae3d2a2 Avoid non-standard C constructs by Gilles Peskine · 7 years ago