aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/auth
Commit message (Expand)AuthorAgeFilesLines
* Remove RSA PKCS#1 v1.5 support from cert_toolJustin Chadwell2019-09-121-3/+3
* Support larger RSA key sizes when using MBEDTLSJustin Chadwell2019-09-122-1/+28
* cryptocell: add product version awareness supportGilad Ben-Yossef2019-07-253-14/+23
* cryptocell: move Cryptocell specific API into driverGilad Ben-Yossef2019-07-253-5/+118
* Fix type of cot_desc_ptrSandrine Bailleux2019-06-131-1/+1
* Mbed TLS: Remove weak heap implementationAmbroise Vincent2019-04-121-5/+3
* Checkpatch: Style fixJoel Hutton2019-04-091-1/+1
* cot-desc: optimise memory furtherJoel Hutton2019-04-082-55/+62
* Reduce memory needed for CoT descriptionJoel Hutton2019-04-082-595/+650
* Remove several warnings reported with W=2Ambroise Vincent2019-04-011-5/+1
* Remove Mbed TLS dependency from plat_bl_common.cJohn Tsichritzis2019-02-281-1/+19
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-0410-47/+55
* Remove all other deprecated interfaces and filesAntonio Nino Diaz2018-09-281-10/+0
* Prepare Mbed TLS drivers for shared heapJohn Tsichritzis2018-09-041-16/+17
* libc: Use printf and snprintf across codebaseAntonio Nino Diaz2018-08-221-3/+2
* Add atexit function to libcRoberto Vargas2018-08-031-0/+10
* Don't include mbebtls include paths in INCLUDESRoberto Vargas2018-08-031-2/+2
* Create a library file for libmbedtlsRoberto Vargas2018-08-033-96/+76
* Move to mbedtls-2.10.0 tagJeenu Viswambharan2018-06-181-1/+3
* Dynamic cfg: Enable support on CoT for other configsSoby Mathew2018-05-181-0/+75
* Fix MISRA rule 8.4 Part 4Roberto Vargas2018-04-132-3/+3
* Fix MISRA rule 8.3 Part 4Roberto Vargas2018-04-131-2/+2
* Clean usage of void pointers to access symbolsJoel Hutton2018-03-271-5/+4
* Dynamic cfg: Add HW and TB_FW configs to CoTSoby Mathew2018-02-261-1/+51
* bl2-el3: Don't compile BL1 when BL2_AT_EL3 is defined in FVPRoberto Vargas2018-01-183-9/+0
* tbbr: Add build flag HASH_ALG to let the user to select the SHAQixiang Xu2017-11-213-3/+26
* Dynamic selection of ECDSA or RSAQixiang Xu2017-09-222-9/+18
* Add support for TBBR using ECDSA keys in ARM platformsQixiang Xu2017-09-221-1/+1
* cert_tool: Support for legacy RSA PKCS#1 v1.5Soby Mathew2017-08-311-1/+1
* Export KEY_ALG as a user build optionSoby Mathew2017-08-311-2/+8
* Support Trusted OS firmware extra images in TF toolsSummer Qin2017-08-091-0/+48
* Fix order of #includesIsla Mitchell2017-07-123-4/+5
* Do basic CryptoCell LCS checkSoby Mathew2017-06-281-0/+14
* Add CC crypto driver to the Auth moduleSoby Mathew2017-06-282-0/+318
* Merge pull request #968 from antonio-nino-diaz-arm/an/snprintf-altdavidcunado-arm2017-06-091-0/+3
|\
| * mbedtls: Don't use tf_snprintf if option not definedAntonio Nino Diaz2017-06-061-0/+3
* | Add support for RSASSAPSS algorithm in mbedtls crypto driverSoby Mathew2017-06-051-8/+11
* | Increase heapsize for mbedtls librarySoby Mathew2017-06-051-1/+1
|/
* mbedtls: Define optimized mbed TLS heap sizeAntonio Nino Diaz2017-05-311-1/+1
* Merge pull request #949 from antonio-nino-diaz-arm/an/printf-memorydavidcunado-arm2017-05-301-1/+6
|\
| * mbedtls: Use `tf_snprintf` instead of `snprintf`Antonio Nino Diaz2017-05-241-1/+6
* | cert: move platform_oid.h to include/tools_share for all platformsMasahiro Yamada2017-05-241-1/+5
|/
* mbedtls: Complete namespace for TF specific macrosDavid Cunado2017-05-121-6/+16
* mbedtls: Namespace for TF specific macrosDavid Cunado2017-05-122-5/+5
* Use SPDX license identifiersdp-arm2017-05-0310-250/+10
* mbedtls: Namespace TF specific macrosdp-arm2017-03-222-8/+8
* Merge pull request #844 from antonio-nino-diaz-arm/an/no-timingsafedanh-arm2017-02-202-2/+2
|\
| * Revert "tbbr: Use constant-time bcmp() to compare hashes"Antonio Nino Diaz2017-02-162-2/+2
* | Replace some memset call by zeromemDouglas Raillard2017-02-061-2/+3
|/
* tbbr: Use constant-time bcmp() to compare hashesAntonio Nino Diaz2017-01-242-2/+2