1. f33a5ef fix(mbedtls): fix error return code for calc_hash by Ryan Everett · 3 weeks ago
  2. 9c24a2e fix(psa): fix P-384 PSA key signature verification by Ryan Everett · 3 weeks ago
  3. c51b3e3 Merge changes from topic "update-mbedtls-to-3.6.1" into integration by Manish V Badarkhe · 9 weeks ago
  4. 822cd6a refactor(mbedtls): use PSA API for auth_decrypt by Ryan Everett · 4 months ago
  5. 02974bb refactor(mbedtls): remove hack in LIBMBEDTLS_CFLAGS by Ryan Everett · 2 months ago
  6. 9ce5eb4 chore(mbedtls): remove hash configs by Jimmy Brisson · 5 months ago
  7. 31f588d feat(arm): remove the bl2 static c file by Xialin Liu · 4 months ago
  8. e34a77b refactor(auth): separate bl1 and bl2 CoT by Xialin Liu · 5 months ago
  9. 290915f refactor(mbedtls): rewrite psa crt verification by Ryan Everett · 5 months ago
  10. 5cb722c fix(mbedtls): sign verification issue with invalid Key/Signature by Manish V Badarkhe · 6 months ago
  11. d4c92a8 refactor(auth): remove HW_CONFIG reference from BL1 CoT file by Manish V Badarkhe · 6 months ago
  12. 640d991 feat(mbedtls): update config for 3.6.0 by Jimmy Brisson · 8 months ago
  13. b3b6de7 refactor(mbedtls): remove mbedtls 2.x support by laurenw-arm · 9 months ago
  14. 84b2f7d feat(fwu): modify the check for getting the FWU bank's state by Sughosh Ganu · 10 months ago
  15. 2387d81 Merge "build(mbedtls): add deprecation notice" into integration by Manish V Badarkhe · 1 year ago
  16. 9891315 refactor(auth): remove return_if_error() macro by Sandrine Bailleux · 1 year, 1 month ago
  17. 8d68395 build(mbedtls): add deprecation notice by Govindraj Raja · 1 year, 1 month ago
  18. 2f37ce6 chore(auth)!: remove CryptoCell-712/713 support by Sandrine Bailleux · 1 year, 1 month ago
  19. fad6b23 feat(mbedtls-psa): mbedTLS PSA Crypto with ECDSA by Manish V Badarkhe · 1 year, 2 months ago
  20. f709c27 feat(auth): ecdsa p384 key support by laurenw-arm · 1 year, 3 months ago
  21. 3e642b4 feat(mbedtls-psa): use PSA crypto API during signature verification by Manish V Badarkhe · 1 year, 2 months ago
  22. 4139d7b feat(mbedtls-psa): use PSA crypto API during hash calculation by Manish V Badarkhe · 1 year, 3 months ago
  23. c381ea3 feat(mbedtls-psa): use PSA crypto API for hash verification by Manish V Badarkhe · 1 year, 3 months ago
  24. f179aa9 feat(mbedtls-psa): initialise mbedtls psa crypto by Manish V Badarkhe · 1 year, 3 months ago
  25. 8fbea62 feat(mbedtls-psa): register an ad-hoc PSA crypto driver by Manish V Badarkhe · 1 year, 3 months ago
  26. 78e14f8 feat(mbedtls-psa): introduce PSA_CRYPTO build option by Manish V Badarkhe · 1 year, 3 months ago
  27. 5cea313 fix(auth): don't overwrite pk with converted pk when rotpk is hash by Robin van der Gracht · 1 year, 3 months ago
  28. caf03fd feat(auth): measure and publicise the Public Key by Manish V Badarkhe · 1 year, 8 months ago
  29. c280078 fix(auth): allow hashes of different lengths by Demi Marie Obenour · 1 year, 6 months ago
  30. a79a285 feat(auth): add CCA NV ctr to CCA CoT by laurenw-arm · 1 year, 7 months ago
  31. 2b6673d refactor(auth)!: unify REGISTER_CRYPTO_LIB by Yann Gautier · 1 year, 9 months ago
  32. c68b8af refactor(auth): replace plat_convert_pk by Yann Gautier · 1 year, 10 months ago
  33. e984bc7 feat(auth): compare platform and certificate ROTPK for authentication by Manish V Badarkhe · 1 year, 9 months ago
  34. 183638f style: remove useless trailing semicolon and line continuations by Elyes Haouas · 1 year, 10 months ago
  35. e5e03e8 refactor(auth): use a single function for parsing extensions by Demi Marie Obenour · 1 year, 10 months ago
  36. 01ea239 refactor(auth): clean up certificate length checks by Demi Marie Obenour · 1 year, 10 months ago
  37. 221a648 refactor(auth): remove code duplication by Demi Marie Obenour · 1 year, 10 months ago
  38. fd49e8b style(crypto): add braces for if statement by Govindraj Raja · 1 year, 10 months ago
  39. dee8b6f feat(mbedtls): add support for mbedtls-3.3 by Govindraj Raja · 1 year, 11 months ago
  40. a2872f9 refactor(crypto): avoid using struct mbedtls_pk_rsassa_pss_options by Govindraj Raja · 1 year, 10 months ago
  41. 9c7dfb0 refactor(mbedtls): avoid including MBEDTLS_CONFIG_FILE by Govindraj Raja · 1 year, 11 months ago
  42. 84def0c Merge changes from topic "fix_sparse_warnings" into integration by Madhukar Pappireddy · 1 year, 10 months ago
  43. bb7ffdf fix(auth): use NULL instead of 0 for pointer check by Yann Gautier · 1 year, 11 months ago
  44. 6cb3ef2 fix(auth): properly validate X.509 extensions by Demi Marie Obenour · 2 years ago
  45. 745f6f5 fix(auth): avoid out-of-bounds read in auth_nvctr() by Demi Marie Obenour · 2 years ago
  46. 4912303 Merge "refactor(auth): avoid parsing signature algorithm twice" into integration by Sandrine Bailleux · 1 year, 11 months ago
  47. 0587d9c refactor(auth): do not include SEQUENCE tag in saved extensions by Demi Marie Obenour · 2 years ago
  48. bfff4d9 fix(auth): reject junk after certificates by Demi Marie Obenour · 2 years ago
  49. 4d1610b fix(auth): require bit strings to have no unused bits by Demi Marie Obenour · 2 years ago
  50. 139b84c refactor(auth): avoid parsing signature algorithm twice by Demi Marie Obenour · 2 years ago
  51. b1342a2 refactor(auth): partially validate SubjectPublicKeyInfo early by Demi Marie Obenour · 2 years ago
  52. 447adc0 fix(auth): reject padding after BIT STRING in signatures by Demi Marie Obenour · 2 years ago
  53. ae26664 fix(auth): reject invalid padding in digests by Demi Marie Obenour · 2 years ago
  54. 47a8055 fix(auth): require at least one extension to be present by Demi Marie Obenour · 2 years ago
  55. fa07d04 fix(auth): forbid junk after extensions by Demi Marie Obenour · 2 years ago
  56. 83737b7 fix(auth): only accept v3 X.509 certificates by Demi Marie Obenour · 2 years ago
  57. 1a415f2 build: enable adding MbedTLS files for platform by Mate Toth-Pal · 2 years, 1 month ago
  58. 2d817a3 fix(auth): correct sign-compare warning by Nicolas Toromanoff · 4 years ago
  59. 7f95ac8 feat(auth): allow to verify PublicKey with platform format PK by Nicolas Toromanoff · 4 years, 1 month ago
  60. c9fdaf6 refactor(crypto): change CRYPTO_SUPPORT flag to numeric by Manish V Badarkhe · 2 years, 5 months ago
  61. c816807 feat(mbedtls): update mbedTLS driver for DRTM support by Manish V Badarkhe · 2 years, 9 months ago
  62. 0bf2407 feat(crypto): update crypto module for DRTM support by Manish V Badarkhe · 2 years, 9 months ago
  63. 785e66c refactor(libc): clean up dependencies in libc by Claus Pedersen · 2 years, 3 months ago
  64. f13d0e4 Merge changes from topic "mb_hash" into integration by Lauren Wehrmeister · 2 years, 5 months ago
  65. 7834aa0 refactor(measured-boot): mb algorithm selection by laurenw-arm · 2 years, 6 months ago
  66. 483e5ac feat(cca): introduce new "cca" chain of trust by laurenw-arm · 2 years, 7 months ago
  67. 88746ca build(deps): upgrade to mbed TLS 2.28.0 by Sandrine Bailleux · 2 years, 7 months ago
  68. abf1b8d refactor(mbedtls): allow platform to specify their config file by Manish V Badarkhe · 2 years, 10 months ago
  69. 92de80a refactor(measured-boot): avoid Measured-Boot dependency on Trusted-Boot by Manish V Badarkhe · 3 years ago
  70. e112a5a refactor(measured-boot): add generic macros for using Crypto library by Manish V Badarkhe · 3 years, 2 months ago
  71. b55d055 fix(cc-713): fix a build failure with CC-713 library by Manish V Badarkhe · 3 years, 2 months ago
  72. 56f1e3e fvp_r: load, auth, and transfer from BL1 to BL33 by laurenw-arm · 3 years, 9 months ago
  73. 04005b7 feat(fwu): avoid NV counter upgrade in trial run state by Manish V Badarkhe · 3 years, 5 months ago
  74. 5989c56 fix(driver/auth): avoid NV counter upgrade without certificate validation by Manish V Badarkhe · 3 years, 7 months ago
  75. 42cb1aa Crypto library: Migrate support to MbedTLS v2.24.0 by Alexei Fedorov · 4 years, 2 months ago
  76. 65fca7c build_macros.mk: include assert and define loop macros by Leonardo Sandoval · 4 years, 3 months ago
  77. 6aef2cc dualroot: add chain of trust for Platform owned SPs by Manish Pandey · 4 years, 4 months ago
  78. d07d017 tbbr/dualroot: rename SP package certificate file by Manish Pandey · 4 years, 4 months ago
  79. 71d81dc TF-A: Add Event Log for Measured Boot by Alexei Fedorov · 4 years, 5 months ago
  80. 244027d tbbr/dualroot: Add fw_config image in chain of trust by Louis Mayencourt · 4 years, 6 months ago
  81. ceea999 tbbr: add chain of trust for Secure Partitions by Manish Pandey · 4 years, 6 months ago
  82. 5f8e1a0 dualroot: add chain of trust for secure partitions by Manish Pandey · 4 years, 6 months ago
  83. 043fd62 Cleanup the code for TBBR CoT descriptors by Manish V Badarkhe · 4 years, 7 months ago
  84. 033327a cryptocell: add support for Cryptocell 713 by Gilad Ben-Yossef · 6 years ago
  85. 25d7c88 FVP: Add BL2 hash calculation in BL1 by Alexei Fedorov · 4 years, 8 months ago
  86. c294d82 Merge "Necessary fix in drivers to upgrade to mbedtls-2.18.0" into integration by Mark Dykes · 4 years, 9 months ago
  87. 56924a2 Merge changes from topic "sb/dualroot" into integration by Sandrine Bailleux · 4 years, 9 months ago
  88. 57eaae8 Necessary fix in drivers to upgrade to mbedtls-2.18.0 by Madhukar Pappireddy · 4 years, 9 months ago
  89. 392e4df drivers: crypto: Add authenticated decryption framework by Sumit Garg · 5 years ago
  90. 6ae0074 Introduce a new "dualroot" chain of trust by Sandrine Bailleux · 4 years, 10 months ago
  91. fd754ce TBBR: Reduce size of hash buffers when possible by Sandrine Bailleux · 4 years, 9 months ago
  92. 41477e7 TBBR: Reduce size of ECDSA key buffers by Sandrine Bailleux · 4 years, 9 months ago
  93. 944ade8 fconf: initial commit by Louis Mayencourt · 5 years ago
  94. 87675d4 Coverity: remove unnecessary header file includes by Zelalem · 4 years, 10 months ago
  95. 913cb7e Measured Boot: add function for hash calculation by Alexei Fedorov · 4 years, 10 months ago
  96. 1fab9c3 Remove redundant declarations. by Madhukar Pappireddy · 5 years ago
  97. a6e5342 cryptocell: add cryptocell 712 RSA 3K support by Gilad Ben-Yossef · 5 years ago
  98. 3168a20 Remove RSA PKCS#1 v1.5 support from cert_tool by Justin Chadwell · 5 years ago
  99. f9b32c1 Support larger RSA key sizes when using MBEDTLS by Justin Chadwell · 5 years ago
  100. 6fbe0fc cryptocell: add product version awareness support by Gilad Ben-Yossef · 6 years ago