1. 2b6673d refactor(auth)!: unify REGISTER_CRYPTO_LIB by Yann Gautier · 1 year, 4 months ago
  2. c68b8af refactor(auth): replace plat_convert_pk by Yann Gautier · 1 year, 5 months ago
  3. e984bc7 feat(auth): compare platform and certificate ROTPK for authentication by Manish V Badarkhe · 1 year, 4 months ago
  4. 183638f style: remove useless trailing semicolon and line continuations by Elyes Haouas · 1 year, 5 months ago
  5. e5e03e8 refactor(auth): use a single function for parsing extensions by Demi Marie Obenour · 1 year, 5 months ago
  6. 01ea239 refactor(auth): clean up certificate length checks by Demi Marie Obenour · 1 year, 6 months ago
  7. 221a648 refactor(auth): remove code duplication by Demi Marie Obenour · 1 year, 6 months ago
  8. fd49e8b style(crypto): add braces for if statement by Govindraj Raja · 1 year, 5 months ago
  9. dee8b6f feat(mbedtls): add support for mbedtls-3.3 by Govindraj Raja · 1 year, 6 months ago
  10. a2872f9 refactor(crypto): avoid using struct mbedtls_pk_rsassa_pss_options by Govindraj Raja · 1 year, 5 months ago
  11. 9c7dfb0 refactor(mbedtls): avoid including MBEDTLS_CONFIG_FILE by Govindraj Raja · 1 year, 6 months ago
  12. 84def0c Merge changes from topic "fix_sparse_warnings" into integration by Madhukar Pappireddy · 1 year, 5 months ago
  13. bb7ffdf fix(auth): use NULL instead of 0 for pointer check by Yann Gautier · 1 year, 6 months ago
  14. 6cb3ef2 fix(auth): properly validate X.509 extensions by Demi Marie Obenour · 1 year, 7 months ago
  15. 745f6f5 fix(auth): avoid out-of-bounds read in auth_nvctr() by Demi Marie Obenour · 1 year, 7 months ago
  16. 4912303 Merge "refactor(auth): avoid parsing signature algorithm twice" into integration by Sandrine Bailleux · 1 year, 6 months ago
  17. 0587d9c refactor(auth): do not include SEQUENCE tag in saved extensions by Demi Marie Obenour · 1 year, 7 months ago
  18. bfff4d9 fix(auth): reject junk after certificates by Demi Marie Obenour · 1 year, 7 months ago
  19. 4d1610b fix(auth): require bit strings to have no unused bits by Demi Marie Obenour · 1 year, 7 months ago
  20. 139b84c refactor(auth): avoid parsing signature algorithm twice by Demi Marie Obenour · 1 year, 7 months ago
  21. b1342a2 refactor(auth): partially validate SubjectPublicKeyInfo early by Demi Marie Obenour · 1 year, 7 months ago
  22. 447adc0 fix(auth): reject padding after BIT STRING in signatures by Demi Marie Obenour · 1 year, 7 months ago
  23. ae26664 fix(auth): reject invalid padding in digests by Demi Marie Obenour · 1 year, 7 months ago
  24. 47a8055 fix(auth): require at least one extension to be present by Demi Marie Obenour · 1 year, 7 months ago
  25. fa07d04 fix(auth): forbid junk after extensions by Demi Marie Obenour · 1 year, 7 months ago
  26. 83737b7 fix(auth): only accept v3 X.509 certificates by Demi Marie Obenour · 1 year, 7 months ago
  27. 1a415f2 build: enable adding MbedTLS files for platform by Mate Toth-Pal · 1 year, 8 months ago
  28. 2d817a3 fix(auth): correct sign-compare warning by Nicolas Toromanoff · 3 years, 6 months ago
  29. 7f95ac8 feat(auth): allow to verify PublicKey with platform format PK by Nicolas Toromanoff · 3 years, 8 months ago
  30. c9fdaf6 refactor(crypto): change CRYPTO_SUPPORT flag to numeric by Manish V Badarkhe · 2 years ago
  31. c816807 feat(mbedtls): update mbedTLS driver for DRTM support by Manish V Badarkhe · 2 years, 4 months ago
  32. 0bf2407 feat(crypto): update crypto module for DRTM support by Manish V Badarkhe · 2 years, 4 months ago
  33. 785e66c refactor(libc): clean up dependencies in libc by Claus Pedersen · 1 year, 10 months ago
  34. f13d0e4 Merge changes from topic "mb_hash" into integration by Lauren Wehrmeister · 2 years ago
  35. 7834aa0 refactor(measured-boot): mb algorithm selection by laurenw-arm · 2 years, 1 month ago
  36. 483e5ac feat(cca): introduce new "cca" chain of trust by laurenw-arm · 2 years, 2 months ago
  37. 88746ca build(deps): upgrade to mbed TLS 2.28.0 by Sandrine Bailleux · 2 years, 2 months ago
  38. abf1b8d refactor(mbedtls): allow platform to specify their config file by Manish V Badarkhe · 2 years, 5 months ago
  39. 92de80a refactor(measured-boot): avoid Measured-Boot dependency on Trusted-Boot by Manish V Badarkhe · 2 years, 7 months ago
  40. e112a5a refactor(measured-boot): add generic macros for using Crypto library by Manish V Badarkhe · 2 years, 9 months ago
  41. b55d055 fix(cc-713): fix a build failure with CC-713 library by Manish V Badarkhe · 2 years, 9 months ago
  42. 56f1e3e fvp_r: load, auth, and transfer from BL1 to BL33 by laurenw-arm · 3 years, 4 months ago
  43. 04005b7 feat(fwu): avoid NV counter upgrade in trial run state by Manish V Badarkhe · 3 years ago
  44. 5989c56 fix(driver/auth): avoid NV counter upgrade without certificate validation by Manish V Badarkhe · 3 years, 2 months ago
  45. 42cb1aa Crypto library: Migrate support to MbedTLS v2.24.0 by Alexei Fedorov · 3 years, 10 months ago
  46. 65fca7c build_macros.mk: include assert and define loop macros by Leonardo Sandoval · 3 years, 10 months ago
  47. 6aef2cc dualroot: add chain of trust for Platform owned SPs by Manish Pandey · 4 years ago
  48. d07d017 tbbr/dualroot: rename SP package certificate file by Manish Pandey · 4 years ago
  49. 71d81dc TF-A: Add Event Log for Measured Boot by Alexei Fedorov · 4 years ago
  50. 244027d tbbr/dualroot: Add fw_config image in chain of trust by Louis Mayencourt · 4 years, 1 month ago
  51. ceea999 tbbr: add chain of trust for Secure Partitions by Manish Pandey · 4 years, 1 month ago
  52. 5f8e1a0 dualroot: add chain of trust for secure partitions by Manish Pandey · 4 years, 1 month ago
  53. 043fd62 Cleanup the code for TBBR CoT descriptors by Manish V Badarkhe · 4 years, 2 months ago
  54. 033327a cryptocell: add support for Cryptocell 713 by Gilad Ben-Yossef · 5 years ago
  55. 25d7c88 FVP: Add BL2 hash calculation in BL1 by Alexei Fedorov · 4 years, 4 months ago
  56. c294d82 Merge "Necessary fix in drivers to upgrade to mbedtls-2.18.0" into integration by Mark Dykes · 4 years, 4 months ago
  57. 56924a2 Merge changes from topic "sb/dualroot" into integration by Sandrine Bailleux · 4 years, 4 months ago
  58. 57eaae8 Necessary fix in drivers to upgrade to mbedtls-2.18.0 by Madhukar Pappireddy · 4 years, 4 months ago
  59. 392e4df drivers: crypto: Add authenticated decryption framework by Sumit Garg · 4 years, 8 months ago
  60. 6ae0074 Introduce a new "dualroot" chain of trust by Sandrine Bailleux · 4 years, 5 months ago
  61. fd754ce TBBR: Reduce size of hash buffers when possible by Sandrine Bailleux · 4 years, 5 months ago
  62. 41477e7 TBBR: Reduce size of ECDSA key buffers by Sandrine Bailleux · 4 years, 5 months ago
  63. 944ade8 fconf: initial commit by Louis Mayencourt · 5 years ago
  64. 87675d4 Coverity: remove unnecessary header file includes by Zelalem · 4 years, 5 months ago
  65. 913cb7e Measured Boot: add function for hash calculation by Alexei Fedorov · 4 years, 5 months ago
  66. 1fab9c3 Remove redundant declarations. by Madhukar Pappireddy · 4 years, 6 months ago
  67. a6e5342 cryptocell: add cryptocell 712 RSA 3K support by Gilad Ben-Yossef · 4 years, 10 months ago
  68. 3168a20 Remove RSA PKCS#1 v1.5 support from cert_tool by Justin Chadwell · 4 years, 10 months ago
  69. f9b32c1 Support larger RSA key sizes when using MBEDTLS by Justin Chadwell · 5 years ago
  70. 6fbe0fc cryptocell: add product version awareness support by Gilad Ben-Yossef · 5 years ago
  71. fbb88a3 cryptocell: move Cryptocell specific API into driver by Gilad Ben-Yossef · 5 years ago
  72. 25532c7 Fix type of cot_desc_ptr by Sandrine Bailleux · 5 years ago
  73. d207f56 Mbed TLS: Remove weak heap implementation by Ambroise Vincent · 5 years ago
  74. 8634cff Checkpatch: Style fix by Joel Hutton · 5 years ago
  75. 69931af cot-desc: optimise memory further by Joel Hutton · 5 years ago
  76. e9919bb Reduce memory needed for CoT description by Joel Hutton · 5 years ago
  77. a88a35d Remove several warnings reported with W=2 by Ambroise Vincent · 5 years ago
  78. 69c88d1 Remove Mbed TLS dependency from plat_bl_common.c by John Tsichritzis · 5 years ago
  79. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  80. dc9fab1 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 6 years ago
  81. 30f8964 Prepare Mbed TLS drivers for shared heap by John Tsichritzis · 6 years ago
  82. 00086e3 libc: Use printf and snprintf across codebase by Antonio Nino Diaz · 6 years ago
  83. 64d4de0 Add atexit function to libc by Roberto Vargas · 6 years ago
  84. d51207e Don't include mbebtls include paths in INCLUDES by Roberto Vargas · 6 years ago
  85. 502290b Create a library file for libmbedtls by Roberto Vargas · 6 years ago
  86. ec06c3b Move to mbedtls-2.10.0 tag by Jeenu Viswambharan · 6 years ago
  87. 2bb78d3 Dynamic cfg: Enable support on CoT for other configs by Soby Mathew · 6 years ago
  88. 52f707f Fix MISRA rule 8.4 Part 4 by Roberto Vargas · 6 years ago
  89. be126ed Fix MISRA rule 8.3 Part 4 by Roberto Vargas · 6 years ago
  90. 5cc3bc8 Clean usage of void pointers to access symbols by Joel Hutton · 6 years ago
  91. 0bdfef0 Dynamic cfg: Add HW and TB_FW configs to CoT by Soby Mathew · 7 years ago
  92. 9f41248 bl2-el3: Don't compile BL1 when BL2_AT_EL3 is defined in FVP by Roberto Vargas · 6 years ago
  93. 1a1f291 tbbr: Add build flag HASH_ALG to let the user to select the SHA by Qixiang Xu · 7 years ago
  94. aa05eea Dynamic selection of ECDSA or RSA by Qixiang Xu · 7 years ago
  95. 1c2aef1 Add support for TBBR using ECDSA keys in ARM platforms by Qixiang Xu · 7 years ago
  96. 2fd70f6 cert_tool: Support for legacy RSA PKCS#1 v1.5 by Soby Mathew · 7 years ago
  97. 13b1605 Export KEY_ALG as a user build option by Soby Mathew · 7 years ago
  98. 8072678 Support Trusted OS firmware extra images in TF tools by Summer Qin · 7 years ago
  99. 9930501 Fix order of #includes by Isla Mitchell · 7 years ago
  100. d349023 Do basic CryptoCell LCS check by Soby Mathew · 7 years ago