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