1. efb8b37 SST: Add PSA Protected Storage header by Jamie Fox · 7 years ago
  2. ba2bfd8 Docs: Update required Mbed TLS version to 2.7.9 by Jamie Fox · 7 years ago
  3. 82b87ca Crypto: Align implementation to pass PSA API compliance by Jamie Fox · 7 years ago
  4. efd8273 Crypto: Implement PSA key policy APIs by Jamie Fox · 7 years ago
  5. 3a48099 Crypto: Add support for AEAD operations by Antonio de Angelis · 7 years ago
  6. 1c1856a Test: Add tests for new cipher modes by Jamie Fox · 7 years ago
  7. 4394fcf Crypto: Add support for more ciphers by Jamie Fox · 7 years ago
  8. 7a36f78 Crypto: Add support for HMAC functionalities by Louis Mayencourt · 7 years ago
  9. cf85ba2 Crypto: Modularise the interaction with crypto primitives by Antonio de Angelis · 7 years ago
  10. 377a155 Crypto: Align to PSA Crypto headers 0.1.0a by Antonio de Angelis · 7 years ago
  11. 17c30bb Build: Enable linking with PSA API compliance tests in the NS app by Jamie Fox · 7 years ago
  12. e2846e3 Platform: Use NS alias for QSPI regs on Musca-A by Jamie Fox · 7 years ago
  13. a079ede Boot: Add support for later versions of Mbed TLS by Jamie Fox · 7 years ago
  14. 9051a46 Core: Avoid spurious 'maybe-uninitialised' warning by Jamie Fox · 7 years ago
  15. c43a86d Platform: fix CMSIS Flash driver config on Musca-A by David Vincze · 7 years ago
  16. 5cb980f Core: Fix iovec parameter passing for TFM_LVL==1 by Mate Toth-Pal · 7 years ago
  17. 2a6f8c2 Core: change iovec return type to psa_status_t by Mate Toth-Pal · 7 years ago
  18. 16ec798 Test: Add testcase for testing outvec write by Mate Toth-Pal · 7 years ago
  19. 062d1a0 Test: Add testcase for iovec sanity check by Mate Toth-Pal · 7 years ago
  20. 8d7f12b Test: Change test services to use iovec API by Mate Toth-Pal · 7 years ago
  21. 3db437a Core: Save iovec in SPM database by Mate Toth-Pal · 7 years ago
  22. b8ce0dd Core: Sanitize iovec parameters in TF-M Core by Mate Toth-Pal · 7 years ago
  23. cd9a4e5 Core: fix stack restoration in tfm_secure_api.c by Mate Toth-Pal · 7 years ago
  24. bf25a40 Core: create iovec-based veneers for secure functions by Miklos Balint · 7 years ago
  25. db5f4b7 Platform: ld: align sections in secure binary by Mate Toth-Pal · 7 years ago
  26. d008c3b Manifest: fix Attest service partition manifest by Mate Toth-Pal · 7 years ago
  27. 6874585 Manifest: Remove outdated Crypto APIs by Mate Toth-Pal · 7 years ago
  28. ef75795 Build: Add support for GCC 7.3 by Jamie Fox · 7 years ago
  29. d584b61 Core: Make initial debug config platform-specific by Marc Moreno Berengue · 7 years ago
  30. fa0bdad AuditLog: Define a secure API interface layer by Antonio de Angelis · 7 years ago
  31. f1f7ebd Build: Add support for Armclang 6.10 and Armclang 6.11 by Antonio de Angelis · 7 years ago
  32. 287885f Build: Compile Mbed TLS as MinSizeRel by default by Jamie Fox · 7 years ago
  33. 30654e8 Build: Fix build for AN519 with MBEDTLS_DEBUG=OFF by Jamie Fox · 7 years ago
  34. 788bbc1 Attest: Add a service integration guide by Tamas Ban · 7 years ago
  35. 229f9db Test: Add test suite for Attestation Service by Tamas Ban · 7 years ago
  36. 48a0eb5 Attest: Add initial attestation prototype by Tamas Ban · 7 years ago
  37. 6dfa6eb Attest: Release PSA API of initial attestation by Tamas Ban · 7 years ago
  38. 38e1731 Platform: Add device ID support by Tamas Ban · 7 years ago
  39. 3681ce0 Platform: Add boot seed support by Tamas Ban · 7 years ago
  40. 997aeb3 Core: Create wrapper functions around C lib calls by Tamas Ban · 7 years ago
  41. 03220ae Platform: Reduce stack size of test partitions by Tamas Ban · 7 years ago
  42. bd4c069 Platform: Add SRAM limit assert to S sct files by Mate Toth-Pal · 7 years ago
  43. 9ff535b Core: Add data exchange b/w runtime and BL2 by Tamas Ban · 7 years ago
  44. a9de4a6 Boot: Save boot status to shared data area by Tamas Ban · 7 years ago
  45. 361e5a8 Build: Fix BL2 config in ConfigRegressionTfmLevel3.cmake by Tamas Ban · 7 years ago
  46. cf3d036 Platform: Fix compile error without BL2 by Tamas Ban · 7 years ago
  47. a67a39e Core: Rename tfm_unpriv_api.c to tfm_spm_services.c by Tamas Ban · 7 years ago
  48. 244f08c Platform: Move GNUARM C library to UNPRIV section by Tamas Ban · 7 years ago
  49. 56ef302 Platform: Clean-up stack and heap allocation by Tamas Ban · 7 years ago
  50. 89f2322 SST: Fix code logic in set_active_object_table by Marc Moreno Berengue · 7 years ago
  51. ce2d2e9 SST: Fix incorrect delete file function by Marc Moreno Berengue · 7 years ago
  52. 606fb41 SST: Fix incorrect block meta offset calculation by Marc Moreno Berengue · 7 years ago
  53. 71340d5 Platform: Fix incorrect AIRCR register config by Marc Moreno Berengue · 7 years ago
  54. 16a9ffb Core: fix NSPM default client ID assignment by Miklos Balint · 7 years ago
  55. 8e0fa7a PlatformSP: Add Platform service by Marc Moreno Berengue · 7 years ago
  56. c3c0fb7 Platform: Add secure partition section tag by Marc Moreno Berengue · 7 years ago
  57. 5ae1d3e Core: Rename tfm_platform_api header file by Marc Moreno Berengue · 7 years ago
  58. 4d48762 Core: New SPM services API for secure partitions by Miklos Balint · 7 years ago
  59. 2b328e9 NSPM: Update NSPM mechanism to get thread name by Marc Moreno Berengue · 7 years ago
  60. 85ee922 Platform: Execute BL2 in place on Musca-B1 by Jamie Fox · 7 years ago
  61. f6c1814 Platform: Correct defines for suported platforms by Avinash Mehta · 7 years ago
  62. dbf6db7 SST: Update get free file ID function by Marc Moreno Berengue · 7 years ago
  63. f56748f SST: Fix incorrect load of valid object table by Marc Moreno Berengue · 7 years ago
  64. 95f2202 AuditLog: Use TFM get caller API instead of a dummy value by Antonio de Angelis · 7 years ago
  65. 7a4170d Platform: Add support for Musca-B1 test chip board by Jamie Fox · 7 years ago
  66. 78d68fc Platform: Remove duplicate region defs for Musca by Jamie Fox · 7 years ago
  67. cae2c53 Platform: Repartition RAM area in Musca A1 by Marc Moreno Berengue · 7 years ago
  68. 5f44554 Fix windows compilation by Alexander Zilberkant · 7 years ago
  69. b3b9d95 CMake: GCC: Print memory footprint after linking by Karl Zhang · 7 years ago
  70. 4a01148 Platform: Disable IRQs from startup files by David Vincze · 7 years ago
  71. b9f3ce6 Crypto: Add a service integration guide by Antonio de Angelis · 7 years ago
  72. a6f7216 Crypto: Add support for Hash functionalities by Antonio de Angelis · 7 years ago
  73. 88c5b27 Crypto: Add test infrastructure by Antonio de Angelis · 7 years ago
  74. 8908f47 Crypto: Add Crypto service by Antonio de Angelis · 7 years ago
  75. b57989f Platform: Implement Flash uninitialize function by David Vincze · 7 years ago
  76. 8da7f10 Platform: Implement UART uninitialize function by David Vincze · 7 years ago
  77. 33e9b23 Boot: Add Python2.7 support for post build steps by Gabor Kertesz · 7 years ago
  78. fab0ff7 Merge changes I1144266d,I3be4100b by Tamas Ban · 7 years ago
  79. 1fdb12f Core: refactor error handling scenarios by Miklos Balint · 7 years ago
  80. 9d4dadd Platform: Decrement secure stack size by Mate Toth-Pal · 7 years ago
  81. 9ecb24c Core: add PSA API header files by Miklos Balint · 7 years ago
  82. b92c9e4 Tools: Add asset policy table generation tool by Marc Moreno Berengue · 7 years ago
  83. 5313609 App: Add no TZ context API support by Mate Toth-Pal · 7 years ago
  84. c2e4db8 Test: NS client identification in SST tests by Marc Moreno Berengue · 7 years ago
  85. cd8a126 SST: Renumber NS client IDs by Marc Moreno Berengue · 7 years ago
  86. 1c61516 Test: Exchange asset perms between thread A and C by Marc Moreno Berengue · 7 years ago
  87. e651ce1 Test: Reduce thread B dependence in SST NS tests by Marc Moreno Berengue · 7 years ago
  88. d50483b Test: Remove deprecated SST tests by Marc Moreno Berengue · 7 years ago
  89. 261df46 SST: Use get caller client ID API in SST by Mate Toth-Pal · 7 years ago
  90. 21a74c9 Core: Add unpriv API to get caller client ID by Mate Toth-Pal · 7 years ago
  91. 3956a8a App: Add SVC call for registering client ID by Mate Toth-Pal · 7 years ago
  92. ce61afa Core: Add veneer for registering NS client id by Mate Toth-Pal · 7 years ago
  93. 12735bc Core: implement TZ context handling if used by NS RTOS by Miklos Balint · 7 years ago
  94. a19d016 Platform: Enable NS access to Ethernet peripheral by Avinash Mehta · 7 years ago
  95. 02a2344 SST: Add capability to use RAM instead of flash by Marc Moreno Berengue · 7 years ago
  96. 3ecb55c Core: Fix: disable non-secure exception handling by Miklos Balint · 7 years ago
  97. d2ceaf3 Platform: fix drag and drop issue on Musca-A1 by David Vincze · 7 years ago
  98. 42e74b4 Test: Add rollback protection tests for SST by Marc Moreno Berengue · 7 years ago
  99. 184d203 SST: Add rollback protection in SST service by Marc Moreno Berengue · 7 years ago
  100. b2c17ae Platform: Add NV counters for reference targets by Marc Moreno Berengue · 7 years ago