summaryrefslogtreecommitdiff
path: root/tools/cert_create
Commit message (Expand)AuthorAgeFilesLines
...
* 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