1. bb1072f Fix use of mbedtls_cipher_info_from_psa by Gilles Peskine · 7 years ago
  2. 84861a9 Merge remote-tracking branch 'psa/psa-wrapper-apis-aead' into feature-psa by Gilles Peskine · 7 years ago
  3. 5e39dc9 New macro PSA_AEAD_TAG_SIZE, use it for PSA_AEAD_xxx_OUTPUT_SIZE by Gilles Peskine · 7 years ago
  4. 212e4d8 Improve documentation of PSA_AEAD_xxx_OUTPUT_SIZE by Gilles Peskine · 7 years ago
  5. 3158564 add nonce as argument to the test function of encrypt/decrypt by mohammad1603 · 7 years ago
  6. fc614b1 fix parentheses by mohammad1603 · 7 years ago
  7. 1347a73 fix macros documentation style. by mohammad1603 · 7 years ago
  8. e109f21 remove unnecessary check for block size by mohammad1603 · 7 years ago
  9. a1d9801 add slot validation by mohammad1603 · 7 years ago
  10. e3cb8a8 return PSA_ERROR_BUFFER_TOO_SMALL intead of PSA_ERROR_INVALID_ARGUMENT by mohammad1603 · 7 years ago
  11. fb5b9cb add missing documentations by mohammad1603 · 7 years ago
  12. 8ffd764 re-group test vectors and change vectors' names by mohammad1603 · 7 years ago
  13. 6b4d98c remove trailing spaces by mohammad1603 · 7 years ago
  14. 5ed0621 aligned with coding standards - line length by mohammad1603 · 7 years ago
  15. f7f72da add invalid signature test case by mohammad1603 · 7 years ago
  16. c1ee32e add GCM test vectors encrypt/decrypt by mohammad1603 · 7 years ago
  17. 371a6e4 add decrypt tests for CCM by mohammad1603 · 7 years ago
  18. ed8dbeb add and fix data vectors by mohammad1603 · 7 years ago
  19. f14394b add policy checks by mohammad1603 · 7 years ago
  20. 96910d8 fix block size depending on algorithm by mohammad1603 · 7 years ago
  21. 0317945 disable uncompleted tests by mohammad1603 · 7 years ago
  22. f2525eb add encryption only test case by mohammad1603 · 7 years ago
  23. 4b26850 fix tests according to the code changes in error value by mohammad1603 · 7 years ago
  24. 60a64d0 remove unnecessary argument to the psa_aead_unpadded_locate_tag function by mohammad1603 · 7 years ago
  25. 15223a8 write the tag directly on the ciphertext buffer. by mohammad1603 · 7 years ago
  26. 4fc744f change the check of block size for all supported algorithms by mohammad1603 · 7 years ago
  27. 0f21465 use mbedtls_cipher_info_from_psa to get cipher ID by mohammad1603 · 7 years ago
  28. f58aa6a use memset instead of mbedtils_zeroize by mohammad1603 · 7 years ago
  29. 554faad return NOT_SUPPORTED instead of INVLID_ARGUMENT by mohammad1603 · 7 years ago
  30. 95893f8 remove usless cast by mohammad1603 · 7 years ago
  31. f08a550 set output length to zero to cover output length in error case by mohammad1603 · 7 years ago
  32. f4f0d61 change mbedtls_cipher_info_from_psa to provide cipher_id also by mohammad1603 · 7 years ago
  33. 22898ba remove duplicated definition by mohammad1603 · 7 years ago
  34. 9375f84 fix code offsets after rebase by mohammad1603 · 7 years ago
  35. ee652a3 Fix psa_aead_decrypt to read the tag at the end of the ciphertext by Gilles Peskine · 7 years ago
  36. 36a74b7 Fix Doxygen comments to pass clang -Wdocumentation by Gilles Peskine · 7 years ago
  37. 1e7d8f1 Document AEAD functions by Gilles Peskine · 7 years ago
  38. a40d774 Whitespace fixes by Gilles Peskine · 7 years ago
  39. 2039939 add psa_crypto to test suites by mohammad1603 · 7 years ago
  40. e797945 initialize length variables and process decrypt only when encrypts passes by mohammad1603 · 7 years ago
  41. 3957465 add else for not supported algorithm by mohammad1603 · 7 years ago
  42. 9b07132 remove compilation warnings by mohammad1603 · 7 years ago
  43. f07db2e Add more test scenario for GCM and failure cases by mohammad1603 · 7 years ago
  44. 5c8845f return invalid argument for unsupported algorithms by mohammad1603 · 7 years ago
  45. d973472 Fix loop index and output size parameter value by mohammad1603 · 7 years ago
  46. e58e684 fix condition over key type by mohammad1603 · 7 years ago
  47. 17638ef remove unused variable by mohammad1603 · 7 years ago
  48. bdd892a Add test scenario by mohammad1603 · 7 years ago
  49. dad36fa add Key and Algorithm validation by mohammad1603 · 7 years ago
  50. a7e6df7 Validation fixes for key_type by mohammad1603 · 7 years ago
  51. 091e73b Fix usage of TEST_ASSERT by mohammad1603 · 7 years ago
  52. 4f5eb7c Fill the the output buffer with zero data in case of failure by mohammad1603 · 7 years ago
  53. 6bbd8c7 Remove unnecessary cast by mohammad1603 · 7 years ago
  54. db62473 Parameters validation fixes by mohammad1603 · 7 years ago
  55. 9112693 aead test scenario by mohammad1603 · 7 years ago
  56. 579d359 remove psa_aead_encrypt_setup from header file by mohammad1603 · 7 years ago
  57. ce5cba9 unify the concatenation of the tag and update output length by mohammad1603 · 7 years ago
  58. 9e5a515 Fix parameter validation by mohammad1603 · 7 years ago
  59. 47ddf3d Concatenate the tag to the output buffer by mohammad1603 · 7 years ago
  60. 5955c98 Initial implementation of the AEAD decrypt/encrypt APIs by mohammad1603 · 7 years ago
  61. 3aa8efb Merge remote-tracking branch 'psa/psa-wrapper-apis-march-12' into feature-psa by Gilles Peskine · 7 years ago
  62. 39ee871 Change AEAD APIs to integrated AEAD APIs. by mohammad1603 · 7 years ago
  63. 5809ce7 Add PKCS#7 good decryption test cases by Gilles Peskine · 7 years ago
  64. 42b8aec Correct some bad test data by Gilles Peskine · 7 years ago
  65. a7ec95f Cipher tests: calculate and verify the actual output size by Gilles Peskine · 7 years ago
  66. 50e586b We don't need _test_ in test function names by Gilles Peskine · 7 years ago
  67. 048b7f0 Rename some variables to make the code easier to read by Gilles Peskine · 7 years ago
  68. 8172b87 add tests cases by Moran Peker · 7 years ago
  69. a9c3a65 tests fix + max_output_size by Moran Peker · 7 years ago
  70. 9e3aa62 change variable naming by Moran Peker · 7 years ago
  71. 17ddaa2 Correct and improve cipher test case descriptions by Gilles Peskine · 7 years ago
  72. 9cf78d3 Fix some test case dependencies on cipher modes by Gilles Peskine · 7 years ago
  73. 4ca9c3f Fix whitespace issues by Gilles Peskine · 7 years ago
  74. 7f87850 fix and add tests case + fix for padding mode by Moran Peker · 7 years ago
  75. ded8440 fix and add tests case + fix for padding mode by Moran Peker · 7 years ago
  76. 5cbb4c8 Correct some test case descriptions by Gilles Peskine · 7 years ago
  77. 7268afc Reordered cipher tests to be just after MAC tests by Gilles Peskine · 7 years ago
  78. 691dfb3 Whitespce normalization by Gilles Peskine · 7 years ago
  79. 2c5219a Whitespace normalization by Gilles Peskine · 7 years ago
  80. 5351420 Use block local variable for padding_mode for readability by Gilles Peskine · 7 years ago
  81. 7cb22b8 abort operation before return + fix error checks by Moran Peker · 7 years ago
  82. 5eb6e9e PSA_ALG_CBC_BASE -> SA_ALG_CBC_BASE | PSA_ALG_BLOCK_CIPHER_PAD_NONE by Moran Peker · 7 years ago
  83. 89d789c Refactor some argument checks for readability by Gilles Peskine · 7 years ago
  84. 7e92885 Wrap lines to 80 columns by Gilles Peskine · 7 years ago
  85. e553c65 Fix indentation and horizontal whitespace by Gilles Peskine · 7 years ago
  86. d810024 Remove cipher_test_positive, duplicated as cipher_test_encrypt by Gilles Peskine · 7 years ago
  87. 7691fb7 add new test scenario (cipher_test_encrypt_multipart) by Moran Peker · 7 years ago
  88. 3520c2c unset iv_required to 0 (psa_encrypt_set_iv)and block_size (psa_cipher_setup) by Moran Peker · 7 years ago
  89. 395db87 adjust indentation per Mbed TLS standards by Moran Peker · 7 years ago
  90. ae38279 add missing psa_cipher_abort( operation ) by Moran Peker · 7 years ago
  91. 7053116 fix compilation error - missing if by Moran Peker · 7 years ago
  92. 96cc00a add missing tests function by Moran Peker · 7 years ago
  93. f55e804 adjust indentation per Mbed TLS standards by Moran Peker · 7 years ago
  94. a28258c adjust indentation per Mbed TLS standards by Moran Peker · 7 years ago
  95. 2cab25a fix conditions in psa_cipher_finish function by Moran Peker · 7 years ago
  96. dc38ebc delete decrypt checks + fix memcpy& return value by Moran Peker · 7 years ago
  97. ad9d82c add iv_required field to psa_cipher_operation_s and fix relevant functions by Moran Peker · 7 years ago
  98. 71f19ae add missing call to psa_cipher_abort in cipher_setup func + iv_length check in cipher_set_iv func by Moran Peker · 7 years ago
  99. 406008a add missing check on output_size in psa_cipher_update func by Moran Peker · 7 years ago
  100. bed71a2 fix missing check on output_size in psa_cipher_finish func by Moran Peker · 7 years ago