1. 0c6575a psa: Extend psa_generate_key to support persistent lifetimes by Darryl Green · 7 years ago
  2. d49a499 psa: Implement persistent keys by Darryl Green · 7 years ago
  3. c7998b7 Factor common code into key_agreement_with_self by Gilles Peskine · 7 years ago
  4. 3ec8ed8 Add multipart key agreement tests by Gilles Peskine · 7 years ago
  5. bf49197 key_agreement_capacity: test the actual capacity as well by Gilles Peskine · 7 years ago
  6. 10df341 Factor usage_to_exercise into its own function by Gilles Peskine · 7 years ago
  7. fc411f1 Use ASSERT_ALLOC in key agreement tests by Gilles Peskine · 7 years ago
  8. 1d7c082 Fix a memory leak in a test by Gilles Peskine · 7 years ago
  9. 5968559 Key agreement test functions by Gilles Peskine · 7 years ago
  10. 01d718c New API function: psa_key_agreement by Gilles Peskine · 7 years ago
  11. 594a330 psa: test: Fix truncation of message by snprintf by Jaeden Amero · 7 years ago
  12. ce50007 Add tests of using cipher in bad state cases by Moran Peker · 7 years ago
  13. 3455009 Add tests that check export failures after illegal behavior by Moran Peker · 7 years ago
  14. 28a38e6 Add tests that checks key management corner cases by Moran Peker · 7 years ago
  15. fe9f771 Merge pull request #170 from ARMmbed/increase_psa_key_derivation_code_coverage by Jaeden Amero · 7 years ago
  16. 40f1cb1 Merge pull request #182 from ARMmbed/psa-asymmetric-format-raw_private_key by Jaeden Amero · 7 years ago
  17. 27e6945 Refactor and rename test hash_verify_bad_paths to hash_verify_bad_args by itayzafrir · 7 years ago
  18. b2dd5ed Rename test hash_finish_bad_paths to hash_finish_bad_args by itayzafrir · 7 years ago
  19. f86548d Add test hash_bad_order by itayzafrir · 7 years ago
  20. 5802832 Split test hash_bad_paths into 3 different tests by itayzafrir · 7 years ago
  21. 4271df9 Add scenario to test case hash_bad_paths by itayzafrir · 7 years ago
  22. 69290f0 Update hash tests documentation by itayzafrir · 7 years ago
  23. 02d6295 Move positive hash tests into a new test suite by itayzafrir · 7 years ago
  24. 931fa6d Remove input parameter validations from hash test functions by itayzafrir · 7 years ago
  25. f5b3eb8 Add hash test for multipart operation by itayzafrir · 7 years ago
  26. ec93d30 Add hash bad paths test by itayzafrir · 7 years ago
  27. 1caf6d2 Fix code style and clarify issue comment by Nir Sonnenschein · 7 years ago
  28. dd69d8b Streamline test function API by removing parameter by Nir Sonnenschein · 7 years ago
  29. f8964b9 updated test to work around https://github.com/ARMmbed/mbedtls-psa/issues/183 by Nir Sonnenschein · 7 years ago
  30. 5078930 fix whitespace issues by Nir Sonnenschein · 7 years ago
  31. 4eda37b streamline test function API by removing parameter by Nir Sonnenschein · 7 years ago
  32. 5b802a3 Private EC key format: remove ASN.1-based sanity checks by Gilles Peskine · 7 years ago
  33. d8b7d4f In export tests, also test PSA_KEY_EXPORT_MAX_SIZE by Gilles Peskine · 7 years ago
  34. 49c2591 Improve export_public_key test function by Gilles Peskine · 7 years ago
  35. b46e7ca add additional generator tests and generalize key derivation test by Nir Sonnenschein · 7 years ago
  36. e5204c9 add tests that increase key derivation code coverage slightly by Nir Sonnenschein · 7 years ago
  37. e1f2d7d Document and check the consistency of truncated MAC encodings by Gilles Peskine · 7 years ago
  38. 7da96b0 Reorder parameters of AEAD unit tests to be more logical by Gilles Peskine · 7 years ago
  39. a7aa442 Add tests for mac_sign by Gilles Peskine · 7 years ago
  40. f7ab5ad Skip calling memset when the size is 0 by Gilles Peskine · 7 years ago
  41. bd7dea9 Use ASSERT_COMPARE instead of memcmp in PSA tests by Gilles Peskine · 7 years ago
  42. 8cebbba Use ASSERT_ALLOC instead of mbedtls_calloc in PSA tests by Gilles Peskine · 7 years ago
  43. acec7b6f exercise_export_key: fix public key case by Gilles Peskine · 7 years ago
  44. 90d8c7a Ensure the module is initialized in key based functions by itayzafrir · 7 years ago
  45. 0adf0fc Ensure the module is initialized in psa_generate_random by itayzafrir · 7 years ago
  46. c0454a7 Merge pull request #135 from ARMmbed/export_sanity_tests by Jaeden Amero · 7 years ago
  47. dea46cf Clarify comment in test by Gilles Peskine · 7 years ago
  48. c6290c0 Minor documentation improvements by Gilles Peskine · 7 years ago
  49. b67f308 Fix re-import size in import_export test with non-canonical input by Gilles Peskine · 7 years ago
  50. ae3d2a2 Avoid non-standard C constructs by Gilles Peskine · 7 years ago
  51. 8f60923 Do export sanity checks in import_export as well by Gilles Peskine · 7 years ago
  52. dd2f95b Improve and augment export sanity checks by Gilles Peskine · 7 years ago
  53. df3b74f Merge pull request #125 from ARMmbed/key_slot_index-fix by Jaeden Amero · 7 years ago
  54. d14664a Move export key sanity check from generate to exercise by Gilles Peskine · 7 years ago
  55. 9a05634 psa_crypto_free: destroy the last slot by Gilles Peskine · 7 years ago
  56. 996deb1 Fix buffer overflow in the slot array by Gilles Peskine · 7 years ago
  57. c32f030 Fix bad key type constant that worked by accident by Gilles Peskine · 7 years ago
  58. 9c86225 Add handling for zero-length buffers in tests by Darryl Green · 7 years ago
  59. 22e232e Merge pull request #109 from ARMmbed/IAR-feature-psa by Jaeden Amero · 7 years ago
  60. 9f900a8 Merge pull request #105 from ARMmbed/psa-derive_hkdf by Gilles Peskine · 7 years ago
  61. d54931c HKDF: be more robust if we reach the maximum ouptut length by Gilles Peskine · 7 years ago
  62. 0386fba Key derivation: test deriving a key from the KDF output by Gilles Peskine · 7 years ago
  63. 96ee5c7 HKDF: positive tests by Gilles Peskine · 7 years ago
  64. ea0fb49 Add framework for simple key derivation by Gilles Peskine · 7 years ago
  65. cb088e7 Replace ssize_t by ptrdiff_t by Moran Peker · 7 years ago
  66. 55c94dd Asymmetric encrypt/decrypt tests: check output length by Gilles Peskine · 7 years ago
  67. 6842812 Asymmetric encryption tests: allow label argument by Gilles Peskine · 7 years ago
  68. ef0cb40 Fix bug in exercise_mac_key that almost always broke the SIGN case by Gilles Peskine · 7 years ago
  69. f969b3a Change a generate_key test to exercise with PSS by Gilles Peskine · 7 years ago
  70. 66763a0 asymmetric_decrypt test: remove redundant argument by Gilles Peskine · 7 years ago
  71. fe11951 Rename psa cipher functions to psa_cipher_xxx by Gilles Peskine · 7 years ago
  72. 656896e Add positive asymmetric encryption tests by Gilles Peskine · 7 years ago
  73. 89167cb Split psa_mac_setup -> psa_mac_{sign,verify}_setup by Gilles Peskine · 7 years ago
  74. acd4be3 Rename psa_mac_{finish,verify} -> psa_mac_{sign,verify}_finish by Gilles Peskine · 7 years ago
  75. da8191d1c Rename psa_hash_start -> psa_hash_setup by Gilles Peskine · 7 years ago
  76. 2a91d61 Merge remote-tracking branch 'psa/pr/94' into feature-psa by Gilles Peskine · 7 years ago
  77. 3ff2162 Remove salt from asymmetric_{sign,verify} by Gilles Peskine · 7 years ago
  78. 9911b02 Add sign_verify test and use it to smoke-test PSS by Gilles Peskine · 7 years ago
  79. 76f5c7b Tests: cover policy checks for all operations by Gilles Peskine · 7 years ago
  80. 25c4fa8 Fix copy paste error PSA test suite by Janos Follath · 7 years ago
  81. 2701005 Modifications for psa-crypto in order to integrate with SPM by mohammad1603 · 7 years ago
  82. 3d91abe Use PSA_BLOCK_CIPHER_BLOCK_SIZE() macro to get the cipher block size by mohammad1603 · 7 years ago
  83. ed34695 Fix tests in test_suite_psa_crypto to set policy usage by Moran Peker · 7 years ago
  84. 02b7507 Factor duplicated code into exercise_key by Gilles Peskine · 7 years ago
  85. 480416a Fix argument validation in asn1_write_10x by Gilles Peskine · 7 years ago
  86. 0b352bc Test that creating RSA keys larger than the maximum fails by Gilles Peskine · 7 years ago
  87. 69c1267 Use PSA_xxx_MAX_SIZE for hash/MAC/signature size in tests by Gilles Peskine · 7 years ago
  88. 860ce9d Document what the signature tests are doing a bit better by Gilles Peskine · 7 years ago
  89. d35a1cc Correct the documentation of mem_is_zero by Gilles Peskine · 7 years ago
  90. ca45c35 Fix exercise_signature_key for ECDSA by Gilles Peskine · 7 years ago
  91. a680c7a Add import-and-exercise tests for some signature algorithms by Gilles Peskine · 7 years ago
  92. 65fa0b8 fix if condition to validate encrypt key usage by Mohammad AboMokh · 7 years ago
  93. adb9b23 fix PSA_BLOCK_CIPHER_BLOCK_SIZE() argument in test code by Mohammad AboMokh · 7 years ago
  94. 2a671e9 psa: export_public_key: Check for all zero on error by Jaeden Amero · 7 years ago
  95. f24c7f8 psa_export_key: Always set a valid data length by Jaeden Amero · 7 years ago
  96. 48c0ea1 Remove PSA_KEY_TYPE_IS_RAW_BYTES from crypto.h by Gilles Peskine · 7 years ago
  97. a50d739 test of generate_random: focus on testing the output buffer size by Gilles Peskine · 7 years ago
  98. 9ad29e2 Add what little was missing to fully support DES by Gilles Peskine · 7 years ago
  99. b866e2b Get rid of some casts in test_suite_psa_crypto by Gilles Peskine · 7 years ago
  100. 3f669c3 Simplify mem_is_nonzero to mem_is_zero by Gilles Peskine · 7 years ago