1. 25c4fa8 Fix copy paste error PSA test suite by Janos Follath · 7 years ago
  2. 2701005 Modifications for psa-crypto in order to integrate with SPM by mohammad1603 · 7 years ago
  3. 3d91abe Use PSA_BLOCK_CIPHER_BLOCK_SIZE() macro to get the cipher block size by mohammad1603 · 7 years ago
  4. 02b7507 Factor duplicated code into exercise_key by Gilles Peskine · 7 years ago
  5. 480416a Fix argument validation in asn1_write_10x by Gilles Peskine · 7 years ago
  6. 0b352bc Test that creating RSA keys larger than the maximum fails by Gilles Peskine · 7 years ago
  7. 69c1267 Use PSA_xxx_MAX_SIZE for hash/MAC/signature size in tests by Gilles Peskine · 7 years ago
  8. 860ce9d Document what the signature tests are doing a bit better by Gilles Peskine · 7 years ago
  9. d35a1cc Correct the documentation of mem_is_zero by Gilles Peskine · 7 years ago
  10. eae6eee Change ECDSA signature representation to r||s by Gilles Peskine · 7 years ago
  11. ca45c35 Fix exercise_signature_key for ECDSA by Gilles Peskine · 7 years ago
  12. a680c7a Add import-and-exercise tests for some signature algorithms by Gilles Peskine · 7 years ago
  13. a81d85b Sort out ECDSA mechanisms by Gilles Peskine · 7 years ago
  14. 55bf3d1 Sort out RSA mechanisms by Gilles Peskine · 7 years ago
  15. 559d2f6 Add bad-type import tests with coinciding key sizes by Gilles Peskine · 7 years ago
  16. a9a3c23 Fix a config dependency in a test case by Gilles Peskine · 7 years ago
  17. 202d079 Add import test cases with a key pair of the wrong type by Gilles Peskine · 7 years ago
  18. 65fa0b8 fix if condition to validate encrypt key usage by Mohammad AboMokh · 7 years ago
  19. adb9b23 fix PSA_BLOCK_CIPHER_BLOCK_SIZE() argument in test code by Mohammad AboMokh · 7 years ago
  20. 2a671e9 psa: export_public_key: Check for all zero on error by Jaeden Amero · 7 years ago
  21. e7edf7b psa: Expect zero-length exported-public symmetric keys by Jaeden Amero · 7 years ago
  22. f24c7f8 psa_export_key: Always set a valid data length by Jaeden Amero · 7 years ago
  23. 0c48c58 Merge remote-tracking branch 'psa/pr/63' into feature-psa by Gilles Peskine · 7 years ago
  24. 48c0ea1 Remove PSA_KEY_TYPE_IS_RAW_BYTES from crypto.h by Gilles Peskine · 7 years ago
  25. a50d739 test of generate_random: focus on testing the output buffer size by Gilles Peskine · 7 years ago
  26. 9ad29e2 Add what little was missing to fully support DES by Gilles Peskine · 7 years ago
  27. 9a94480 Convert ERR_ASN1 error codes to PSA by Gilles Peskine · 7 years ago
  28. 775b8e9 export asymmetric key: more larger buffer cases by Gilles Peskine · 7 years ago
  29. 1408556 Fix copypasta in some test cases by Gilles Peskine · 7 years ago
  30. b866e2b Get rid of some casts in test_suite_psa_crypto by Gilles Peskine · 7 years ago
  31. 3f669c3 Simplify mem_is_nonzero to mem_is_zero by Gilles Peskine · 7 years ago
  32. 818ca12 generate_key tests: exercise the key by Gilles Peskine · 7 years ago
  33. c06e071 Favor INVALID_ARGUMENT over NOT_SUPPORTED for bad algorithm types by Gilles Peskine · 7 years ago
  34. 16c0f4f Fix potential memory corruption on MAC/cipher setup failure by Gilles Peskine · 7 years ago
  35. c939f6f fixup! New function mbedtls_rsa_get_bitlen by Jaeden Amero · 7 years ago
  36. 12313cd Implement psa_generate_key: AES, DES, RSA, ECP by Gilles Peskine · 7 years ago
  37. e66ca3b psa_export_key: zero out potential garbage in the output buffer by Gilles Peskine · 7 years ago
  38. 0e23158 psa_export_key: fix asymmetric key in larger buffer by Gilles Peskine · 7 years ago
  39. 9a9e19f Switch default config back to the upstream one + PSA + CMAC by Gilles Peskine · 7 years ago
  40. 05d6989 Implement psa_generate_random by Gilles Peskine · 7 years ago
  41. 0ff4b0f psa_import_key: validate symmetric key size by Gilles Peskine · 7 years ago
  42. ca36a23 Fix asymmetric encrypt/decrypt test with invalid key types by Gilles Peskine · 7 years ago
  43. 2d9d6db check-names: also check PSA files by Gilles Peskine · 7 years ago
  44. 313b8af Improve the description of some test cases by Gilles Peskine · 7 years ago
  45. d5b3322 Reorder PSA test cases to group them by topic by Gilles Peskine · 7 years ago
  46. 34ef7f5 Check the curve of an elliptic curve key on import by Gilles Peskine · 7 years ago
  47. e1fed0d Define elliptic curve identifiers from TLS by Gilles Peskine · 7 years ago
  48. b3e6e5d Rename hash max sizes for consistency by Gilles Peskine · 7 years ago
  49. dec7261 Remove redundant initialization of policies to {0} by Gilles Peskine · 7 years ago
  50. c0ec972 mac_verify: remove unused IV argument by Gilles Peskine · 7 years ago
  51. 01b929c Fix key_lifetime_set_fail not cleaning up the right key slot by Gilles Peskine · 7 years ago
  52. 4abf741 Hygiene improvements in PSA crypto test code by Gilles Peskine · 7 years ago
  53. 7bcfc0a Be more consistent about blank lines by Gilles Peskine · 7 years ago
  54. c1bb6c8 Formatting improvements by Gilles Peskine · 7 years ago
  55. 2d27786 Normalize whitespace by Gilles Peskine · 7 years ago
  56. 1e2b046 adding more test cases for hmac by Nir Sonnenschein · 7 years ago
  57. 27fbaf7 Fixed test sign_deterministic, macro PSA_ASYMMETRIC_SIGN_OUTPUT_SIZE by itayzafrir · 7 years ago
  58. 3e02b3b On target testing tests adaptation by itayzafrir · 7 years ago
  59. 423f219 Fixed missing dependencies in psa crypto tests by itayzafrir · 7 years ago
  60. 8605428 Merge remote-tracking branch 'psa/pr/27' into feature-psa by Gilles Peskine · 7 years ago
  61. eebd738 Rename asymmetric_encrypt to clarify what it does by Gilles Peskine · 7 years ago
  62. c4def2f Add input length check in psa_asymmetric_decrypt by Gilles Peskine · 7 years ago
  63. 61b91d4 Normalize whitespace to Mbed TLS standards by Gilles Peskine · 7 years ago
  64. d708260 add key policy enforcement implementation by Nir Sonnenschein · 7 years ago
  65. d70bc48 Fix test output size by Nir Sonnenschein · 7 years ago
  66. 553b8f3 Fix test data by Nir Sonnenschein · 7 years ago
  67. 72eca16 Fix scenario test names by Nir Sonnenschein · 7 years ago
  68. 5b051bc Remove trailing whitespace by Gilles Peskine · 7 years ago
  69. 6afe789 Finish renaming around PSA_ALG_IS_RSA_PKCS1V15 by Gilles Peskine · 7 years ago
  70. a1cac84 Move AEAD tests just after cipher by Gilles Peskine · 7 years ago
  71. 0f3bdbd change RSA encryption tests compensate for random component in encryption. by Nir Sonnenschein · 7 years ago
  72. 39e5914 added support for PKCSv1.5 signature verification and encryption/decryption and very basic tests. by Nir Sonnenschein · 7 years ago
  73. 84861a9 Merge remote-tracking branch 'psa/psa-wrapper-apis-aead' into feature-psa by Gilles Peskine · 7 years ago
  74. 3158564 add nonce as argument to the test function of encrypt/decrypt by mohammad1603 · 7 years ago
  75. 8ffd764 re-group test vectors and change vectors' names by mohammad1603 · 7 years ago
  76. f7f72da add invalid signature test case by mohammad1603 · 7 years ago
  77. c1ee32e add GCM test vectors encrypt/decrypt by mohammad1603 · 7 years ago
  78. 371a6e4 add decrypt tests for CCM by mohammad1603 · 7 years ago
  79. ed8dbeb add and fix data vectors by mohammad1603 · 7 years ago
  80. f14394b add policy checks by mohammad1603 · 7 years ago
  81. 0317945 disable uncompleted tests by mohammad1603 · 7 years ago
  82. f2525eb add encryption only test case by mohammad1603 · 7 years ago
  83. 4b26850 fix tests according to the code changes in error value by mohammad1603 · 7 years ago
  84. ee652a3 Fix psa_aead_decrypt to read the tag at the end of the ciphertext by Gilles Peskine · 7 years ago
  85. 2039939 add psa_crypto to test suites by mohammad1603 · 7 years ago
  86. e797945 initialize length variables and process decrypt only when encrypts passes by mohammad1603 · 7 years ago
  87. 9b07132 remove compilation warnings by mohammad1603 · 7 years ago
  88. f07db2e Add more test scenario for GCM and failure cases by mohammad1603 · 7 years ago
  89. d973472 Fix loop index and output size parameter value by mohammad1603 · 7 years ago
  90. bdd892a Add test scenario by mohammad1603 · 7 years ago
  91. 091e73b Fix usage of TEST_ASSERT by mohammad1603 · 7 years ago
  92. 9112693 aead test scenario by mohammad1603 · 7 years ago
  93. 3aa8efb Merge remote-tracking branch 'psa/psa-wrapper-apis-march-12' into feature-psa by Gilles Peskine · 7 years ago
  94. 5809ce7 Add PKCS#7 good decryption test cases by Gilles Peskine · 7 years ago
  95. 42b8aec Correct some bad test data by Gilles Peskine · 7 years ago
  96. a7ec95f Cipher tests: calculate and verify the actual output size by Gilles Peskine · 7 years ago
  97. 50e586b We don't need _test_ in test function names by Gilles Peskine · 7 years ago
  98. 048b7f0 Rename some variables to make the code easier to read by Gilles Peskine · 7 years ago
  99. 8172b87 add tests cases by Moran Peker · 7 years ago
  100. a9c3a65 tests fix + max_output_size by Moran Peker · 7 years ago