1. ad43c49 Cleanup the code for TBBR CoT descriptors by Manish V Badarkhe · 4 years, 3 months ago
  2. 4501843 cryptocell: add support for Cryptocell 713 by Gilad Ben-Yossef · 5 years ago
  3. 0ab4964 FVP: Add BL2 hash calculation in BL1 by Alexei Fedorov · 4 years, 5 months ago
  4. 46b3003 Merge "Necessary fix in drivers to upgrade to mbedtls-2.18.0" into integration by Mark Dykes · 4 years, 5 months ago
  5. e310267 Merge changes from topic "sb/dualroot" into integration by Sandrine Bailleux · 4 years, 5 months ago
  6. 93ee279 Necessary fix in drivers to upgrade to mbedtls-2.18.0 by Madhukar Pappireddy · 4 years, 5 months ago
  7. 7cda17b drivers: crypto: Add authenticated decryption framework by Sumit Garg · 4 years, 9 months ago
  8. 5ab8b71 Introduce a new "dualroot" chain of trust by Sandrine Bailleux · 4 years, 6 months ago
  9. 0b4e592 TBBR: Reduce size of hash buffers when possible by Sandrine Bailleux · 4 years, 6 months ago
  10. 495599c TBBR: Reduce size of ECDSA key buffers by Sandrine Bailleux · 4 years, 6 months ago
  11. ab1981d fconf: initial commit by Louis Mayencourt · 5 years ago
  12. e693728 Coverity: remove unnecessary header file includes by Zelalem · 4 years, 6 months ago
  13. 8c10529 Measured Boot: add function for hash calculation by Alexei Fedorov · 4 years, 6 months ago
  14. 7a05f06 Remove redundant declarations. by Madhukar Pappireddy · 4 years, 7 months ago
  15. b862292 cryptocell: add cryptocell 712 RSA 3K support by Gilad Ben-Yossef · 4 years, 11 months ago
  16. 6a415a5 Remove RSA PKCS#1 v1.5 support from cert_tool by Justin Chadwell · 5 years ago
  17. aacff74 Support larger RSA key sizes when using MBEDTLS by Justin Chadwell · 5 years ago
  18. 76f3c7d cryptocell: add product version awareness support by Gilad Ben-Yossef · 5 years ago
  19. 36ec2bb cryptocell: move Cryptocell specific API into driver by Gilad Ben-Yossef · 5 years ago
  20. 2efb7dd Fix type of cot_desc_ptr by Sandrine Bailleux · 5 years ago
  21. 2374ab1 Mbed TLS: Remove weak heap implementation by Ambroise Vincent · 5 years ago
  22. 7a246d6 Checkpatch: Style fix by Joel Hutton · 5 years ago
  23. 3007042 cot-desc: optimise memory further by Joel Hutton · 5 years ago
  24. 0b6377d Reduce memory needed for CoT description by Joel Hutton · 5 years ago
  25. bde2836 Remove several warnings reported with W=2 by Ambroise Vincent · 5 years ago
  26. 17e1335 Remove Mbed TLS dependency from plat_bl_common.c by John Tsichritzis · 5 years ago
  27. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  28. fe199e3 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 6 years ago
  29. 6d01a46 Prepare Mbed TLS drivers for shared heap by John Tsichritzis · 6 years ago
  30. 39b6cc6 libc: Use printf and snprintf across codebase by Antonio Nino Diaz · 6 years ago
  31. 6c37334 Add atexit function to libc by Roberto Vargas · 6 years ago
  32. ea7a57a Don't include mbebtls include paths in INCLUDES by Roberto Vargas · 6 years ago
  33. 180c4bc Create a library file for libmbedtls by Roberto Vargas · 6 years ago
  34. d25b527 Move to mbedtls-2.10.0 tag by Jeenu Viswambharan · 6 years ago
  35. 17bc617 Dynamic cfg: Enable support on CoT for other configs by Soby Mathew · 6 years ago
  36. 3b94189 Fix MISRA rule 8.4 Part 4 by Roberto Vargas · 6 years ago
  37. 735181b Fix MISRA rule 8.3 Part 4 by Roberto Vargas · 6 years ago
  38. 9f85f9e Clean usage of void pointers to access symbols by Joel Hutton · 6 years ago
  39. 6d31020 Dynamic cfg: Add HW and TB_FW configs to CoT by Soby Mathew · 7 years ago
  40. 76d2673 bl2-el3: Don't compile BL1 when BL2_AT_EL3 is defined in FVP by Roberto Vargas · 7 years ago
  41. 9a3088a tbbr: Add build flag HASH_ALG to let the user to select the SHA by Qixiang Xu · 7 years ago
  42. dcbf393 Dynamic selection of ECDSA or RSA by Qixiang Xu · 7 years ago
  43. 9db9c65 Add support for TBBR using ECDSA keys in ARM platforms by Qixiang Xu · 7 years ago
  44. a8eb286 cert_tool: Support for legacy RSA PKCS#1 v1.5 by Soby Mathew · 7 years ago
  45. 2091755 Export KEY_ALG as a user build option by Soby Mathew · 7 years ago
  46. 71fb396 Support Trusted OS firmware extra images in TF tools by Summer Qin · 7 years ago
  47. 2a4b4b7 Fix order of #includes by Isla Mitchell · 7 years ago
  48. fd2b42f Do basic CryptoCell LCS check by Soby Mathew · 7 years ago
  49. 4eb20d9 Add CC crypto driver to the Auth module by Soby Mathew · 7 years ago
  50. b91926f Merge pull request #968 from antonio-nino-diaz-arm/an/snprintf-alt by davidcunado-arm · 7 years ago
  51. c46c18c mbedtls: Don't use tf_snprintf if option not defined by Antonio Nino Diaz · 7 years ago
  52. 1001202 Add support for RSASSAPSS algorithm in mbedtls crypto driver by Soby Mathew · 7 years ago
  53. 38aacad Increase heapsize for mbedtls library by Soby Mathew · 7 years ago
  54. 05fd893 mbedtls: Define optimized mbed TLS heap size by Antonio Nino Diaz · 7 years ago
  55. 572e141 Merge pull request #949 from antonio-nino-diaz-arm/an/printf-memory by davidcunado-arm · 7 years ago
  56. ab1794f mbedtls: Use `tf_snprintf` instead of `snprintf` by Antonio Nino Diaz · 7 years ago
  57. bb41eb7 cert: move platform_oid.h to include/tools_share for all platforms by Masahiro Yamada · 7 years ago
  58. 0aff7ad mbedtls: Complete namespace for TF specific macros by David Cunado · 7 years ago
  59. b188351 mbedtls: Namespace for TF specific macros by David Cunado · 7 years ago
  60. 82cb2c1 Use SPDX license identifiers by dp-arm · 7 years ago
  61. 66b4c16 mbedtls: Namespace TF specific macros by dp-arm · 7 years ago
  62. 93f3982 Merge pull request #844 from antonio-nino-diaz-arm/an/no-timingsafe by danh-arm · 7 years ago
  63. fabd21a Revert "tbbr: Use constant-time bcmp() to compare hashes" by Antonio Nino Diaz · 7 years ago
  64. 32f0d3c Replace some memset call by zeromem by Douglas Raillard · 8 years ago
  65. b621fb5 tbbr: Use constant-time bcmp() to compare hashes by Antonio Nino Diaz · 8 years ago
  66. 51c5e1a Clear static variables in X509 parser on error by Antonio Nino Diaz · 8 years ago
  67. a56f87c TBB: fix comment about MBEDTLS_KEY_ALG default by Masahiro Yamada · 8 years ago
  68. d35dee2 tbbr: Fix updating of Non-Trusted NV counter by dp-arm · 8 years ago
  69. 04943d3 Allow dynamic overriding of ROTPK verification by Soby Mathew · 8 years ago
  70. 48279d5 TBB: add non-volatile counter support by Juan Castillo · 9 years ago
  71. aa85691 Always build with '-pedantic' by Sandrine Bailleux · 9 years ago
  72. f59821d Replace all SCP FW (BL0, BL3-0) references by Juan Castillo · 9 years ago
  73. 516beb5 TBB: apply TBBR naming convention to certificates and extensions by Juan Castillo · 9 years ago
  74. a84deb9 Merge pull request #465 from jcastillo-arm/jc/tbb_mbedtls_2_x by danh-arm · 9 years ago
  75. 649dbf6 Move up to mbed TLS 2.x by Juan Castillo · 9 years ago
  76. 48bfb88 FWU: Add Generic Firmware Update framework support in BL1 by Yatharth Kochar · 9 years ago
  77. dff93c8 TBB: add TBBR Chain of Trust by Juan Castillo · 9 years ago
  78. 7d37aa1 TBB: add mbedTLS authentication related libraries by Juan Castillo · 9 years ago
  79. 05799ae TBB: add authentication framework by Juan Castillo · 9 years ago