mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-08 10:08:47 +00:00
Merge pull request #484 from jcastillo-arm/jc/tf-issues/337
cert_create: update help message
This commit is contained in:
commit
6cf9b6ac54
12 changed files with 148 additions and 75 deletions
|
@ -50,6 +50,7 @@ typedef struct ext_s {
|
|||
const char *oid; /* OID of the extension */
|
||||
const char *sn; /* Short name */
|
||||
const char *ln; /* Long description */
|
||||
const char *help_msg; /* Help message */
|
||||
int asn1_type; /* OpenSSL ASN1 type of the extension data.
|
||||
* Supported types are:
|
||||
* - V_ASN1_INTEGER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue