1. 967feec Doc: non C specific doxygen documentation added. by Gyorgy Szing · 7 years ago
  2. 8bdd458 Attest: Upgrade the API version to 1.0-beta-0 by Tamas Ban · 6 years ago
  3. 5296b4f Attest: Add CBOR/COSE encoding to IAT by Tamas Ban · 7 years ago
  4. eccae9d Attest: Make return values independent from TF-M by Tamas Ban · 7 years ago
  5. 94eb631 Attest: Update challenge size verification by Tamas Ban · 7 years ago
  6. b6b8056 Attest: Implement get token size API by Tamas Ban · 7 years ago
  7. 52d4a8e Attest: Update initial attestation header by Tamas Ban · 7 years ago
  8. 3587a9f Test: Remove old SST test suites by Marc Moreno Berengue · 7 years ago
  9. b93da8b SST: Replace SST APIs with PSA PS APIs by Jamie Fox · 7 years ago
  10. efb8b37 SST: Add PSA Protected Storage header by Jamie Fox · 7 years ago
  11. 82b87ca Crypto: Align implementation to pass PSA API compliance by Jamie Fox · 7 years ago
  12. efd8273 Crypto: Implement PSA key policy APIs by Jamie Fox · 7 years ago
  13. 3a48099 Crypto: Add support for AEAD operations by Antonio de Angelis · 7 years ago
  14. 7a36f78 Crypto: Add support for HMAC functionalities by Louis Mayencourt · 7 years ago
  15. cf85ba2 Crypto: Modularise the interaction with crypto primitives by Antonio de Angelis · 7 years ago
  16. 377a155 Crypto: Align to PSA Crypto headers 0.1.0a by Antonio de Angelis · 7 years ago
  17. 17c30bb Build: Enable linking with PSA API compliance tests in the NS app by Jamie Fox · 7 years ago
  18. 2a6f8c2 Core: change iovec return type to psa_status_t by Mate Toth-Pal · 7 years ago
  19. 16ec798 Test: Add testcase for testing outvec write by Mate Toth-Pal · 7 years ago
  20. b8ce0dd Core: Sanitize iovec parameters in TF-M Core by Mate Toth-Pal · 7 years ago
  21. bf25a40 Core: create iovec-based veneers for secure functions by Miklos Balint · 7 years ago
  22. 48a0eb5 Attest: Add initial attestation prototype by Tamas Ban · 7 years ago
  23. 6dfa6eb Attest: Release PSA API of initial attestation by Tamas Ban · 7 years ago
  24. 16a9ffb Core: fix NSPM default client ID assignment by Miklos Balint · 7 years ago
  25. 8e0fa7a PlatformSP: Add Platform service by Marc Moreno Berengue · 7 years ago
  26. 2b328e9 NSPM: Update NSPM mechanism to get thread name by Marc Moreno Berengue · 7 years ago
  27. a6f7216 Crypto: Add support for Hash functionalities by Antonio de Angelis · 7 years ago
  28. 8908f47 Crypto: Add Crypto service by Antonio de Angelis · 7 years ago
  29. fab0ff7 Merge changes I1144266d,I3be4100b by Tamas Ban · 7 years ago
  30. 1fdb12f Core: refactor error handling scenarios by Miklos Balint · 7 years ago
  31. 9ecb24c Core: add PSA API header files by Miklos Balint · 7 years ago
  32. cd8a126 SST: Renumber NS client IDs by Marc Moreno Berengue · 7 years ago
  33. 261df46 SST: Use get caller client ID API in SST by Mate Toth-Pal · 7 years ago
  34. 3956a8a App: Add SVC call for registering client ID by Mate Toth-Pal · 7 years ago
  35. ce61afa Core: Add veneer for registering NS client id by Mate Toth-Pal · 7 years ago
  36. 2eeac64 AuditLog: Align the implementation to the PSA header by Antonio de Angelis · 7 years ago
  37. 158bf18 Merge changes Iac4e1b7d,Ib771485e by Miklós Bálint · 7 years ago
  38. 12bc645 AuditLog: PSA API header by Antonio de Angelis · 7 years ago
  39. 1379e15 App, Test: Updates for thread mode NS-S transition by Mate Toth-Pal · 7 years ago
  40. 14276e9 Crypto: Add PSA API by Antonio de Angelis · 7 years ago
  41. f398da2 SST: Implement PSA SST API for secure partitions by Marc Moreno Berengue · 7 years ago
  42. c304f92 SST: Align PSA SST APIs with the coding style by Marc Moreno Berengue · 7 years ago
  43. 092aaf0 SST: Add reference read PSA SST API definition by Marc Moreno Berengue · 7 years ago
  44. b391976 SST: Align client ID type with PSA definition by Marc Moreno Berengue · 7 years ago
  45. 7d053a3 SST: First public draft of PSA SST APIs by Marc Moreno Berengue · 7 years ago
  46. 7903294 SST: Unpack tfm_sst_buf_t for read and write APIs by Marc Moreno Berengue · 7 years ago
  47. 10d0d36 SST: Add asset authentication token in the APIs by Marc Moreno Berengue · 7 years ago
  48. 4258e54 SST: Use asset ID instead of handle in all APIs by Marc Moreno Berengue · 7 years ago
  49. 51af951 SST: Add asset types and attributes by Marc Moreno Berengue · 7 years ago
  50. 675b6e9 SST: Rename get_attributes APIs to get_info by Marc Moreno Berengue · 7 years ago
  51. 6d7256b Test: Create secure client service by Ben Davis · 7 years ago
  52. 9a5bfea AuditLog: Additional API primitives by Antonio de Angelis · 7 years ago
  53. cc657b3 AuditLog: Build system changes by Antonio de Angelis · 8 years ago
  54. f1c0851 AuditLog: Non Secure interface by Antonio de Angelis · 8 years ago
  55. d9cd66e Interface: Refactor NS lock and SVC's interface by Antonio de Angelis · 7 years ago
  56. eba14e1 Core: Rename and move __cmse_secure_gateway macro by Antonio de Angelis · 7 years ago
  57. 7de74b5 Core: Rename services to partitions in core by Mate Toth-Pal · 7 years ago
  58. 349714a Core: Rename services to partitions in SPM by Mate Toth-Pal · 7 years ago
  59. 06aee08 Test: Add SST referenced access test suite by Jamie Fox · 8 years ago
  60. 5592db0 Test: Create SST test service by Jamie Fox · 8 years ago
  61. f4d8867 Interface: Interface provided to NS side by Ashutosh Singh · 8 years ago