summaryrefslogtreecommitdiff
path: root/tools/cert_create/src
Commit message (Expand)AuthorAgeFilesLines
* cert_create: updated tool for platform defined certs, keys & extensionsPankaj Gupta2021-03-243-3/+77
* Merge "tools: cert_create: Create only requested certificates" into integrationSandrine Bailleux2021-01-281-1/+6
|\
| * tools: cert_create: Create only requested certificatesManish V Badarkhe2021-01-271-1/+6
* | Merge "cert-tool: avoid duplicates in extension stack" into integrationLauren Wehrmeister2021-01-271-3/+8
|\ \ | |/ |/|
| * cert-tool: avoid duplicates in extension stackJimmy Brisson2021-01-271-3/+8
* | Use preallocated parts of the HASH structJimmy Brisson2020-10-201-26/+11
* | Free arguments copied with strdupJimmy Brisson2020-10-201-0/+27
* | Free keys after useJimmy Brisson2020-10-201-0/+7
* | Free X509_EXTENSIONsJimmy Brisson2020-10-201-0/+5
|/
* cert_create: add Platform owned secure partitions supportManish Pandey2020-08-121-1/+16
* cert_tool: Update cert_tool for fw_config image supportManish V Badarkhe2020-06-243-6/+29
* cert_create: extend Secure partition support for tbbr CoTManish Pandey2020-06-112-0/+101
* cert_create: add SiP owned secure partitions supportManish Pandey2020-06-081-0/+103
* cert_create: Define the dualroot CoTSandrine Bailleux2020-02-242-0/+463
* cert_create: Remove references to TBBR in common codeSandrine Bailleux2020-01-292-5/+5
* cert_create: Introduce TBBR CoT makefileSandrine Bailleux2020-01-291-0/+29
* cert_create: Remove some unused header files inclusionsSandrine Bailleux2020-01-143-24/+3
* Remove RSA PKCS#1 v1.5 support from cert_toolJustin Chadwell2019-09-123-10/+6
* Add cert_create tool support for RSA key sizesJustin Chadwell2019-09-122-8/+60
* Reduce the number of memory leaks in cert_createJustin Chadwell2019-08-163-3/+5
* tools: Remove unused cert_create definesPaul Beesley2019-03-121-4/+0
* make_cert: return error when invalid options are usedRoberto Vargas2018-06-271-3/+1
* Dynamic cfg: Enable support on CoT for other configsSoby Mathew2018-05-182-6/+39
* Dynamic cfg: Update the toolsSoby Mathew2018-02-262-4/+26
* tools: add an option -hash-alg for cert_createQixiang Xu2017-11-213-18/+94
* 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
|/
* cert_tool: Support for legacy RSA PKCS#1 v1.5Soby Mathew2017-08-312-16/+26
* Support Trusted OS firmware extra images in TF toolsSummer Qin2017-08-092-3/+25
* Fix order of #includesIsla Mitchell2017-07-123-3/+3
* cert_create: Use RSASSA-PSS signature scheme for certificatesSoby Mathew2017-06-051-6/+34
* cert: move platform_oid.h to include/tools_share for all platformsMasahiro Yamada2017-05-244-8/+29
* Use SPDX license identifiersdp-arm2017-05-039-225/+9
* 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-112-17/+7
* Fix `cert_create` tool for Segmentation faultYatharth Kochar2016-07-051-2/+4
* cert_create: add non-volatile counter supportJuan Castillo2016-03-303-32/+55
* cert_create: update help messageJuan Castillo2016-01-078-71/+134
* Replace all SCP FW (BL0, BL3-0) referencesJuan Castillo2015-12-141-2/+2
* TBB: apply TBBR naming convention to certificates and extensionsJuan Castillo2015-12-144-140/+140
* FWU: Add FWU support to `cert_create` toolYatharth Kochar2015-12-093-8/+60
* cert_create: specify command line options in the CoTJuan Castillo2015-10-238-112/+241
* 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-166-382/+240
* TBB: build 'cert_create' with ECDSA only if OpenSSL supports itJuan Castillo2015-07-012-38/+61
* TBB: add ECDSA support to the certificate generation toolJuan Castillo2015-06-252-39/+140
* TBB: use ASN.1 type DigestInfo to represent hashesJuan Castillo2015-06-252-18/+87
* TBB: use SHA256 to generate the certificate signaturesJuan Castillo2015-03-051-1/+1