- 557f7d8 feat(auth): ecdsa p384 key support by laurenw-arm · 2 years ago
- 4eaaaa1 feat(mbedtls-psa): initialise mbedtls psa crypto by Manish V Badarkhe · 1 year, 11 months ago
- 5782b89 feat(mbedtls-psa): introduce PSA_CRYPTO build option by Manish V Badarkhe · 1 year, 11 months ago
- 1b491ee fix(tree): correct some typos by Elyes Haouas · 2 years, 6 months ago
- dee99f1 refactor(auth)!: unify REGISTER_CRYPTO_LIB by Yann Gautier · 2 years, 5 months ago
- 4ac5b39 refactor(auth): replace plat_convert_pk by Yann Gautier · 2 years, 6 months ago
- 51e0615 feat(mbedtls): add support for mbedtls-3.3 by Govindraj Raja · 2 years, 7 months ago
- a8eadc5 refactor(mbedtls): avoid including MBEDTLS_CONFIG_FILE by Govindraj Raja · 2 years, 7 months ago
- 2bf4f27 refactor(crypto): change CRYPTO_SUPPORT flag to numeric by Manish V Badarkhe · 3 years, 2 months ago
- e43caf3 feat(crypto): update crypto module for DRTM support by Manish V Badarkhe · 3 years, 5 months ago
- 24f51f2 Merge "feat(auth): enable MBEDTLS_CHECK_RETURN_WARNING" into integration by Madhukar Pappireddy · 3 years, 1 month ago
- a4e485d feat(auth): enable MBEDTLS_CHECK_RETURN_WARNING by Sandrine Bailleux · 3 years, 2 months ago
- 78da42a refactor(measured-boot): mb algorithm selection by laurenw-arm · 3 years, 2 months ago
- 0aa0b3a refactor(measured-boot): avoid Measured-Boot dependency on Trusted-Boot by Manish V Badarkhe · 3 years, 8 months ago
- 14db963 refactor(measured-boot): add generic macros for using Crypto library by Manish V Badarkhe · 3 years, 10 months ago
- ea14b51 Crypto library: Migrate support to MbedTLS v2.24.0 by Alexei Fedorov · 4 years, 11 months ago
- 28e9a55 lib: fconf: Implement a parser to populate CoT by Manish V Badarkhe · 5 years ago
- 2947412 dualroot: add chain of trust for Platform owned SPs by Manish Pandey · 5 years ago
- 03a5225 tbbr/dualroot: rename SP package certificate file by Manish Pandey · 5 years ago
- 243875e tbbr/dualroot: Add fw_config image in chain of trust by Louis Mayencourt · 5 years ago
- 44f1aa8 dualroot: add chain of trust for secure partitions by Manish Pandey · 5 years ago
- ad43c49 Cleanup the code for TBBR CoT descriptors by Manish V Badarkhe · 5 years ago
- 6f8a256 Check for out-of-bound accesses in the CoT description by Sandrine Bailleux · 5 years ago
- 7cda17b drivers: crypto: Add authenticated decryption framework by Sumit Garg · 6 years ago
- 8c10529 Measured Boot: add function for hash calculation by Alexei Fedorov · 6 years ago
- aacff74 Support larger RSA key sizes when using MBEDTLS by Justin Chadwell · 6 years ago
- 948a0c0 mbedtls: use #include <...> instead of "..." by Masahiro Yamada · 6 years ago
- d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 6 years ago
- 2efb7dd Fix type of cot_desc_ptr by Sandrine Bailleux · 6 years ago
- 3007042 cot-desc: optimise memory further by Joel Hutton · 6 years ago
- 0b6377d Reduce memory needed for CoT description by Joel Hutton · 6 years ago
- 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
- c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 7 years ago
- fe199e3 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 7 years ago
- 6d01a46 Prepare Mbed TLS drivers for shared heap by John Tsichritzis · 7 years ago
- 3b94189 Fix MISRA rule 8.4 Part 4 by Roberto Vargas · 7 years ago
- 735181b Fix MISRA rule 8.3 Part 4 by Roberto Vargas · 7 years ago
- 9a3088a tbbr: Add build flag HASH_ALG to let the user to select the SHA by Qixiang Xu · 8 years ago
- 9b1eae9 plat/arm: enlarge the BL2 size on Arm platforms when TBB is enabled by Qixiang Xu · 8 years ago
- dcbf393 Dynamic selection of ECDSA or RSA by Qixiang Xu · 8 years ago
- 9db9c65 Add support for TBBR using ECDSA keys in ARM platforms by Qixiang Xu · 8 years ago
- 2a4b4b7 Fix order of #includes by Isla Mitchell · 8 years ago
- 1001202 Add support for RSASSAPSS algorithm in mbedtls crypto driver by Soby Mathew · 8 years ago
- ab1794f mbedtls: Use `tf_snprintf` instead of `snprintf` by Antonio Nino Diaz · 8 years ago
- b188351 mbedtls: Namespace for TF specific macros by David Cunado · 8 years ago
- 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
- 66b4c16 mbedtls: Namespace TF specific macros by dp-arm · 8 years ago
- 48279d5 TBB: add non-volatile counter support by Juan Castillo · 10 years ago
- 65cd299 Remove direct usage of __attribute__((foo)) by Soren Brinkmann · 10 years ago
- b313d75 Rearrange fields in TF data structures to reduce padding by Soby Mathew · 10 years ago
- aa85691 Always build with '-pedantic' by Sandrine Bailleux · 10 years ago
- 649dbf6 Move up to mbed TLS 2.x by Juan Castillo · 10 years ago
- 7d37aa1 TBB: add mbedTLS authentication related libraries by Juan Castillo · 10 years ago
- 05799ae TBB: add authentication framework by Juan Castillo · 10 years ago