aboutsummaryrefslogtreecommitdiffstats
path: root/tools/cert_create
Commit message (Expand)AuthorAgeFilesLines
* Dynamic cfg: Enable support on CoT for other configsSoby Mathew2018-05-184-7/+43
* cert_create: fix makefile to remove executable on 'make realclean'Jonathan Wright2018-04-301-1/+1
* Change PLATFORM_ROOT to TF_PLATFORM_ROOTHeyi Guo2018-03-051-1/+1
* Dynamic cfg: Update the toolsSoby Mathew2018-02-263-5/+29
* tools: add an option -hash-alg for cert_createQixiang Xu2017-11-216-23/+112
* Merge pull request #1120 from michpappas/tf-issues#521_cert_tool_does_not_bui...davidcunado-arm2017-10-114-9/+32
|\
| * cert_tool: update for compatibility with OpenSSL v1.1Michalis Pappas2017-10-084-9/+32
* | cert_tool: Fix ECDSA certificates create failureQixiang Xu2017-10-091-2/+3
|/
* Set default value of USE_TBBR_DEFSSoby Mathew2017-09-111-0/+1
* cert_tool: Support for legacy RSA PKCS#1 v1.5Soby Mathew2017-08-314-18/+29
* Support Trusted OS firmware extra images in TF toolsSummer Qin2017-08-093-4/+28
* Fix order of #includesIsla Mitchell2017-07-124-4/+4
* tools: Use exported quiet flag from top-level Makefiledp-arm2017-06-121-3/+3
* cert_create: Use RSASSA-PSS signature scheme for certificatesSoby Mathew2017-06-051-6/+34
* build: Introduce HOSTCC flagdp-arm2017-05-241-3/+3
* cert: move platform_oid.h to include/tools_share for all platformsMasahiro Yamada2017-05-245-10/+42
* Use SPDX license identifiersdp-arm2017-05-0319-475/+19
* cert_create: remove unneeded initializersMasahiro Yamada2017-02-114-33/+31
* cert_create: merge successive i2d_ASN1_INTEGER() callsMasahiro Yamada2017-02-111-2/+1
* cert_create: fix memory leak bug caused by key container overwriteMasahiro Yamada2017-02-113-17/+8
* Fix `cert_create` tool for Segmentation faultYatharth Kochar2016-07-051-2/+4
* Merge pull request #578 from EvanLloyd/ejll/woa_make2danh-arm2016-04-071-14/+16
|\
| * Make:Allow for extension in tool names.Evan Lloyd2016-04-011-1/+1
| * Make:Use environment variables for OS detection.Evan Lloyd2016-04-011-2/+2
| * Make:Make shell commands more portableEvan Lloyd2016-04-011-3/+4
| * Make:Add realclean to .PHONY listEvan Lloyd2016-04-011-1/+1
| * Make:Remove calls to shell from makefiles.Evan Lloyd2016-04-011-8/+9
* | cert_create: add non-volatile counter supportJuan Castillo2016-03-304-40/+70
|/
* Merge pull request #484 from jcastillo-arm/jc/tf-issues/337danh-arm2016-01-1312-72/+145
|\
| * cert_create: update help messageJuan Castillo2016-01-0712-72/+145
* | Always build with '-pedantic'Sandrine Bailleux2016-01-053-3/+3
|/
* Replace all SCP FW (BL0, BL3-0) referencesJuan Castillo2015-12-141-2/+2
* TBB: apply TBBR naming convention to certificates and extensionsJuan Castillo2015-12-147-169/+169
* FWU: Add FWU support to `cert_create` toolYatharth Kochar2015-12-096-10/+68
* cert_create: specify command line options in the CoTJuan Castillo2015-10-2313-113/+301
* cert_create: improve command line argument checkJuan Castillo2015-10-231-63/+42
* TBB: rework cert_create tool to follow a data driven approachJuan Castillo2015-07-1613-410/+319
* TBB: build 'cert_create' with ECDSA only if OpenSSL supports itJuan Castillo2015-07-013-39/+65
* TBB: add ECDSA support to the certificate generation toolJuan Castillo2015-06-254-43/+160
* TBB: use ASN.1 type DigestInfo to represent hashesJuan Castillo2015-06-253-19/+89
* Allow deeper platform port directory structureDan Handley2015-04-281-2/+8
* TBB: use SHA256 to generate the certificate signaturesJuan Castillo2015-03-051-1/+1
* TBB: add tool to generate certificatesJuan Castillo2015-01-2817-0/+2181