1. 9ce5eb4 chore(mbedtls): remove hash configs by Jimmy Brisson · Thu Jul 11 10:10:55 2024 -0500
  2. d4c92a8 refactor(auth): remove HW_CONFIG reference from BL1 CoT file by Manish V Badarkhe · Wed Jun 05 10:20:36 2024 +0100
  3. 640d991 feat(mbedtls): update config for 3.6.0 by Jimmy Brisson · Wed Apr 10 10:20:13 2024 -0500
  4. b3b6de7 refactor(mbedtls): remove mbedtls 2.x support by laurenw-arm · Tue Mar 05 14:55:18 2024 -0600
  5. f709c27 feat(auth): ecdsa p384 key support by laurenw-arm · Tue Aug 15 14:56:46 2023 -0500
  6. f179aa9 feat(mbedtls-psa): initialise mbedtls psa crypto by Manish V Badarkhe · Wed Sep 06 11:01:37 2023 +0100
  7. 78e14f8 feat(mbedtls-psa): introduce PSA_CRYPTO build option by Manish V Badarkhe · Wed Sep 06 09:08:28 2023 +0100
  8. 2be03c0 fix(tree): correct some typos by Elyes Haouas · Mon Feb 13 09:14:48 2023 +0100
  9. 2b6673d refactor(auth)!: unify REGISTER_CRYPTO_LIB by Yann Gautier · Wed Mar 15 11:31:25 2023 +0100
  10. c68b8af refactor(auth): replace plat_convert_pk by Yann Gautier · Tue Jan 24 09:39:47 2023 +0100
  11. dee8b6f feat(mbedtls): add support for mbedtls-3.3 by Govindraj Raja · Thu Jan 12 15:34:12 2023 +0000
  12. 9c7dfb0 refactor(mbedtls): avoid including MBEDTLS_CONFIG_FILE by Govindraj Raja · Wed Jan 11 18:34:58 2023 +0000
  13. c9fdaf6 refactor(crypto): change CRYPTO_SUPPORT flag to numeric by Manish V Badarkhe · Mon Jun 20 15:32:38 2022 +0100
  14. 0bf2407 feat(crypto): update crypto module for DRTM support by Manish V Badarkhe · Fri Feb 25 08:29:35 2022 +0000
  15. dae800d Merge "feat(auth): enable MBEDTLS_CHECK_RETURN_WARNING" into integration by Madhukar Pappireddy · Mon Jun 27 18:01:12 2022 +0200
  16. a814357 feat(auth): enable MBEDTLS_CHECK_RETURN_WARNING by Sandrine Bailleux · Wed Jun 15 15:31:52 2022 +0200
  17. 7834aa0 refactor(measured-boot): mb algorithm selection by laurenw-arm · Tue May 31 16:39:09 2022 -0500
  18. 92de80a refactor(measured-boot): avoid Measured-Boot dependency on Trusted-Boot by Manish V Badarkhe · Thu Dec 16 10:41:47 2021 +0000
  19. e112a5a refactor(measured-boot): add generic macros for using Crypto library by Manish V Badarkhe · Wed Oct 06 23:41:50 2021 +0100
  20. 42cb1aa Crypto library: Migrate support to MbedTLS v2.24.0 by Alexei Fedorov · Mon Sep 21 12:23:54 2020 +0100
  21. 39317ab lib: fconf: Implement a parser to populate CoT by Manish V Badarkhe · Thu Jul 23 10:43:57 2020 +0100
  22. 6aef2cc dualroot: add chain of trust for Platform owned SPs by Manish Pandey · Fri Jul 31 16:25:17 2020 +0100
  23. d07d017 tbbr/dualroot: rename SP package certificate file by Manish Pandey · Thu Jul 23 16:54:30 2020 +0100
  24. 244027d tbbr/dualroot: Add fw_config image in chain of trust by Louis Mayencourt · Thu Jun 11 21:15:15 2020 +0100
  25. 5f8e1a0 dualroot: add chain of trust for secure partitions by Manish Pandey · Wed May 27 22:40:10 2020 +0100
  26. 043fd62 Cleanup the code for TBBR CoT descriptors by Manish V Badarkhe · Sat May 16 16:36:39 2020 +0100
  27. 4bca140 Check for out-of-bound accesses in the CoT description by Sandrine Bailleux · Wed Mar 25 11:22:34 2020 +0100
  28. 392e4df drivers: crypto: Add authenticated decryption framework by Sumit Garg · Fri Nov 15 10:43:00 2019 +0530
  29. 913cb7e Measured Boot: add function for hash calculation by Alexei Fedorov · Thu Jan 23 14:27:38 2020 +0000
  30. f9b32c1 Support larger RSA key sizes when using MBEDTLS by Justin Chadwell · Mon Jul 29 17:13:10 2019 +0100
  31. 64b0c9a mbedtls: use #include <...> instead of "..." by Masahiro Yamada · Wed Sep 04 14:09:07 2019 +0900
  32. 53456fc Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · Tue Jul 09 13:49:11 2019 -0700
  33. 25532c7 Fix type of cot_desc_ptr by Sandrine Bailleux · Fri Jun 07 14:33:51 2019 +0200
  34. 69931af cot-desc: optimise memory further by Joel Hutton · Mon Mar 11 11:37:38 2019 +0000
  35. e9919bb Reduce memory needed for CoT description by Joel Hutton · Wed Feb 20 11:56:46 2019 +0000
  36. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · Fri Dec 14 00:18:21 2018 +0000
  37. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · Thu Nov 08 10:20:19 2018 +0000
  38. dc9fab1 Remove all other deprecated interfaces and files by Antonio Nino Diaz · Tue Sep 25 09:39:51 2018 +0100
  39. 30f8964 Prepare Mbed TLS drivers for shared heap by John Tsichritzis · Thu Jun 07 16:31:34 2018 +0100
  40. 52f707f Fix MISRA rule 8.4 Part 4 by Roberto Vargas · Mon Feb 12 12:36:17 2018 +0000
  41. be126ed Fix MISRA rule 8.3 Part 4 by Roberto Vargas · Mon Feb 12 12:36:17 2018 +0000
  42. 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
  43. de431b1 plat/arm: enlarge the BL2 size on Arm platforms when TBB is enabled by Qixiang Xu · Fri Oct 13 09:23:42 2017 +0800
  44. aa05eea Dynamic selection of ECDSA or RSA by Qixiang Xu · Thu Aug 24 15:26:39 2017 +0800
  45. 1c2aef1 Add support for TBBR using ECDSA keys in ARM platforms by Qixiang Xu · Thu Aug 24 15:12:20 2017 +0800
  46. 9930501 Fix order of #includes by Isla Mitchell · Tue Jul 11 14:54:08 2017 +0100
  47. 0a68d13 Add support for RSASSAPSS algorithm in mbedtls crypto driver by Soby Mathew · Wed May 31 10:35:27 2017 +0100
  48. 6b90f5e mbedtls: Use `tf_snprintf` instead of `snprintf` by Antonio Nino Diaz · Fri May 19 11:37:22 2017 +0100
  49. c7a1b19 mbedtls: Namespace for TF specific macros by David Cunado · Wed May 10 16:38:44 2017 +0100
  50. fa3cf0b Use SPDX license identifiers by dp-arm · Wed May 03 09:38:09 2017 +0100
  51. 52b1fe5 mbedtls: Namespace TF specific macros by dp-arm · Tue Mar 07 10:08:42 2017 +0000
  52. bfb7fa6 TBB: add non-volatile counter support by Juan Castillo · Fri Jan 22 11:05:57 2016 +0000
  53. 46dd170 Remove direct usage of __attribute__((foo)) by Soren Brinkmann · Thu Jan 14 10:11:05 2016 -0800
  54. 6d4f262 Rearrange fields in TF data structures to reduce padding by Soby Mathew · Tue Jan 12 10:30:59 2016 +0000
  55. df8de2d Always build with '-pedantic' by Sandrine Bailleux · Mon Jan 04 15:49:23 2016 +0000
  56. bae6b2a Move up to mbed TLS 2.x by Juan Castillo · Thu Nov 05 09:24:53 2015 +0000
  57. a57a4d5 TBB: add mbedTLS authentication related libraries by Juan Castillo · Thu Apr 02 15:44:20 2015 +0100
  58. 8e55d93 TBB: add authentication framework by Juan Castillo · Thu Apr 02 09:48:16 2015 +0100