aboutsummaryrefslogtreecommitdiff
path: root/drivers/auth/mbedtls
AgeCommit message (Expand)Author
2024-03-13refactor(mbedtls): remove mbedtls 2.x supportlaurenw-arm
2023-11-13build(mbedtls): add deprecation noticeGovindraj Raja
2023-10-26feat(mbedtls-psa): mbedTLS PSA Crypto with ECDSAManish V Badarkhe
2023-10-13feat(auth): ecdsa p384 key supportlaurenw-arm
2023-10-05feat(mbedtls-psa): use PSA crypto API during signature verificationManish V Badarkhe
2023-10-05feat(mbedtls-psa): use PSA crypto API during hash calculationManish V Badarkhe
2023-10-05feat(mbedtls-psa): use PSA crypto API for hash verificationManish V Badarkhe
2023-10-05feat(mbedtls-psa): initialise mbedtls psa cryptoManish V Badarkhe
2023-10-05feat(mbedtls-psa): register an ad-hoc PSA crypto driverManish V Badarkhe
2023-10-04feat(mbedtls-psa): introduce PSA_CRYPTO build optionManish V Badarkhe
2023-06-15fix(auth): allow hashes of different lengthsDemi Marie Obenour
2023-04-21refactor(auth)!: unify REGISTER_CRYPTO_LIBYann Gautier
2023-04-21refactor(auth): replace plat_convert_pkYann Gautier
2023-03-09style: remove useless trailing semicolon and line continuationsElyes Haouas
2023-03-02refactor(auth): use a single function for parsing extensionsDemi Marie Obenour
2023-02-27refactor(auth): clean up certificate length checksDemi Marie Obenour
2023-02-27refactor(auth): remove code duplicationDemi Marie Obenour
2023-02-21feat(mbedtls): add support for mbedtls-3.3Govindraj Raja
2023-02-21refactor(mbedtls): avoid including MBEDTLS_CONFIG_FILEGovindraj Raja
2023-01-20Merge changes from topic "fix_sparse_warnings" into integrationMadhukar Pappireddy
2023-01-10fix(auth): use NULL instead of 0 for pointer checkYann Gautier
2023-01-10fix(auth): properly validate X.509 extensionsDemi Marie Obenour
2023-01-04Merge "refactor(auth): avoid parsing signature algorithm twice" into integrationSandrine Bailleux
2023-01-03refactor(auth): do not include SEQUENCE tag in saved extensionsDemi Marie Obenour
2023-01-03fix(auth): reject junk after certificatesDemi Marie Obenour
2023-01-03fix(auth): require bit strings to have no unused bitsDemi Marie Obenour
2022-12-29refactor(auth): avoid parsing signature algorithm twiceDemi Marie Obenour
2022-12-29refactor(auth): partially validate SubjectPublicKeyInfo earlyDemi Marie Obenour
2022-12-29fix(auth): reject padding after BIT STRING in signaturesDemi Marie Obenour
2022-12-29fix(auth): reject invalid padding in digestsDemi Marie Obenour
2022-12-29fix(auth): require at least one extension to be presentDemi Marie Obenour
2022-12-29fix(auth): forbid junk after extensionsDemi Marie Obenour
2022-12-29fix(auth): only accept v3 X.509 certificatesDemi Marie Obenour
2022-11-25build: enable adding MbedTLS files for platformMate Toth-Pal
2022-11-14fix(auth): correct sign-compare warningNicolas Toromanoff
2022-10-05refactor(crypto): change CRYPTO_SUPPORT flag to numericManish V Badarkhe
2022-10-05feat(mbedtls): update mbedTLS driver for DRTM supportManish V Badarkhe
2022-06-16refactor(measured-boot): mb algorithm selectionlaurenw-arm
2022-04-25build(deps): upgrade to mbed TLS 2.28.0Sandrine Bailleux
2022-03-01refactor(mbedtls): allow platform to specify their config fileManish V Badarkhe
2022-01-11refactor(measured-boot): avoid Measured-Boot dependency on Trusted-BootManish V Badarkhe
2021-12-08refactor(measured-boot): add generic macros for using Crypto libraryManish V Badarkhe
2020-10-01Crypto library: Migrate support to MbedTLS v2.24.0Alexei Fedorov
2020-09-14build_macros.mk: include assert and define loop macrosLeonardo Sandoval
2020-07-21TF-A: Add Event Log for Measured BootAlexei Fedorov
2020-03-25FVP: Add BL2 hash calculation in BL1Alexei Fedorov
2020-03-10Merge "Necessary fix in drivers to upgrade to mbedtls-2.18.0" into integrationMark Dykes
2020-03-08Necessary fix in drivers to upgrade to mbedtls-2.18.0Madhukar Pappireddy
2020-03-06drivers: crypto: Add authenticated decryption frameworkSumit Garg
2020-01-28Measured Boot: add function for hash calculationAlexei Fedorov