1. 625b01c Add OAEP placeholders in asymmetric encrypt/decrypt by Gilles Peskine · 7 years ago
  2. 8b18a4f Rename verify_RSA_hash_input_and_get_md_type by Gilles Peskine · 7 years ago
  3. 61b91d4 Normalize whitespace to Mbed TLS standards by Gilles Peskine · 7 years ago
  4. 1c2a7ea Allow psa_asymmetric_verify and psa_asymmetric_encrypt to use public key only. by Nir Sonnenschein · 7 years ago
  5. d708260 add key policy enforcement implementation by Nir Sonnenschein · 7 years ago
  6. ca466c8 Set output length to safe value by Nir Sonnenschein · 7 years ago
  7. c460291 Re-Add ECC verification code which was not properly merged in re-base. by Nir Sonnenschein · 7 years ago
  8. 4db79eb Extract common code by Nir Sonnenschein · 7 years ago
  9. 717a040 Remove duplicate / unneeded code by Nir Sonnenschein · 7 years ago
  10. 5b051bc Remove trailing whitespace by Gilles Peskine · 7 years ago
  11. 6afe789 Finish renaming around PSA_ALG_IS_RSA_PKCS1V15 by Gilles Peskine · 7 years ago
  12. 4f594ec remove check for key pair (public key should be enough for verification) by Nir Sonnenschein · 7 years ago
  13. 7f5a319 code fixes for internal code review: by Nir Sonnenschein · 7 years ago
  14. 39e5914 added support for PKCSv1.5 signature verification and encryption/decryption and very basic tests. by Nir Sonnenschein · 7 years ago
  15. 7b30f8b Added handling for MBEDTLS_ERR_ECP_XXX error codes by itayzafrir · 7 years ago
  16. 5c75339 ECDSA sign and verify implementation and tests by itayzafrir · 7 years ago
  17. a0655c3 Merge remote-tracking branch 'psa/pr/13' into feature-psa by Gilles Peskine · 7 years ago
  18. ea05009 Change behavior of psa_get_key_lifetime() by mohammad1603 · 7 years ago
  19. 5d7ec20 fix key lifetime set implementation , tests accordingly by mohammad1603 · 7 years ago
  20. ba17851 Remove unused and duplicated erros, fix documentation and tests by mohammad1603 · 7 years ago
  21. 060ad8a Compilation and tests fixes by mohammad1603 · 7 years ago
  22. 804cd71 initial key lifetime implementation and tests by mohammad1603 · 7 years ago
  23. c63b6ba Merge remote-tracking branch 'psa/pr/14' into feature-psa by Gilles Peskine · 7 years ago
  24. 47c1bc0 Correct some return codes by Gilles Peskine · 7 years ago
  25. 38a622b Function psa_get_key_policy() now return policy value for empty slots by mohammad1603 · 7 years ago
  26. 5feda72 Remove usage of PSA_ERROR_INVALID_KEY_POLICY by mohammad1603 · 7 years ago
  27. 6df908f Add static internal MAC finish function by mohammad1603 · 7 years ago
  28. 4eed757 add new test scenarios by mohammad1603 · 7 years ago
  29. 06e7920 integrate policy key usage in export and asymmetric sign functions by mohammad1603 · 7 years ago
  30. a592623 Rename PKCS1V15 to PKCS1V15_SIGN by Gilles Peskine · 7 years ago
  31. 8cc1cee Key Policy APIs implementation by mohammad1603 · 7 years ago
  32. dc2fc84 Rename xxx_of_psa functions to xxx_from_psa by Gilles Peskine · 7 years ago
  33. 3c6e970 Fix memory leak in psa_destroy_key by Gilles Peskine · 7 years ago
  34. 6d91213 Add some comments to document some non-obvious coding choices by Gilles Peskine · 7 years ago
  35. e4ebc12 psa_crypto_init: set the global initialized flag by Gilles Peskine · 7 years ago
  36. 8c9def3 PSA: Implement MAC functions by Gilles Peskine · 7 years ago
  37. 9ef733f Implement hash functions by Gilles Peskine · 7 years ago
  38. a590529 Greatly expanded mbedtls_to_psa_error by Gilles Peskine · 7 years ago
  39. 93aa033 PSA asymmetric signature: set *signature_length = 0 on failure by Gilles Peskine · 8 years ago
  40. 20035e3 PSA crypto: asymmetric signature (RSA PKCS#1v1.5 only) by Gilles Peskine · 8 years ago
  41. c66ea6a PSA key import: support RSA public keys by Gilles Peskine · 8 years ago
  42. 969ac72 PSA RSA key import: don't rely on pk so much by Gilles Peskine · 8 years ago
  43. 2f9c4dc Add key management functions by Gilles Peskine · 8 years ago
  44. e59236f Add PSA crypto module by Gilles Peskine · 8 years ago