summaryrefslogtreecommitdiff
path: root/drivers/auth
AgeCommit message (Expand)Author
2019-09-12Remove RSA PKCS#1 v1.5 support from cert_toolJustin Chadwell
2019-09-12Support larger RSA key sizes when using MBEDTLSJustin Chadwell
2019-07-25cryptocell: add product version awareness supportGilad Ben-Yossef
2019-07-25cryptocell: move Cryptocell specific API into driverGilad Ben-Yossef
2019-06-13Fix type of cot_desc_ptrSandrine Bailleux
2019-04-12Mbed TLS: Remove weak heap implementationAmbroise Vincent
2019-04-09Checkpatch: Style fixJoel Hutton
2019-04-08cot-desc: optimise memory furtherJoel Hutton
2019-04-08Reduce memory needed for CoT descriptionJoel Hutton
2019-04-01Remove several warnings reported with W=2Ambroise Vincent
2019-02-28Remove Mbed TLS dependency from plat_bl_common.cJohn Tsichritzis
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-09-28Remove all other deprecated interfaces and filesAntonio Nino Diaz
2018-09-04Prepare Mbed TLS drivers for shared heapJohn Tsichritzis
2018-08-22libc: Use printf and snprintf across codebaseAntonio Nino Diaz
2018-08-03Add atexit function to libcRoberto Vargas
2018-08-03Don't include mbebtls include paths in INCLUDESRoberto Vargas
2018-08-03Create a library file for libmbedtlsRoberto Vargas
2018-06-18Move to mbedtls-2.10.0 tagJeenu Viswambharan
2018-05-18Dynamic cfg: Enable support on CoT for other configsSoby Mathew
2018-04-13Fix MISRA rule 8.4 Part 4Roberto Vargas
2018-04-13Fix MISRA rule 8.3 Part 4Roberto Vargas
2018-03-27Clean usage of void pointers to access symbolsJoel Hutton
2018-02-26Dynamic cfg: Add HW and TB_FW configs to CoTSoby Mathew
2018-01-18bl2-el3: Don't compile BL1 when BL2_AT_EL3 is defined in FVPRoberto Vargas
2017-11-21tbbr: Add build flag HASH_ALG to let the user to select the SHAQixiang Xu
2017-09-22Dynamic selection of ECDSA or RSAQixiang Xu
2017-09-22Add support for TBBR using ECDSA keys in ARM platformsQixiang Xu
2017-08-31cert_tool: Support for legacy RSA PKCS#1 v1.5Soby Mathew
2017-08-31Export KEY_ALG as a user build optionSoby Mathew
2017-08-09Support Trusted OS firmware extra images in TF toolsSummer Qin
2017-07-12Fix order of #includesIsla Mitchell
2017-06-28Do basic CryptoCell LCS checkSoby Mathew
2017-06-28Add CC crypto driver to the Auth moduleSoby Mathew
2017-06-09Merge pull request #968 from antonio-nino-diaz-arm/an/snprintf-altdavidcunado-arm
2017-06-06mbedtls: Don't use tf_snprintf if option not definedAntonio Nino Diaz
2017-06-05Add support for RSASSAPSS algorithm in mbedtls crypto driverSoby Mathew
2017-06-05Increase heapsize for mbedtls librarySoby Mathew
2017-05-31mbedtls: Define optimized mbed TLS heap sizeAntonio Nino Diaz
2017-05-30Merge pull request #949 from antonio-nino-diaz-arm/an/printf-memorydavidcunado-arm
2017-05-24mbedtls: Use `tf_snprintf` instead of `snprintf`Antonio Nino Diaz
2017-05-24cert: move platform_oid.h to include/tools_share for all platformsMasahiro Yamada
2017-05-12mbedtls: Complete namespace for TF specific macrosDavid Cunado
2017-05-12mbedtls: Namespace for TF specific macrosDavid Cunado
2017-05-03Use SPDX license identifiersdp-arm
2017-03-22mbedtls: Namespace TF specific macrosdp-arm
2017-02-20Merge pull request #844 from antonio-nino-diaz-arm/an/no-timingsafedanh-arm
2017-02-16Revert "tbbr: Use constant-time bcmp() to compare hashes"Antonio Nino Diaz
2017-02-06Replace some memset call by zeromemDouglas Raillard
2017-01-24tbbr: Use constant-time bcmp() to compare hashesAntonio Nino Diaz