aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/auth
Commit message (Expand)AuthorAgeFilesLines
* FVP: Add BL2 hash calculation in BL1Alexei Fedorov2020-03-251-2/+16
* Merge "Necessary fix in drivers to upgrade to mbedtls-2.18.0" into integrationMark Dykes2020-03-102-1/+3
|\
| * Necessary fix in drivers to upgrade to mbedtls-2.18.0Madhukar Pappireddy2020-03-082-1/+3
* | Merge changes from topic "sb/dualroot" into integrationSandrine Bailleux2020-03-101-0/+814
|\ \
| * | Introduce a new "dualroot" chain of trustSandrine Bailleux2020-02-241-0/+814
| |/
* / drivers: crypto: Add authenticated decryption frameworkSumit Garg2020-03-064-4/+159
|/
* TBBR: Reduce size of hash buffers when possibleSandrine Bailleux2020-02-181-0/+8
* TBBR: Reduce size of ECDSA key buffersSandrine Bailleux2020-02-181-4/+9
* fconf: initial commitLouis Mayencourt2020-02-071-4/+4
* Coverity: remove unnecessary header file includesZelalem2020-02-041-2/+1
* Measured Boot: add function for hash calculationAlexei Fedorov2020-01-282-2/+48
* Remove redundant declarations.Madhukar Pappireddy2020-01-081-3/+0
* cryptocell: add cryptocell 712 RSA 3K supportGilad Ben-Yossef2019-12-112-2/+4
* 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