1. ed8dbeb add and fix data vectors by mohammad1603 · 7 years ago
  2. f14394b add policy checks by mohammad1603 · 7 years ago
  3. 96910d8 fix block size depending on algorithm by mohammad1603 · 7 years ago
  4. 0317945 disable uncompleted tests by mohammad1603 · 7 years ago
  5. f2525eb add encryption only test case by mohammad1603 · 7 years ago
  6. 4b26850 fix tests according to the code changes in error value by mohammad1603 · 7 years ago
  7. 60a64d0 remove unnecessary argument to the psa_aead_unpadded_locate_tag function by mohammad1603 · 7 years ago
  8. 15223a8 write the tag directly on the ciphertext buffer. by mohammad1603 · 7 years ago
  9. 4fc744f change the check of block size for all supported algorithms by mohammad1603 · 7 years ago
  10. 0f21465 use mbedtls_cipher_info_from_psa to get cipher ID by mohammad1603 · 7 years ago
  11. f58aa6a use memset instead of mbedtils_zeroize by mohammad1603 · 7 years ago
  12. 554faad return NOT_SUPPORTED instead of INVLID_ARGUMENT by mohammad1603 · 7 years ago
  13. 95893f8 remove usless cast by mohammad1603 · 7 years ago
  14. f08a550 set output length to zero to cover output length in error case by mohammad1603 · 7 years ago
  15. f4f0d61 change mbedtls_cipher_info_from_psa to provide cipher_id also by mohammad1603 · 7 years ago
  16. 22898ba remove duplicated definition by mohammad1603 · 7 years ago
  17. 9375f84 fix code offsets after rebase by mohammad1603 · 7 years ago
  18. ee652a3 Fix psa_aead_decrypt to read the tag at the end of the ciphertext by Gilles Peskine · 7 years ago
  19. 36a74b7 Fix Doxygen comments to pass clang -Wdocumentation by Gilles Peskine · 7 years ago
  20. 1e7d8f1 Document AEAD functions by Gilles Peskine · 7 years ago
  21. a40d774 Whitespace fixes by Gilles Peskine · 7 years ago
  22. 2039939 add psa_crypto to test suites by mohammad1603 · 7 years ago
  23. e797945 initialize length variables and process decrypt only when encrypts passes by mohammad1603 · 7 years ago
  24. 3957465 add else for not supported algorithm by mohammad1603 · 7 years ago
  25. 9b07132 remove compilation warnings by mohammad1603 · 7 years ago
  26. f07db2e Add more test scenario for GCM and failure cases by mohammad1603 · 7 years ago
  27. 5c8845f return invalid argument for unsupported algorithms by mohammad1603 · 7 years ago
  28. d973472 Fix loop index and output size parameter value by mohammad1603 · 7 years ago
  29. e58e684 fix condition over key type by mohammad1603 · 7 years ago
  30. 17638ef remove unused variable by mohammad1603 · 7 years ago
  31. bdd892a Add test scenario by mohammad1603 · 7 years ago
  32. dad36fa add Key and Algorithm validation by mohammad1603 · 7 years ago
  33. a7e6df7 Validation fixes for key_type by mohammad1603 · 7 years ago
  34. 091e73b Fix usage of TEST_ASSERT by mohammad1603 · 7 years ago
  35. 4f5eb7c Fill the the output buffer with zero data in case of failure by mohammad1603 · 7 years ago
  36. 6bbd8c7 Remove unnecessary cast by mohammad1603 · 7 years ago
  37. db62473 Parameters validation fixes by mohammad1603 · 7 years ago
  38. 9112693 aead test scenario by mohammad1603 · 7 years ago
  39. 579d359 remove psa_aead_encrypt_setup from header file by mohammad1603 · 7 years ago
  40. ce5cba9 unify the concatenation of the tag and update output length by mohammad1603 · 7 years ago
  41. 9e5a515 Fix parameter validation by mohammad1603 · 7 years ago
  42. 47ddf3d Concatenate the tag to the output buffer by mohammad1603 · 7 years ago
  43. 5955c98 Initial implementation of the AEAD decrypt/encrypt APIs by mohammad1603 · 7 years ago
  44. 39ee871 Change AEAD APIs to integrated AEAD APIs. by mohammad1603 · 7 years ago
  45. 02607e4 Merge pull request #29 from ARMmbed/psa-wrapper-apis-ecdsa-feature-psa by Gilles Peskine · 7 years ago
  46. 7b30f8b Added handling for MBEDTLS_ERR_ECP_XXX error codes by itayzafrir · 7 years ago
  47. 5c75339 ECDSA sign and verify implementation and tests by itayzafrir · 7 years ago
  48. a0655c3 Merge remote-tracking branch 'psa/pr/13' into feature-psa by Gilles Peskine · 7 years ago
  49. f0c9dd3 Added possible error codes for lifetime functions by Gilles Peskine · 7 years ago
  50. 9bb53d7 Fix copypasta in lifetime function descriptions by Gilles Peskine · 7 years ago
  51. 8ca5602 Whitespace fixes by Gilles Peskine · 7 years ago
  52. a7d245a Fix return error values description by mohammad1603 · 7 years ago
  53. ea05009 Change behavior of psa_get_key_lifetime() by mohammad1603 · 7 years ago
  54. 1c34545 Remove usage of PSA_KEY_LIFETIME_NONE by mohammad1603 · 7 years ago
  55. 5d7ec20 fix key lifetime set implementation , tests accordingly by mohammad1603 · 7 years ago
  56. ba17851 Remove unused and duplicated erros, fix documentation and tests by mohammad1603 · 7 years ago
  57. 060ad8a Compilation and tests fixes by mohammad1603 · 7 years ago
  58. 804cd71 initial key lifetime implementation and tests by mohammad1603 · 7 years ago
  59. c63b6ba Merge remote-tracking branch 'psa/pr/14' into feature-psa by Gilles Peskine · 7 years ago
  60. 47c1bc0 Correct some return codes by Gilles Peskine · 7 years ago
  61. 8d2abd6 Merge remote-tracking branch 'psa/pr/15' into feature-psa by Gilles Peskine · 7 years ago
  62. 38a622b Function psa_get_key_policy() now return policy value for empty slots by mohammad1603 · 7 years ago
  63. 0eb6e97 Merge pull request #4 from ARMmbed/psa-wrapper-apis-march-2 by Gilles Peskine · 7 years ago
  64. 0629793 More precise bounds for PSA_ASYMMETRIC_DECRYPT_OUTPUT_SIZE by Gilles Peskine · 7 years ago
  65. 5feda72 Remove usage of PSA_ERROR_INVALID_KEY_POLICY by mohammad1603 · 7 years ago
  66. 058e0b9 Avoid empty unions by Gilles Peskine · 7 years ago
  67. 9673cc8 Define PSA_ALG_RSA_OAEP_MGF1(hash) by Gilles Peskine · 7 years ago
  68. d926b88 Fix Policy enforcement sign test by mohammad1603 · 7 years ago
  69. 9a1ba0d Typo in the documentation of psa_get_key_information by Gilles Peskine · 7 years ago
  70. f48af7f psa_generate_key: specify what the extra parameters mean by Gilles Peskine · 7 years ago
  71. 6df908f Add static internal MAC finish function by mohammad1603 · 7 years ago
  72. 9e7dc71 New function: generate key/random by Gilles Peskine · 7 years ago
  73. 4eed757 add new test scenarios by mohammad1603 · 7 years ago
  74. 6944f9a New functions: asymmetric encrypt/decrypt by Gilles Peskine · 7 years ago
  75. a97cb8c Add calls for set policy in export/sign tests by mohammad1603 · 7 years ago
  76. 8484565 Minor errors in documentation around asymmetric signature by Gilles Peskine · 7 years ago
  77. 06e7920 integrate policy key usage in export and asymmetric sign functions by mohammad1603 · 7 years ago
  78. a592623 Rename PKCS1V15 to PKCS1V15_SIGN by Gilles Peskine · 7 years ago
  79. 8cc1cee Key Policy APIs implementation by mohammad1603 · 7 years ago
  80. 1906798 Fix some typos and copypasta by Gilles Peskine · 7 years ago
  81. ed52297 Clarify how multipart operations get terminated by Gilles Peskine · 7 years ago
  82. 971f706 More precise reference for the RSA public key format by Gilles Peskine · 7 years ago
  83. 7e19853 More documentation by Gilles Peskine · 7 years ago
  84. d393e18 Add psa_set_key_lifetime by Gilles Peskine · 7 years ago
  85. e3f694f Remove non-standard hash algorithms by Gilles Peskine · 7 years ago
  86. 06dc263 Fix macro definitions for ECC keys by Gilles Peskine · 7 years ago
  87. 40f68b9 Use unhexify_alloc where applicable by Gilles Peskine · 7 years ago
  88. dc2fc84 Rename xxx_of_psa functions to xxx_from_psa by Gilles Peskine · 7 years ago
  89. 3c6e970 Fix memory leak in psa_destroy_key by Gilles Peskine · 7 years ago
  90. 6d91213 Add some comments to document some non-obvious coding choices by Gilles Peskine · 7 years ago
  91. 03182e9 Fix parameter name in PSA_BLOCK_CIPHER_BLOCK_SIZE by Gilles Peskine · 7 years ago
  92. f5b9fa1 Documentation clarifications by Gilles Peskine · 7 years ago
  93. 2905a7a Fix namespace violation by Gilles Peskine · 7 years ago
  94. e4ebc12 psa_crypto_init: set the global initialized flag by Gilles Peskine · 7 years ago
  95. 609b6a5 Get the lifetime of a key slot by Gilles Peskine · 7 years ago
  96. 7698bcf Basic interface for key policies by Gilles Peskine · 7 years ago
  97. 92b3073 Minor documentation fixes by Gilles Peskine · 7 years ago
  98. 3b55571 Prototypes for AEAD functions by Gilles Peskine · 7 years ago
  99. 428dc5a Prototypes for symmetric cipher functions by Gilles Peskine · 7 years ago
  100. 7e4acc5 Document some MAC functions: psa_mac_start by Gilles Peskine · 7 years ago