1. 8739da8 Fix test data in an old format by Gilles Peskine · 7 years ago
  2. c0a0855 Merge pull request #171 from ARMmbed/asymmetric_apis_coverage by Jaeden Amero · 7 years ago
  3. 2d65cf0 Fix sign test dependencies and used algorithm by Mohammad AboMokh · 7 years ago
  4. fe9f771 Merge pull request #170 from ARMmbed/increase_psa_key_derivation_code_coverage by Jaeden Amero · 7 years ago
  5. 40f1cb1 Merge pull request #182 from ARMmbed/psa-asymmetric-format-raw_private_key by Jaeden Amero · 7 years ago
  6. 392952d Fix test dependencies lists by Mohammad AboMokh · 7 years ago
  7. 27e6945 Refactor and rename test hash_verify_bad_paths to hash_verify_bad_args by itayzafrir · 7 years ago
  8. b2dd5ed Rename test hash_finish_bad_paths to hash_finish_bad_args by itayzafrir · 7 years ago
  9. f86548d Add test hash_bad_order by itayzafrir · 7 years ago
  10. e1f932b Refactor hash multi part test by itayzafrir · 7 years ago
  11. 5802832 Split test hash_bad_paths into 3 different tests by itayzafrir · 7 years ago
  12. 4271df9 Add scenario to test case hash_bad_paths by itayzafrir · 7 years ago
  13. 69290f0 Update hash tests documentation by itayzafrir · 7 years ago
  14. 02d6295 Move positive hash tests into a new test suite by itayzafrir · 7 years ago
  15. 931fa6d Remove input parameter validations from hash test functions by itayzafrir · 7 years ago
  16. 9b3b31d Delete redundant hash test vectors by itayzafrir · 7 years ago
  17. a00f1d8 Add additional test vectors for hash single part by itayzafrir · 7 years ago
  18. f5b3eb8 Add hash test for multipart operation by itayzafrir · 7 years ago
  19. ec93d30 Add hash bad paths test by itayzafrir · 7 years ago
  20. 18b1a22 Add missing algorithms to existing hash tests by itayzafrir · 7 years ago
  21. 1caf6d2 Fix code style and clarify issue comment by Nir Sonnenschein · 7 years ago
  22. dd69d8b Streamline test function API by removing parameter by Nir Sonnenschein · 7 years ago
  23. f8964b9 updated test to work around https://github.com/ARMmbed/mbedtls-psa/issues/183 by Nir Sonnenschein · 7 years ago
  24. 2257649 Private EC key import: boundary test cases by Gilles Peskine · 7 years ago
  25. 5078930 fix whitespace issues by Nir Sonnenschein · 7 years ago
  26. 4eda37b streamline test function API by removing parameter by Nir Sonnenschein · 7 years ago
  27. 991aee6 improve test description by Mohammad AboMokh · 7 years ago
  28. d5cea2c Merge pull request #172 from ARMmbed/psa-refine.gitignore by Jaeden Amero · 7 years ago
  29. 5b802a3 Private EC key format: remove ASN.1-based sanity checks by Gilles Peskine · 7 years ago
  30. e783d34 Private EC key format: change test data to raw private keys by Gilles Peskine · 7 years ago
  31. 1010628 Add some key pair and public key export tests by Gilles Peskine · 7 years ago
  32. d8b7d4f In export tests, also test PSA_KEY_EXPORT_MAX_SIZE by Gilles Peskine · 7 years ago
  33. 49c2591 Improve export_public_key test function by Gilles Peskine · 7 years ago
  34. b46e7ca add additional generator tests and generalize key derivation test by Nir Sonnenschein · 7 years ago
  35. 87576c5 Improve line coverage for asymmetric verify function by adding new bad scenarios by Mohammad AboMokh · 7 years ago
  36. 8ffded3 Improve line coverage for asymmetric sign function by adding new bad scenarios by Mohammad AboMokh · 7 years ago
  37. 6c0f94c Add better handling when deleting files on Windows by Darryl Green · 7 years ago
  38. 6dee5c9 Add test_suite_psa_crypto_metadata to cmake builds by Gilles Peskine · 7 years ago
  39. e5204c9 add tests that increase key derivation code coverage slightly by Nir Sonnenschein · 7 years ago
  40. ddb4f3b Add a Jenkinsfile for PR job testing by Darryl Green · 7 years ago
  41. e0e9c7c New macro PSA_ALG_FULL_LENGTH_MAC by Gilles Peskine · 7 years ago
  42. 7fa99d9 Add metadata tests for truncated MAC and short-tag AEAD by Gilles Peskine · 7 years ago
  43. c26eae1 Clarify the description of a CCM truncated tag test by Gilles Peskine · 7 years ago
  44. 85ea2b3 Add some negative tests of CCM and GCM with invalid tag lengths by Gilles Peskine · 7 years ago
  45. 28dfea6 Add test cases for truncated MAC with a too short/long length by Gilles Peskine · 7 years ago
  46. e1f2d7d Document and check the consistency of truncated MAC encodings by Gilles Peskine · 7 years ago
  47. be00a71 Add tests for shorter-tag AEAD (CCM, GCM) by Gilles Peskine · 7 years ago
  48. 23cc2ff Add support for non-default-tag-size AEAD (CCM and GCM) by Gilles Peskine · 7 years ago
  49. 7da96b0 Reorder parameters of AEAD unit tests to be more logical by Gilles Peskine · 7 years ago
  50. d911eb7 Add support for truncated MAC algorithms by Gilles Peskine · 7 years ago
  51. a7aa442 Add tests for mac_sign by Gilles Peskine · 7 years ago
  52. f18c146 Remove a redundant test case by Gilles Peskine · 7 years ago
  53. c426352 check-files: exclude .git and third-party files by Gilles Peskine · 7 years ago
  54. e04d4e6 Don't try to disable ASLR by Gilles Peskine · 7 years ago
  55. 2bb5609 Remove redundant check in all.sh by Gilles Peskine · 7 years ago
  56. 3e954cf In keep-going mode, don't hard-fail on some tests by Gilles Peskine · 7 years ago
  57. f7ab5ad Skip calling memset when the size is 0 by Gilles Peskine · 7 years ago
  58. 899c652 In keep-going mode, don't hard-fail on some auxiliary script by Gilles Peskine · 7 years ago
  59. 1596554 Fix "make WINDOWS_BUILD=1 clean" on non-Windows hosts by Gilles Peskine · 7 years ago
  60. 79722b0 Fix incorrect test dependencies for MBEDTLS_PKCS1_V21 by Gilles Peskine · 7 years ago
  61. bd7dea9 Use ASSERT_COMPARE instead of memcmp in PSA tests by Gilles Peskine · 7 years ago
  62. 3c22596 New macro ASSERT_COMPARE to compare two buffers by Gilles Peskine · 7 years ago
  63. 8cebbba Use ASSERT_ALLOC instead of mbedtls_calloc in PSA tests by Gilles Peskine · 7 years ago
  64. b75125c New macro ASSERT_ALLOC to allocate memory in tests by Gilles Peskine · 7 years ago
  65. 8954d0c Write documentation for TEST_ASSERT by Gilles Peskine · 7 years ago
  66. 159ebf3 Merge pull request #142 from ARMmbed/psa-metadata_validation by Gilles Peskine · 7 years ago
  67. 3bfe5f0 Merge pull request #150 from ARMmbed/psa-rsa-verify-error by Jaeden Amero · 7 years ago
  68. 40363fe Merge pull request #139 from ARMmbed/psa-PSA_ALG-block_cipher_padding by Jaeden Amero · 7 years ago
  69. fa764b1 Add curve sizes to ECC curve metadata validation tests by Gilles Peskine · 7 years ago
  70. 3052f53 Add block sizes to HMAC metadata validation tests by Gilles Peskine · 7 years ago
  71. d9c8260 Add dependencies to metadata validation tests by Gilles Peskine · 7 years ago
  72. 49cd329 Key type validation tests by Gilles Peskine · 7 years ago
  73. 17351eb Algorithm validation tests by Gilles Peskine · 7 years ago
  74. 44fed61 Create infrastructure for metadata validation unit tests by Gilles Peskine · 7 years ago
  75. daea26f Correct and simplify block-based cipher modes by Gilles Peskine · 7 years ago
  76. 821adfe Add exercise tests for RSA public keys and for PSS by Gilles Peskine · 7 years ago
  77. acec7b6f exercise_export_key: fix public key case by Gilles Peskine · 7 years ago
  78. 81ba4ab Fix bad algorithm and key type values in some tests by Gilles Peskine · 7 years ago
  79. 90d8c7a Ensure the module is initialized in key based functions by itayzafrir · 7 years ago
  80. 0adf0fc Ensure the module is initialized in psa_generate_random by itayzafrir · 7 years ago
  81. c0454a7 Merge pull request #135 from ARMmbed/export_sanity_tests by Jaeden Amero · 7 years ago
  82. dea46cf Clarify comment in test by Gilles Peskine · 7 years ago
  83. 8a1a8f3 Add test cases for PEM import by Gilles Peskine · 7 years ago
  84. c6290c0 Minor documentation improvements by Gilles Peskine · 7 years ago
  85. b67f308 Fix re-import size in import_export test with non-canonical input by Gilles Peskine · 7 years ago
  86. ae3d2a2 Avoid non-standard C constructs by Gilles Peskine · 7 years ago
  87. 8f60923 Do export sanity checks in import_export as well by Gilles Peskine · 7 years ago
  88. dd2f95b Improve and augment export sanity checks by Gilles Peskine · 7 years ago
  89. df3b74f Merge pull request #125 from ARMmbed/key_slot_index-fix by Jaeden Amero · 7 years ago
  90. d14664a Move export key sanity check from generate to exercise by Gilles Peskine · 7 years ago
  91. 9a05634 psa_crypto_free: destroy the last slot by Gilles Peskine · 7 years ago
  92. 996deb1 Fix buffer overflow in the slot array by Gilles Peskine · 7 years ago
  93. c32f030 Fix bad key type constant that worked by accident by Gilles Peskine · 7 years ago
  94. 10ccc64 Add missing dependencies on MBEDTLS_ECDSA_C by Darryl Green · 7 years ago
  95. efb52d5 Add missing dependency on MBEDTLS_PKCS1_V15 by Darryl Green · 7 years ago
  96. 77b33b2 Add missing dependencies on MBEDTLS_SHA256_C by Darryl Green · 7 years ago
  97. 9c86225 Add handling for zero-length buffers in tests by Darryl Green · 7 years ago
  98. 80e317a all.sh: Test the Mbed Crypto exporter by Jaeden Amero · 7 years ago
  99. 22e232e Merge pull request #109 from ARMmbed/IAR-feature-psa by Jaeden Amero · 7 years ago
  100. 9f900a8 Merge pull request #105 from ARMmbed/psa-derive_hkdf by Gilles Peskine · 7 years ago