1. 2bb78d3 Dynamic cfg: Enable support on CoT for other configs by Soby Mathew · Thu Mar 29 14:29:55 2018 +0100
  2. 52f707f Fix MISRA rule 8.4 Part 4 by Roberto Vargas · Mon Feb 12 12:36:17 2018 +0000
  3. be126ed Fix MISRA rule 8.3 Part 4 by Roberto Vargas · Mon Feb 12 12:36:17 2018 +0000
  4. 5cc3bc8 Clean usage of void pointers to access symbols by Joel Hutton · Wed Mar 21 11:40:57 2018 +0000
  5. 0bdfef0 Dynamic cfg: Add HW and TB_FW configs to CoT by Soby Mathew · Tue Nov 07 17:03:57 2017 +0000
  6. 9f41248 bl2-el3: Don't compile BL1 when BL2_AT_EL3 is defined in FVP by Roberto Vargas · Tue Jan 16 10:35:23 2018 +0000
  7. 1a1f291 tbbr: Add build flag HASH_ALG to let the user to select the SHA by Qixiang Xu · Thu Nov 09 13:56:29 2017 +0800
  8. aa05eea Dynamic selection of ECDSA or RSA by Qixiang Xu · Thu Aug 24 15:26:39 2017 +0800
  9. 1c2aef1 Add support for TBBR using ECDSA keys in ARM platforms by Qixiang Xu · Thu Aug 24 15:12:20 2017 +0800
  10. 2fd70f6 cert_tool: Support for legacy RSA PKCS#1 v1.5 by Soby Mathew · Thu Aug 31 11:50:29 2017 +0100
  11. 13b1605 Export KEY_ALG as a user build option by Soby Mathew · Thu Aug 31 11:49:32 2017 +0100
  12. 8072678 Support Trusted OS firmware extra images in TF tools by Summer Qin · Thu Apr 20 16:28:39 2017 +0100
  13. 9930501 Fix order of #includes by Isla Mitchell · Tue Jul 11 14:54:08 2017 +0100
  14. d349023 Do basic CryptoCell LCS check by Soby Mathew · Mon Jun 05 15:55:59 2017 +0100
  15. 5d70800 Add CC crypto driver to the Auth module by Soby Mathew · Wed May 10 11:49:58 2017 +0100
  16. 41d4af9 Merge pull request #968 from antonio-nino-diaz-arm/an/snprintf-alt by davidcunado-arm · Fri Jun 09 12:03:35 2017 +0100
  17. f1481b2 mbedtls: Don't use tf_snprintf if option not defined by Antonio Nino Diaz · Tue Jun 06 10:54:39 2017 +0100
  18. 0a68d13 Add support for RSASSAPSS algorithm in mbedtls crypto driver by Soby Mathew · Wed May 31 10:35:27 2017 +0100
  19. cd4a5a9 Increase heapsize for mbedtls library by Soby Mathew · Mon Jun 05 12:18:04 2017 +0100
  20. 45fc0e1 mbedtls: Define optimized mbed TLS heap size by Antonio Nino Diaz · Fri May 19 16:57:54 2017 +0100
  21. 34e7843 Merge pull request #949 from antonio-nino-diaz-arm/an/printf-memory by davidcunado-arm · Tue May 30 10:56:47 2017 +0100
  22. 6b90f5e mbedtls: Use `tf_snprintf` instead of `snprintf` by Antonio Nino Diaz · Fri May 19 11:37:22 2017 +0100
  23. a27c166 cert: move platform_oid.h to include/tools_share for all platforms by Masahiro Yamada · Mon May 22 12:11:24 2017 +0900
  24. b101018 mbedtls: Complete namespace for TF specific macros by David Cunado · Mon May 08 09:48:34 2017 +0100
  25. c7a1b19 mbedtls: Namespace for TF specific macros by David Cunado · Wed May 10 16:38:44 2017 +0100
  26. fa3cf0b Use SPDX license identifiers by dp-arm · Wed May 03 09:38:09 2017 +0100
  27. 52b1fe5 mbedtls: Namespace TF specific macros by dp-arm · Tue Mar 07 10:08:42 2017 +0000
  28. e53da30 Merge pull request #844 from antonio-nino-diaz-arm/an/no-timingsafe by danh-arm · Mon Feb 20 14:00:05 2017 +0000
  29. 0ca1afa Revert "tbbr: Use constant-time bcmp() to compare hashes" by Antonio Nino Diaz · Thu Feb 09 10:26:54 2017 +0000
  30. a8954fc Replace some memset call by zeromem by Douglas Raillard · Thu Jan 26 15:54:44 2017 +0000
  31. 6adeeda tbbr: Use constant-time bcmp() to compare hashes by Antonio Nino Diaz · Fri Jan 13 13:53:32 2017 +0000
  32. 30eb967 Clear static variables in X509 parser on error by Antonio Nino Diaz · Fri Jan 13 15:03:19 2017 +0000
  33. 393c48f TBB: fix comment about MBEDTLS_KEY_ALG default by Masahiro Yamada · Fri Jan 06 16:51:34 2017 +0900
  34. b3e8580 tbbr: Fix updating of Non-Trusted NV counter by dp-arm · Mon Dec 12 14:48:13 2016 +0000
  35. 2f7ed05 Allow dynamic overriding of ROTPK verification by Soby Mathew · Tue May 24 15:05:15 2016 +0100
  36. bfb7fa6 TBB: add non-volatile counter support by Juan Castillo · Fri Jan 22 11:05:57 2016 +0000
  37. df8de2d Always build with '-pedantic' by Sandrine Bailleux · Mon Jan 04 15:49:23 2016 +0000
  38. a72b647 Replace all SCP FW (BL0, BL3-0) references by Juan Castillo · Thu Dec 10 15:49:17 2015 +0000
  39. be80120 TBB: apply TBBR naming convention to certificates and extensions by Juan Castillo · Thu Dec 03 10:19:21 2015 +0000
  40. 0c603d1 Merge pull request #465 from jcastillo-arm/jc/tbb_mbedtls_2_x by danh-arm · Thu Dec 10 18:15:13 2015 +0000
  41. bae6b2a Move up to mbed TLS 2.x by Juan Castillo · Thu Nov 05 09:24:53 2015 +0000
  42. 71c9a5e FWU: Add Generic Firmware Update framework support in BL1 by Yatharth Kochar · Sat Oct 10 19:06:53 2015 +0100
  43. 9b265a8 TBB: add TBBR Chain of Trust by Juan Castillo · Thu May 07 14:52:44 2015 +0100
  44. a57a4d5 TBB: add mbedTLS authentication related libraries by Juan Castillo · Thu Apr 02 15:44:20 2015 +0100
  45. 8e55d93 TBB: add authentication framework by Juan Castillo · Thu Apr 02 09:48:16 2015 +0100