1. 7cb22b8 abort operation before return + fix error checks by Moran Peker · 7 years ago
  2. 89d789c Refactor some argument checks for readability by Gilles Peskine · 7 years ago
  3. 7e92885 Wrap lines to 80 columns by Gilles Peskine · 7 years ago
  4. e553c65 Fix indentation and horizontal whitespace by Gilles Peskine · 7 years ago
  5. 3520c2c unset iv_required to 0 (psa_encrypt_set_iv)and block_size (psa_cipher_setup) by Moran Peker · 7 years ago
  6. 395db87 adjust indentation per Mbed TLS standards by Moran Peker · 7 years ago
  7. ae38279 add missing psa_cipher_abort( operation ) by Moran Peker · 7 years ago
  8. 7053116 fix compilation error - missing if by Moran Peker · 7 years ago
  9. a28258c adjust indentation per Mbed TLS standards by Moran Peker · 7 years ago
  10. 2cab25a fix conditions in psa_cipher_finish function by Moran Peker · 7 years ago
  11. dc38ebc delete decrypt checks + fix memcpy& return value by Moran Peker · 7 years ago
  12. ad9d82c add iv_required field to psa_cipher_operation_s and fix relevant functions by Moran Peker · 7 years ago
  13. 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
  14. 406008a add missing check on output_size in psa_cipher_update func by Moran Peker · 7 years ago
  15. bed71a2 fix missing check on output_size in psa_cipher_finish func by Moran Peker · 7 years ago
  16. 0071b87 add missing parameter output_size on psa_cipher_finish by Moran Peker · 7 years ago
  17. 4c80d83 adjust indentation per Mbed TLS standards by Moran Peker · 7 years ago
  18. b152d4d add test scenarios to decrypt and encrypt input and compare with given output by mohammad1603 · 7 years ago
  19. 89e0f46 style by mohammad1603 · 7 years ago
  20. 41deec4 partly pr fix by Moran Peker · 7 years ago
  21. e1210dc remove unused parameter in psa_cipher_finish. by Moran Peker · 7 years ago
  22. 3205a65 tests fix by Moran Peker · 7 years ago
  23. 16864af fix static function name by mohammad1603 · 7 years ago
  24. 8481e74 CR fixes by mohammad1603 · 7 years ago
  25. efb0107 CR fix, remove exposing ECB by mohammad1603 · 7 years ago
  26. 990a18c add ecb to cipher algorithms by mohammad1603 · 7 years ago
  27. 8275961 warnings fixes by mohammad1603 · 7 years ago
  28. 503973b initial implementation for PSA symmetric APIs - missing tests and documentations by mohammad1603 · 7 years ago
  29. a0655c3 Merge remote-tracking branch 'psa/pr/13' into feature-psa by Gilles Peskine · 7 years ago
  30. ea05009 Change behavior of psa_get_key_lifetime() by mohammad1603 · 7 years ago
  31. 5d7ec20 fix key lifetime set implementation , tests accordingly by mohammad1603 · 7 years ago
  32. ba17851 Remove unused and duplicated erros, fix documentation and tests by mohammad1603 · 7 years ago
  33. 060ad8a Compilation and tests fixes by mohammad1603 · 7 years ago
  34. 804cd71 initial key lifetime implementation and tests by mohammad1603 · 7 years ago
  35. c63b6ba Merge remote-tracking branch 'psa/pr/14' into feature-psa by Gilles Peskine · 7 years ago
  36. 47c1bc0 Correct some return codes by Gilles Peskine · 7 years ago
  37. 38a622b Function psa_get_key_policy() now return policy value for empty slots by mohammad1603 · 7 years ago
  38. 5feda72 Remove usage of PSA_ERROR_INVALID_KEY_POLICY by mohammad1603 · 7 years ago
  39. 6df908f Add static internal MAC finish function by mohammad1603 · 7 years ago
  40. 4eed757 add new test scenarios by mohammad1603 · 7 years ago
  41. 06e7920 integrate policy key usage in export and asymmetric sign functions by mohammad1603 · 7 years ago
  42. a592623 Rename PKCS1V15 to PKCS1V15_SIGN by Gilles Peskine · 7 years ago
  43. 8cc1cee Key Policy APIs implementation by mohammad1603 · 7 years ago
  44. dc2fc84 Rename xxx_of_psa functions to xxx_from_psa by Gilles Peskine · 7 years ago
  45. 3c6e970 Fix memory leak in psa_destroy_key by Gilles Peskine · 7 years ago
  46. 6d91213 Add some comments to document some non-obvious coding choices by Gilles Peskine · 7 years ago
  47. e4ebc12 psa_crypto_init: set the global initialized flag by Gilles Peskine · 7 years ago
  48. 8c9def3 PSA: Implement MAC functions by Gilles Peskine · 7 years ago
  49. 9ef733f Implement hash functions by Gilles Peskine · 7 years ago
  50. a590529 Greatly expanded mbedtls_to_psa_error by Gilles Peskine · 7 years ago
  51. 93aa033 PSA asymmetric signature: set *signature_length = 0 on failure by Gilles Peskine · 7 years ago
  52. 20035e3 PSA crypto: asymmetric signature (RSA PKCS#1v1.5 only) by Gilles Peskine · 7 years ago
  53. c66ea6a PSA key import: support RSA public keys by Gilles Peskine · 7 years ago
  54. 969ac72 PSA RSA key import: don't rely on pk so much by Gilles Peskine · 8 years ago
  55. 2f9c4dc Add key management functions by Gilles Peskine · 8 years ago
  56. e59236f Add PSA crypto module by Gilles Peskine · 8 years ago