1. 5782b89 feat(mbedtls-psa): introduce PSA_CRYPTO build option by Manish V Badarkhe · 1 year, 11 months ago
  2. 1046b41 fix(auth): don't overwrite pk with converted pk when rotpk is hash by Robin van der Gracht · 1 year, 11 months ago
  3. 9eaa5a0 feat(auth): measure and publicise the Public Key by Manish V Badarkhe · 2 years, 4 months ago
  4. 22a5354 fix(auth): allow hashes of different lengths by Demi Marie Obenour · 2 years, 2 months ago
  5. e3b1cc0 feat(auth): add CCA NV ctr to CCA CoT by laurenw-arm · 2 years, 3 months ago
  6. dee99f1 refactor(auth)!: unify REGISTER_CRYPTO_LIB by Yann Gautier · 2 years, 5 months ago
  7. 4ac5b39 refactor(auth): replace plat_convert_pk by Yann Gautier · 2 years, 6 months ago
  8. f1e693a feat(auth): compare platform and certificate ROTPK for authentication by Manish V Badarkhe · 2 years, 5 months ago
  9. 9a90d72 style: remove useless trailing semicolon and line continuations by Elyes Haouas · 2 years, 6 months ago
  10. a987b89 refactor(auth): use a single function for parsing extensions by Demi Marie Obenour · 2 years, 6 months ago
  11. ddd9f67 refactor(auth): clean up certificate length checks by Demi Marie Obenour · 2 years, 7 months ago
  12. 6a7104a refactor(auth): remove code duplication by Demi Marie Obenour · 2 years, 7 months ago
  13. de131ed style(crypto): add braces for if statement by Govindraj Raja · 2 years, 6 months ago
  14. 51e0615 feat(mbedtls): add support for mbedtls-3.3 by Govindraj Raja · 2 years, 7 months ago
  15. 47c7171 refactor(crypto): avoid using struct mbedtls_pk_rsassa_pss_options by Govindraj Raja · 2 years, 6 months ago
  16. a8eadc5 refactor(mbedtls): avoid including MBEDTLS_CONFIG_FILE by Govindraj Raja · 2 years, 7 months ago
  17. acf455b Merge changes from topic "fix_sparse_warnings" into integration by Madhukar Pappireddy · 2 years, 7 months ago
  18. 654b65b fix(auth): use NULL instead of 0 for pointer check by Yann Gautier · 2 years, 7 months ago
  19. f5c5185 fix(auth): properly validate X.509 extensions by Demi Marie Obenour · 2 years, 8 months ago
  20. abb8f93 fix(auth): avoid out-of-bounds read in auth_nvctr() by Demi Marie Obenour · 2 years, 8 months ago
  21. ef27dd2 Merge "refactor(auth): avoid parsing signature algorithm twice" into integration by Sandrine Bailleux · 2 years, 7 months ago
  22. ce882b5 refactor(auth): do not include SEQUENCE tag in saved extensions by Demi Marie Obenour · 2 years, 8 months ago
  23. ca34dbc fix(auth): reject junk after certificates by Demi Marie Obenour · 2 years, 8 months ago
  24. 8816dbb fix(auth): require bit strings to have no unused bits by Demi Marie Obenour · 2 years, 8 months ago
  25. 63cc49d refactor(auth): avoid parsing signature algorithm twice by Demi Marie Obenour · 2 years, 8 months ago
  26. 94c0cfb refactor(auth): partially validate SubjectPublicKeyInfo early by Demi Marie Obenour · 2 years, 8 months ago
  27. a8c8c5e fix(auth): reject padding after BIT STRING in signatures by Demi Marie Obenour · 2 years, 8 months ago
  28. f47547b fix(auth): reject invalid padding in digests by Demi Marie Obenour · 2 years, 8 months ago
  29. 72460f5 fix(auth): require at least one extension to be present by Demi Marie Obenour · 2 years, 8 months ago
  30. fd37982 fix(auth): forbid junk after extensions by Demi Marie Obenour · 2 years, 8 months ago
  31. e9e4a2a fix(auth): only accept v3 X.509 certificates by Demi Marie Obenour · 2 years, 8 months ago
  32. 3be9c27 build: enable adding MbedTLS files for platform by Mate Toth-Pal · 2 years, 9 months ago
  33. ed38366 fix(auth): correct sign-compare warning by Nicolas Toromanoff · 4 years, 8 months ago
  34. 40f9f64 feat(auth): allow to verify PublicKey with platform format PK by Nicolas Toromanoff · 4 years, 9 months ago
  35. 2bf4f27 refactor(crypto): change CRYPTO_SUPPORT flag to numeric by Manish V Badarkhe · 3 years, 2 months ago
  36. 8b65390 feat(mbedtls): update mbedTLS driver for DRTM support by Manish V Badarkhe · 3 years, 5 months ago
  37. e43caf3 feat(crypto): update crypto module for DRTM support by Manish V Badarkhe · 3 years, 5 months ago
  38. 885e268 refactor(libc): clean up dependencies in libc by Claus Pedersen · 2 years, 11 months ago
  39. 0245080 Merge changes from topic "mb_hash" into integration by Lauren Wehrmeister · 3 years, 1 month ago
  40. 78da42a refactor(measured-boot): mb algorithm selection by laurenw-arm · 3 years, 2 months ago
  41. 56b741d feat(cca): introduce new "cca" chain of trust by laurenw-arm · 3 years, 4 months ago
  42. a93084b build(deps): upgrade to mbed TLS 2.28.0 by Sandrine Bailleux · 3 years, 4 months ago
  43. 033f613 refactor(mbedtls): allow platform to specify their config file by Manish V Badarkhe · 3 years, 6 months ago
  44. 0aa0b3a refactor(measured-boot): avoid Measured-Boot dependency on Trusted-Boot by Manish V Badarkhe · 3 years, 8 months ago
  45. 14db963 refactor(measured-boot): add generic macros for using Crypto library by Manish V Badarkhe · 3 years, 10 months ago
  46. e5fbee5 fix(cc-713): fix a build failure with CC-713 library by Manish V Badarkhe · 3 years, 10 months ago
  47. e31fb0f fvp_r: load, auth, and transfer from BL1 to BL33 by laurenw-arm · 4 years, 5 months ago
  48. c0bfc88 feat(fwu): avoid NV counter upgrade in trial run state by Manish V Badarkhe · 4 years, 2 months ago
  49. a2a5a94 fix(driver/auth): avoid NV counter upgrade without certificate validation by Manish V Badarkhe · 4 years, 3 months ago
  50. ea14b51 Crypto library: Migrate support to MbedTLS v2.24.0 by Alexei Fedorov · 4 years, 11 months ago
  51. 327131c build_macros.mk: include assert and define loop macros by Leonardo Sandoval · 5 years ago
  52. 2947412 dualroot: add chain of trust for Platform owned SPs by Manish Pandey · 5 years ago
  53. 03a5225 tbbr/dualroot: rename SP package certificate file by Manish Pandey · 5 years ago
  54. d686fa3 TF-A: Add Event Log for Measured Boot by Alexei Fedorov · 5 years ago
  55. 243875e tbbr/dualroot: Add fw_config image in chain of trust by Louis Mayencourt · 5 years ago
  56. 68758dd tbbr: add chain of trust for Secure Partitions by Manish Pandey · 5 years ago
  57. 44f1aa8 dualroot: add chain of trust for secure partitions by Manish Pandey · 5 years ago
  58. ad43c49 Cleanup the code for TBBR CoT descriptors by Manish V Badarkhe · 5 years ago
  59. 4501843 cryptocell: add support for Cryptocell 713 by Gilad Ben-Yossef · 6 years ago
  60. 0ab4964 FVP: Add BL2 hash calculation in BL1 by Alexei Fedorov · 5 years ago
  61. 46b3003 Merge "Necessary fix in drivers to upgrade to mbedtls-2.18.0" into integration by Mark Dykes · 5 years ago
  62. e310267 Merge changes from topic "sb/dualroot" into integration by Sandrine Bailleux · 5 years ago
  63. 93ee279 Necessary fix in drivers to upgrade to mbedtls-2.18.0 by Madhukar Pappireddy · 5 years ago
  64. 7cda17b drivers: crypto: Add authenticated decryption framework by Sumit Garg · 6 years ago
  65. 5ab8b71 Introduce a new "dualroot" chain of trust by Sandrine Bailleux · 5 years ago
  66. 0b4e592 TBBR: Reduce size of hash buffers when possible by Sandrine Bailleux · 5 years ago
  67. 495599c TBBR: Reduce size of ECDSA key buffers by Sandrine Bailleux · 5 years ago
  68. ab1981d fconf: initial commit by Louis Mayencourt · 6 years ago
  69. e693728 Coverity: remove unnecessary header file includes by Zelalem · 6 years ago
  70. 8c10529 Measured Boot: add function for hash calculation by Alexei Fedorov · 6 years ago
  71. 7a05f06 Remove redundant declarations. by Madhukar Pappireddy · 6 years ago
  72. b862292 cryptocell: add cryptocell 712 RSA 3K support by Gilad Ben-Yossef · 6 years ago
  73. 6a415a5 Remove RSA PKCS#1 v1.5 support from cert_tool by Justin Chadwell · 6 years ago
  74. aacff74 Support larger RSA key sizes when using MBEDTLS by Justin Chadwell · 6 years ago
  75. 76f3c7d cryptocell: add product version awareness support by Gilad Ben-Yossef · 6 years ago
  76. 36ec2bb cryptocell: move Cryptocell specific API into driver by Gilad Ben-Yossef · 6 years ago
  77. 2efb7dd Fix type of cot_desc_ptr by Sandrine Bailleux · 6 years ago
  78. 2374ab1 Mbed TLS: Remove weak heap implementation by Ambroise Vincent · 6 years ago
  79. 7a246d6 Checkpatch: Style fix by Joel Hutton · 6 years ago
  80. 3007042 cot-desc: optimise memory further by Joel Hutton · 6 years ago
  81. 0b6377d Reduce memory needed for CoT description by Joel Hutton · 6 years ago
  82. bde2836 Remove several warnings reported with W=2 by Ambroise Vincent · 6 years ago
  83. 17e1335 Remove Mbed TLS dependency from plat_bl_common.c by John Tsichritzis · 6 years ago
  84. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  85. fe199e3 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 7 years ago
  86. 6d01a46 Prepare Mbed TLS drivers for shared heap by John Tsichritzis · 7 years ago
  87. 39b6cc6 libc: Use printf and snprintf across codebase by Antonio Nino Diaz · 7 years ago
  88. 6c37334 Add atexit function to libc by Roberto Vargas · 7 years ago
  89. ea7a57a Don't include mbebtls include paths in INCLUDES by Roberto Vargas · 7 years ago
  90. 180c4bc Create a library file for libmbedtls by Roberto Vargas · 7 years ago
  91. d25b527 Move to mbedtls-2.10.0 tag by Jeenu Viswambharan · 7 years ago
  92. 17bc617 Dynamic cfg: Enable support on CoT for other configs by Soby Mathew · 7 years ago
  93. 3b94189 Fix MISRA rule 8.4 Part 4 by Roberto Vargas · 7 years ago
  94. 735181b Fix MISRA rule 8.3 Part 4 by Roberto Vargas · 7 years ago
  95. 9f85f9e Clean usage of void pointers to access symbols by Joel Hutton · 7 years ago
  96. 6d31020 Dynamic cfg: Add HW and TB_FW configs to CoT by Soby Mathew · 8 years ago
  97. 76d2673 bl2-el3: Don't compile BL1 when BL2_AT_EL3 is defined in FVP by Roberto Vargas · 8 years ago
  98. 9a3088a tbbr: Add build flag HASH_ALG to let the user to select the SHA by Qixiang Xu · 8 years ago
  99. dcbf393 Dynamic selection of ECDSA or RSA by Qixiang Xu · 8 years ago
  100. 9db9c65 Add support for TBBR using ECDSA keys in ARM platforms by Qixiang Xu · 8 years ago