1. 15223a8 write the tag directly on the ciphertext buffer. by mohammad1603 · 7 years ago
  2. 4fc744f change the check of block size for all supported algorithms by mohammad1603 · 7 years ago
  3. 0f21465 use mbedtls_cipher_info_from_psa to get cipher ID by mohammad1603 · 7 years ago
  4. f58aa6a use memset instead of mbedtils_zeroize by mohammad1603 · 7 years ago
  5. 554faad return NOT_SUPPORTED instead of INVLID_ARGUMENT by mohammad1603 · 7 years ago
  6. 95893f8 remove usless cast by mohammad1603 · 7 years ago
  7. f08a550 set output length to zero to cover output length in error case by mohammad1603 · 7 years ago
  8. f4f0d61 change mbedtls_cipher_info_from_psa to provide cipher_id also by mohammad1603 · 7 years ago
  9. 9375f84 fix code offsets after rebase by mohammad1603 · 7 years ago
  10. ee652a3 Fix psa_aead_decrypt to read the tag at the end of the ciphertext by Gilles Peskine · 7 years ago
  11. a40d774 Whitespace fixes by Gilles Peskine · 7 years ago
  12. 3957465 add else for not supported algorithm by mohammad1603 · 7 years ago
  13. 5c8845f return invalid argument for unsupported algorithms by mohammad1603 · 7 years ago
  14. e58e684 fix condition over key type by mohammad1603 · 7 years ago
  15. 17638ef remove unused variable by mohammad1603 · 7 years ago
  16. dad36fa add Key and Algorithm validation by mohammad1603 · 7 years ago
  17. a7e6df7 Validation fixes for key_type by mohammad1603 · 7 years ago
  18. 4f5eb7c Fill the the output buffer with zero data in case of failure by mohammad1603 · 7 years ago
  19. 6bbd8c7 Remove unnecessary cast by mohammad1603 · 7 years ago
  20. db62473 Parameters validation fixes by mohammad1603 · 7 years ago
  21. ce5cba9 unify the concatenation of the tag and update output length by mohammad1603 · 7 years ago
  22. 9e5a515 Fix parameter validation by mohammad1603 · 7 years ago
  23. 47ddf3d Concatenate the tag to the output buffer by mohammad1603 · 7 years ago
  24. 5955c98 Initial implementation of the AEAD decrypt/encrypt APIs by mohammad1603 · 7 years ago
  25. 7b30f8b Added handling for MBEDTLS_ERR_ECP_XXX error codes by itayzafrir · 7 years ago
  26. 5c75339 ECDSA sign and verify implementation and tests by itayzafrir · 7 years ago
  27. a0655c3 Merge remote-tracking branch 'psa/pr/13' into feature-psa by Gilles Peskine · 7 years ago
  28. ea05009 Change behavior of psa_get_key_lifetime() by mohammad1603 · 7 years ago
  29. 5d7ec20 fix key lifetime set implementation , tests accordingly by mohammad1603 · 7 years ago
  30. ba17851 Remove unused and duplicated erros, fix documentation and tests by mohammad1603 · 7 years ago
  31. 060ad8a Compilation and tests fixes by mohammad1603 · 7 years ago
  32. 804cd71 initial key lifetime implementation and tests by mohammad1603 · 7 years ago
  33. c63b6ba Merge remote-tracking branch 'psa/pr/14' into feature-psa by Gilles Peskine · 7 years ago
  34. 47c1bc0 Correct some return codes by Gilles Peskine · 7 years ago
  35. 38a622b Function psa_get_key_policy() now return policy value for empty slots by mohammad1603 · 7 years ago
  36. 5feda72 Remove usage of PSA_ERROR_INVALID_KEY_POLICY by mohammad1603 · 7 years ago
  37. 6df908f Add static internal MAC finish function by mohammad1603 · 7 years ago
  38. 4eed757 add new test scenarios by mohammad1603 · 7 years ago
  39. 06e7920 integrate policy key usage in export and asymmetric sign functions by mohammad1603 · 7 years ago
  40. a592623 Rename PKCS1V15 to PKCS1V15_SIGN by Gilles Peskine · 7 years ago
  41. 8cc1cee Key Policy APIs implementation by mohammad1603 · 7 years ago
  42. dc2fc84 Rename xxx_of_psa functions to xxx_from_psa by Gilles Peskine · 7 years ago
  43. 3c6e970 Fix memory leak in psa_destroy_key by Gilles Peskine · 7 years ago
  44. 6d91213 Add some comments to document some non-obvious coding choices by Gilles Peskine · 7 years ago
  45. e4ebc12 psa_crypto_init: set the global initialized flag by Gilles Peskine · 7 years ago
  46. 8c9def3 PSA: Implement MAC functions by Gilles Peskine · 7 years ago
  47. 9ef733f Implement hash functions by Gilles Peskine · 7 years ago
  48. a590529 Greatly expanded mbedtls_to_psa_error by Gilles Peskine · 7 years ago
  49. 93aa033 PSA asymmetric signature: set *signature_length = 0 on failure by Gilles Peskine · 7 years ago
  50. 20035e3 PSA crypto: asymmetric signature (RSA PKCS#1v1.5 only) by Gilles Peskine · 7 years ago
  51. c66ea6a PSA key import: support RSA public keys by Gilles Peskine · 7 years ago
  52. 969ac72 PSA RSA key import: don't rely on pk so much by Gilles Peskine · 8 years ago
  53. 2f9c4dc Add key management functions by Gilles Peskine · 8 years ago
  54. e59236f Add PSA crypto module by Gilles Peskine · 8 years ago