1. 84861a9 Merge remote-tracking branch 'psa/psa-wrapper-apis-aead' into feature-psa by Gilles Peskine · 7 years ago
  2. 3158564 add nonce as argument to the test function of encrypt/decrypt by mohammad1603 · 7 years ago
  3. 8ffd764 re-group test vectors and change vectors' names by mohammad1603 · 7 years ago
  4. f7f72da add invalid signature test case by mohammad1603 · 7 years ago
  5. c1ee32e add GCM test vectors encrypt/decrypt by mohammad1603 · 7 years ago
  6. 371a6e4 add decrypt tests for CCM by mohammad1603 · 7 years ago
  7. ed8dbeb add and fix data vectors by mohammad1603 · 7 years ago
  8. f14394b add policy checks by mohammad1603 · 7 years ago
  9. 0317945 disable uncompleted tests by mohammad1603 · 7 years ago
  10. f2525eb add encryption only test case by mohammad1603 · 7 years ago
  11. 4b26850 fix tests according to the code changes in error value by mohammad1603 · 7 years ago
  12. ee652a3 Fix psa_aead_decrypt to read the tag at the end of the ciphertext by Gilles Peskine · 7 years ago
  13. 2039939 add psa_crypto to test suites by mohammad1603 · 7 years ago
  14. e797945 initialize length variables and process decrypt only when encrypts passes by mohammad1603 · 7 years ago
  15. 9b07132 remove compilation warnings by mohammad1603 · 7 years ago
  16. f07db2e Add more test scenario for GCM and failure cases by mohammad1603 · 7 years ago
  17. d973472 Fix loop index and output size parameter value by mohammad1603 · 7 years ago
  18. bdd892a Add test scenario by mohammad1603 · 7 years ago
  19. 091e73b Fix usage of TEST_ASSERT by mohammad1603 · 7 years ago
  20. 9112693 aead test scenario by mohammad1603 · 7 years ago
  21. 3aa8efb Merge remote-tracking branch 'psa/psa-wrapper-apis-march-12' into feature-psa by Gilles Peskine · 7 years ago
  22. 5809ce7 Add PKCS#7 good decryption test cases by Gilles Peskine · 7 years ago
  23. 42b8aec Correct some bad test data by Gilles Peskine · 7 years ago
  24. a7ec95f Cipher tests: calculate and verify the actual output size by Gilles Peskine · 7 years ago
  25. 50e586b We don't need _test_ in test function names by Gilles Peskine · 7 years ago
  26. 048b7f0 Rename some variables to make the code easier to read by Gilles Peskine · 7 years ago
  27. 8172b87 add tests cases by Moran Peker · 7 years ago
  28. a9c3a65 tests fix + max_output_size by Moran Peker · 7 years ago
  29. 9e3aa62 change variable naming by Moran Peker · 7 years ago
  30. 17ddaa2 Correct and improve cipher test case descriptions by Gilles Peskine · 7 years ago
  31. 9cf78d3 Fix some test case dependencies on cipher modes by Gilles Peskine · 7 years ago
  32. 4ca9c3f Fix whitespace issues by Gilles Peskine · 7 years ago
  33. 7f87850 fix and add tests case + fix for padding mode by Moran Peker · 7 years ago
  34. ded8440 fix and add tests case + fix for padding mode by Moran Peker · 7 years ago
  35. 5cbb4c8 Correct some test case descriptions by Gilles Peskine · 7 years ago
  36. 7268afc Reordered cipher tests to be just after MAC tests by Gilles Peskine · 7 years ago
  37. 691dfb3 Whitespce normalization by Gilles Peskine · 7 years ago
  38. 5eb6e9e PSA_ALG_CBC_BASE -> SA_ALG_CBC_BASE | PSA_ALG_BLOCK_CIPHER_PAD_NONE by Moran Peker · 7 years ago
  39. d810024 Remove cipher_test_positive, duplicated as cipher_test_encrypt by Gilles Peskine · 7 years ago
  40. 7691fb7 add new test scenario (cipher_test_encrypt_multipart) by Moran Peker · 7 years ago
  41. 96cc00a add missing tests function by Moran Peker · 7 years ago
  42. f55e804 adjust indentation per Mbed TLS standards by Moran Peker · 7 years ago
  43. 0071b87 add missing parameter output_size on psa_cipher_finish by Moran Peker · 7 years ago
  44. b152d4d add test scenarios to decrypt and encrypt input and compare with given output by mohammad1603 · 7 years ago
  45. e1210dc remove unused parameter in psa_cipher_finish. by Moran Peker · 7 years ago
  46. 3205a65 tests fix by Moran Peker · 7 years ago
  47. 8481e74 CR fixes by mohammad1603 · 7 years ago
  48. cdd3be9 Add psa_crypto test suite to Cmake by mohammad1603 · 7 years ago
  49. e6b67a1 Fix parameters in test suite by mohammad1603 · 7 years ago
  50. d1e8e41 Adapt older import_export test data to the new function signature by Gilles Peskine · 7 years ago
  51. d7d7ba5 add positive test scenarios by mohammad1603 · 7 years ago
  52. 5100318 Merge pull request #18 from ARMmbed/psa-wrapper-apis-export-publickey by Gilles Peskine · 7 years ago
  53. f709f4a move import_export_public_key func place by Moran Peker · 7 years ago
  54. 9bc7695 export->export-public + move tests case by Moran Peker · 7 years ago
  55. ce1b23a PSA_ALG_CBC_BASE -> PSA_ALG_CBC_BASE | PSA_ALG_BLOCK_CIPHER_PAD_NONE by Moran Peker · 7 years ago
  56. a964a8f add non-regression tests for export public/non public key by Moran Peker · 7 years ago
  57. 785fd55 Whitespace fixes; removed redundant parentheses by Gilles Peskine · 7 years ago
  58. c425e87 Add cast to satisfy gcc -Wsign-compare by Gilles Peskine · 7 years ago
  59. b34879b fix import_export_public_key test to use policy by Moran Peker · 7 years ago
  60. 338a0cf fix import_export_public_key test by Moran Peker · 7 years ago
  61. 4ff99f3 change test case descriptions + add newline of test_suite_psa_crypto.function by Moran Peker · 7 years ago
  62. b4d0ddd psa_export_public_key by Moran Peker · 7 years ago
  63. dd4ea38 export public key by Moran Peker · 7 years ago
  64. 5c75339 ECDSA sign and verify implementation and tests by itayzafrir · 7 years ago
  65. a0655c3 Merge remote-tracking branch 'psa/pr/13' into feature-psa by Gilles Peskine · 7 years ago
  66. 5d7ec20 fix key lifetime set implementation , tests accordingly by mohammad1603 · 7 years ago
  67. ba17851 Remove unused and duplicated erros, fix documentation and tests by mohammad1603 · 7 years ago
  68. 060ad8a Compilation and tests fixes by mohammad1603 · 7 years ago
  69. 804cd71 initial key lifetime implementation and tests by mohammad1603 · 7 years ago
  70. c63b6ba Merge remote-tracking branch 'psa/pr/14' into feature-psa by Gilles Peskine · 7 years ago
  71. d926b88 Fix Policy enforcement sign test by mohammad1603 · 7 years ago
  72. 6df908f Add static internal MAC finish function by mohammad1603 · 7 years ago
  73. 4eed757 add new test scenarios by mohammad1603 · 7 years ago
  74. a97cb8c Add calls for set policy in export/sign tests by mohammad1603 · 7 years ago
  75. a592623 Rename PKCS1V15 to PKCS1V15_SIGN by Gilles Peskine · 7 years ago
  76. 8cc1cee Key Policy APIs implementation by mohammad1603 · 7 years ago
  77. 40f68b9 Use unhexify_alloc where applicable by Gilles Peskine · 7 years ago
  78. 8c9def3 PSA: Implement MAC functions by Gilles Peskine · 7 years ago
  79. 9ef733f Implement hash functions by Gilles Peskine · 7 years ago
  80. 93aa033 PSA asymmetric signature: set *signature_length = 0 on failure by Gilles Peskine · 8 years ago
  81. 0189e75 PSA crypto: PSA_ASYMMETRIC_SIGN_OUTPUT_SIZE macro by Gilles Peskine · 8 years ago
  82. 20035e3 PSA crypto: asymmetric signature (RSA PKCS#1v1.5 only) by Gilles Peskine · 8 years ago
  83. c66ea6a PSA key import: support RSA public keys by Gilles Peskine · 8 years ago
  84. 969ac72 PSA RSA key import: don't rely on pk so much by Gilles Peskine · 8 years ago
  85. 2f9c4dc Add key management functions by Gilles Peskine · 8 years ago
  86. 1d26709 New function mbedtls_rsa_get_bitlen by Gilles Peskine · 8 years ago
  87. e59236f Add PSA crypto module by Gilles Peskine · 8 years ago
  88. 4d075cd Update library version number to 2.13.0 by Simon Butcher · 7 years ago
  89. 552754a Merge remote-tracking branch 'public/pr/1988' into development by Simon Butcher · 7 years ago
  90. 68dbc94 Merge remote-tracking branch 'public/pr/1951' into development by Simon Butcher · 7 years ago
  91. e50128a Merge remote-tracking branch 'public/pr/1994' into development by Simon Butcher · 7 years ago
  92. 108992e Add MTU auto-reduction test with valgrind by Hanno Becker · 7 years ago
  93. 37029eb Skip MTU auto-reduction test when running valgrind by Hanno Becker · 7 years ago
  94. 39b8bc9 Change wording of debug message by Hanno Becker · 7 years ago
  95. 7c48dd1 ssl-opt.sh: Add function extracting val or default val from config.h by Hanno Becker · 7 years ago
  96. dc1e950 DTLS reordering: Add test for buffering a proper fragment by Hanno Becker · 7 years ago
  97. 14dac09 Merge remote-tracking branch 'public/pr/1918' into development by Simon Butcher · 7 years ago
  98. 1846e40 Merge remote-tracking branch 'public/pr/1939' into development by Simon Butcher · 7 years ago
  99. 9598845 Merge remote-tracking branch 'public/pr/1955' into development by Simon Butcher · 7 years ago
  100. e604556 ssl-opt.sh: Don't hardcode varname in requires_config_value_xxx() by Hanno Becker · 7 years ago