aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clear static variables in X509 parser on errorAntonio Nino Diaz2017-01-191-2/+37
* TBB: fix comment about MBEDTLS_KEY_ALG defaultMasahiro Yamada2017-01-061-1/+1
* tbbr: Fix updating of Non-Trusted NV counterdp-arm2016-12-151-11/+12
* Allow dynamic overriding of ROTPK verificationSoby Mathew2016-06-031-5/+11
* TBB: add non-volatile counter supportJuan Castillo2016-03-313-0/+167
* Always build with '-pedantic'Sandrine Bailleux2016-01-052-2/+1
* Replace all SCP FW (BL0, BL3-0) referencesJuan Castillo2015-12-141-2/+2
* TBB: apply TBBR naming convention to certificates and extensionsJuan Castillo2015-12-141-102/+102
* Merge pull request #465 from jcastillo-arm/jc/tbb_mbedtls_2_xdanh-arm2015-12-105-105/+119
|\
| * Move up to mbed TLS 2.xJuan Castillo2015-12-105-105/+119
* | FWU: Add Generic Firmware Update framework support in BL1Yatharth Kochar2015-12-091-0/+99
|/
* TBB: add TBBR Chain of TrustJuan Castillo2015-06-251-0/+445
* TBB: add mbedTLS authentication related librariesJuan Castillo2015-06-256-0/+904
* TBB: add authentication frameworkJuan Castillo2015-06-253-0/+628