1. 84def0c Merge changes from topic "fix_sparse_warnings" into integration by Madhukar Pappireddy · Fri Jan 20 18:20:59 2023 +0100
  2. bb7ffdf fix(auth): use NULL instead of 0 for pointer check by Yann Gautier · Fri Jan 06 11:47:26 2023 +0100
  3. 6cb3ef2 fix(auth): properly validate X.509 extensions by Demi Marie Obenour · Fri Dec 09 17:19:08 2022 -0500
  4. 4912303 Merge "refactor(auth): avoid parsing signature algorithm twice" into integration by Sandrine Bailleux · Wed Jan 04 10:16:10 2023 +0100
  5. 0587d9c refactor(auth): do not include SEQUENCE tag in saved extensions by Demi Marie Obenour · Thu Dec 08 15:24:36 2022 -0500
  6. bfff4d9 fix(auth): reject junk after certificates by Demi Marie Obenour · Thu Dec 08 15:24:31 2022 -0500
  7. 4d1610b fix(auth): require bit strings to have no unused bits by Demi Marie Obenour · Thu Dec 08 15:24:27 2022 -0500
  8. 139b84c refactor(auth): avoid parsing signature algorithm twice by Demi Marie Obenour · Thu Dec 08 15:24:23 2022 -0500
  9. b1342a2 refactor(auth): partially validate SubjectPublicKeyInfo early by Demi Marie Obenour · Thu Dec 08 15:24:18 2022 -0500
  10. 447adc0 fix(auth): reject padding after BIT STRING in signatures by Demi Marie Obenour · Thu Dec 08 15:24:10 2022 -0500
  11. ae26664 fix(auth): reject invalid padding in digests by Demi Marie Obenour · Thu Dec 08 15:24:01 2022 -0500
  12. 47a8055 fix(auth): require at least one extension to be present by Demi Marie Obenour · Thu Dec 08 15:23:58 2022 -0500
  13. fa07d04 fix(auth): forbid junk after extensions by Demi Marie Obenour · Thu Dec 08 15:23:56 2022 -0500
  14. 83737b7 fix(auth): only accept v3 X.509 certificates by Demi Marie Obenour · Thu Dec 08 15:23:50 2022 -0500
  15. 1a415f2 build: enable adding MbedTLS files for platform by Mate Toth-Pal · Sat Nov 05 21:20:10 2022 +0100
  16. 2d817a3 fix(auth): correct sign-compare warning by Nicolas Toromanoff · Wed Dec 23 16:01:25 2020 +0100
  17. c9fdaf6 refactor(crypto): change CRYPTO_SUPPORT flag to numeric by Manish V Badarkhe · Mon Jun 20 15:32:38 2022 +0100
  18. c816807 feat(mbedtls): update mbedTLS driver for DRTM support by Manish V Badarkhe · Fri Feb 25 09:11:12 2022 +0000
  19. 7834aa0 refactor(measured-boot): mb algorithm selection by laurenw-arm · Tue May 31 16:39:09 2022 -0500
  20. 88746ca build(deps): upgrade to mbed TLS 2.28.0 by Sandrine Bailleux · Thu Apr 21 10:21:29 2022 +0200
  21. abf1b8d refactor(mbedtls): allow platform to specify their config file by Manish V Badarkhe · Thu Jan 27 13:50:23 2022 +0000
  22. 92de80a refactor(measured-boot): avoid Measured-Boot dependency on Trusted-Boot by Manish V Badarkhe · Thu Dec 16 10:41:47 2021 +0000
  23. e112a5a refactor(measured-boot): add generic macros for using Crypto library by Manish V Badarkhe · Wed Oct 06 23:41:50 2021 +0100
  24. 42cb1aa Crypto library: Migrate support to MbedTLS v2.24.0 by Alexei Fedorov · Mon Sep 21 12:23:54 2020 +0100
  25. 65fca7c build_macros.mk: include assert and define loop macros by Leonardo Sandoval · Thu Sep 10 12:18:27 2020 -0500
  26. 71d81dc TF-A: Add Event Log for Measured Boot by Alexei Fedorov · Mon Jul 13 13:58:06 2020 +0100
  27. 25d7c88 FVP: Add BL2 hash calculation in BL1 by Alexei Fedorov · Fri Mar 20 18:38:55 2020 +0000
  28. c294d82 Merge "Necessary fix in drivers to upgrade to mbedtls-2.18.0" into integration by Mark Dykes · Tue Mar 10 18:25:02 2020 +0000
  29. 57eaae8 Necessary fix in drivers to upgrade to mbedtls-2.18.0 by Madhukar Pappireddy · Thu Mar 05 18:18:40 2020 -0600
  30. 392e4df drivers: crypto: Add authenticated decryption framework by Sumit Garg · Fri Nov 15 10:43:00 2019 +0530
  31. 913cb7e Measured Boot: add function for hash calculation by Alexei Fedorov · Thu Jan 23 14:27:38 2020 +0000
  32. 3168a20 Remove RSA PKCS#1 v1.5 support from cert_tool by Justin Chadwell · Mon Sep 09 15:24:31 2019 +0100
  33. f9b32c1 Support larger RSA key sizes when using MBEDTLS by Justin Chadwell · Mon Jul 29 17:13:10 2019 +0100
  34. d207f56 Mbed TLS: Remove weak heap implementation by Ambroise Vincent · Wed Apr 10 12:50:27 2019 +0100
  35. 69c88d1 Remove Mbed TLS dependency from plat_bl_common.c by John Tsichritzis · Thu Feb 28 11:14:03 2019 +0000
  36. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · Fri Dec 14 00:18:21 2018 +0000
  37. dc9fab1 Remove all other deprecated interfaces and files by Antonio Nino Diaz · Tue Sep 25 09:39:51 2018 +0100
  38. 30f8964 Prepare Mbed TLS drivers for shared heap by John Tsichritzis · Thu Jun 07 16:31:34 2018 +0100
  39. 00086e3 libc: Use printf and snprintf across codebase by Antonio Nino Diaz · Thu Aug 16 16:46:06 2018 +0100
  40. 64d4de0 Add atexit function to libc by Roberto Vargas · Thu May 24 13:34:53 2018 +0100
  41. d51207e Don't include mbebtls include paths in INCLUDES by Roberto Vargas · Mon Jun 04 15:15:04 2018 +0100
  42. 502290b Create a library file for libmbedtls by Roberto Vargas · Tue May 08 10:27:10 2018 +0100
  43. ec06c3b Move to mbedtls-2.10.0 tag by Jeenu Viswambharan · Thu Jun 07 15:14:42 2018 +0100
  44. 52f707f Fix MISRA rule 8.4 Part 4 by Roberto Vargas · Mon Feb 12 12:36:17 2018 +0000
  45. 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
  46. 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
  47. aa05eea Dynamic selection of ECDSA or RSA by Qixiang Xu · Thu Aug 24 15:26:39 2017 +0800
  48. 1c2aef1 Add support for TBBR using ECDSA keys in ARM platforms by Qixiang Xu · Thu Aug 24 15:12:20 2017 +0800
  49. 2fd70f6 cert_tool: Support for legacy RSA PKCS#1 v1.5 by Soby Mathew · Thu Aug 31 11:50:29 2017 +0100
  50. 13b1605 Export KEY_ALG as a user build option by Soby Mathew · Thu Aug 31 11:49:32 2017 +0100
  51. 9930501 Fix order of #includes by Isla Mitchell · Tue Jul 11 14:54:08 2017 +0100
  52. 41d4af9 Merge pull request #968 from antonio-nino-diaz-arm/an/snprintf-alt by davidcunado-arm · Fri Jun 09 12:03:35 2017 +0100
  53. f1481b2 mbedtls: Don't use tf_snprintf if option not defined by Antonio Nino Diaz · Tue Jun 06 10:54:39 2017 +0100
  54. 0a68d13 Add support for RSASSAPSS algorithm in mbedtls crypto driver by Soby Mathew · Wed May 31 10:35:27 2017 +0100
  55. cd4a5a9 Increase heapsize for mbedtls library by Soby Mathew · Mon Jun 05 12:18:04 2017 +0100
  56. 45fc0e1 mbedtls: Define optimized mbed TLS heap size by Antonio Nino Diaz · Fri May 19 16:57:54 2017 +0100
  57. 6b90f5e mbedtls: Use `tf_snprintf` instead of `snprintf` by Antonio Nino Diaz · Fri May 19 11:37:22 2017 +0100
  58. b101018 mbedtls: Complete namespace for TF specific macros by David Cunado · Mon May 08 09:48:34 2017 +0100
  59. c7a1b19 mbedtls: Namespace for TF specific macros by David Cunado · Wed May 10 16:38:44 2017 +0100
  60. fa3cf0b Use SPDX license identifiers by dp-arm · Wed May 03 09:38:09 2017 +0100
  61. 52b1fe5 mbedtls: Namespace TF specific macros by dp-arm · Tue Mar 07 10:08:42 2017 +0000
  62. e53da30 Merge pull request #844 from antonio-nino-diaz-arm/an/no-timingsafe by danh-arm · Mon Feb 20 14:00:05 2017 +0000
  63. 0ca1afa Revert "tbbr: Use constant-time bcmp() to compare hashes" by Antonio Nino Diaz · Thu Feb 09 10:26:54 2017 +0000
  64. a8954fc Replace some memset call by zeromem by Douglas Raillard · Thu Jan 26 15:54:44 2017 +0000
  65. 6adeeda tbbr: Use constant-time bcmp() to compare hashes by Antonio Nino Diaz · Fri Jan 13 13:53:32 2017 +0000
  66. 30eb967 Clear static variables in X509 parser on error by Antonio Nino Diaz · Fri Jan 13 15:03:19 2017 +0000
  67. 393c48f TBB: fix comment about MBEDTLS_KEY_ALG default by Masahiro Yamada · Fri Jan 06 16:51:34 2017 +0900
  68. bfb7fa6 TBB: add non-volatile counter support by Juan Castillo · Fri Jan 22 11:05:57 2016 +0000
  69. df8de2d Always build with '-pedantic' by Sandrine Bailleux · Mon Jan 04 15:49:23 2016 +0000
  70. bae6b2a Move up to mbed TLS 2.x by Juan Castillo · Thu Nov 05 09:24:53 2015 +0000
  71. a57a4d5 TBB: add mbedTLS authentication related libraries by Juan Castillo · Thu Apr 02 15:44:20 2015 +0100