summaryrefslogtreecommitdiff
path: root/tools/cert_create
Commit message (Expand)AuthorAgeFilesLines
* fix(cert-create): change WARN to VERBOSElaurenw-arm2023-02-091-1/+1
* feat(cert-create): update for ECDSA brainpoolP256r/t1 supportLionel Debieve2022-11-143-12/+55
* refactor(security): add OpenSSL 1.x compatibilityJuan Pablo Conde2022-11-119-39/+199
* feat(cert_create): define the cca chain of trustlaurenw-arm2022-06-144-0/+519
* refactor(security): upgrade tools to OpenSSL 3.0Juan Pablo Conde2022-05-164-78/+64
* cert_create: updated tool for platform defined certs, keys & extensionsPankaj Gupta2021-03-247-20/+131
* 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
* | Merge changes from topic "certtool-memleak" into integrationSandrine Bailleux2021-01-152-26/+50
|\ \
| * | 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
| |/
* | tools: don't clean when buildingRoss Burton2021-01-131-1/+1
|/
* tools: Set the tool's default binary nameManish V Badarkhe2020-09-071-0/+1
* tools: Get the tool's binary name from the main makefileManish V Badarkhe2020-08-231-2/+1
* cert_create: add Platform owned secure partitions supportManish Pandey2020-08-122-1/+17
* cert_tool: Update cert_tool for fw_config image supportManish V Badarkhe2020-06-245-7/+32
* cert_create: extend Secure partition support for tbbr CoTManish Pandey2020-06-114-0/+110
* cert_create: add SiP owned secure partitions supportManish Pandey2020-06-083-1/+113
* cert_create: Define the dualroot CoTSandrine Bailleux2020-02-244-0/+535
* cert_create: Remove references to TBBR in common codeSandrine Bailleux2020-01-292-5/+5
* cert_create: Introduce COT build optionSandrine Bailleux2020-01-291-2/+7
* cert_create: Introduce TBBR CoT makefileSandrine Bailleux2020-01-292-28/+40
* 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-125-14/+7
* Add cert_create tool support for RSA key sizesJustin Chadwell2019-09-123-12/+75
* 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
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-089-27/+27
* tools: Make invocation of host compiler correctAntonio Nino Diaz2018-10-041-9/+9
* tools/cert_create: fix makefile to build build_msg.o by HOSTCCYing-Chun Liu (PaulLiu)2018-07-061-1/+1
* 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-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