summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVanessa Maegima <vanessa.maegima@nxp.com>2020-06-25 15:45:37 -0300
committerYe Li <ye.li@nxp.com>2022-04-06 18:04:00 +0800
commite1a1f147a8be1e1d565a5ce3dceb0d24d5da08ee (patch)
tree0f424187b3d9a505863a8837f5d6eb48c1ab940e /doc
parentdff60ca6273ac0fc740acffd5ca4da31cc76405a (diff)
MLK-24362-5 doc: imx: ahab/habv4: Remove mentions to a specific CST version
The mentioned CST PKI tree generation commands are compatible with the newer versions of the tool, so there is no need to hardcode the CST version. Add this information in the documentation. Signed-off-by: Vanessa Maegima <vanessa.maegima@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 8195a6614fcad1c763ba2d0037ec0a33a84546a8) (cherry picked from commit b15f9f59226dbead608eebb3658752a883879711) (cherry picked from commit 025c19a50299cb3393b585b894da293e2d3796d3) (cherry picked from commit b3bd3a4d5c8959b2b0c655480f572544176ee86d)
Diffstat (limited to 'doc')
-rw-r--r--doc/imx/ahab/introduction_ahab.txt5
-rw-r--r--doc/imx/habv4/introduction_habv4.txt5
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/imx/ahab/introduction_ahab.txt b/doc/imx/ahab/introduction_ahab.txt
index 82ddec13eb..6a4e4e4004 100644
--- a/doc/imx/ahab/introduction_ahab.txt
+++ b/doc/imx/ahab/introduction_ahab.txt
@@ -183,7 +183,7 @@ SGK key.
The AHAB supports both RSA and ECC keys, a new PKI tree can be generated by
following the example below:
-- Generating a P384 ECC PKI tree on CST v3.1.0:
+- Generating a P384 ECC PKI tree on CST (starting from v3.1.0):
$ ./ahab_pki_tree.sh
...
@@ -219,7 +219,8 @@ included in the final signed image.
Users should set the CA flag when generating the SRK certificates.
-- Generating a P384 ECC PKI tree with a subordinate SGK key on CST v3.1.0:
+- Generating a P384 ECC PKI tree with a subordinate SGK key on CST (starting
+from v3.1.0):
$ ./ahab_pki_tree.sh
...
diff --git a/doc/imx/habv4/introduction_habv4.txt b/doc/imx/habv4/introduction_habv4.txt
index e30ed186d3..9d934d19bd 100644
--- a/doc/imx/habv4/introduction_habv4.txt
+++ b/doc/imx/habv4/introduction_habv4.txt
@@ -153,7 +153,7 @@ IMG and CSF keys.
A new PKI tree can be generated by following the example below:
-- Generating 2048-bit PKI tree on CST v3.1.0:
+- Generating 2048-bit PKI tree on CST (starting from v3.1.0):
$ ./hab4_pki_tree.sh
...
@@ -199,7 +199,8 @@ The script hab4_pki_tree.sh is also able to generate a Public Key Infrastructure
(PKI) tree which only contains SRK Keys, users should not set the CA flag when
generating the SRK certificates.
-- Generating 2048-bit fast authentication PKI tree on CST v3.1.0:
+- Generating 2048-bit fast authentication PKI tree on CST (starting from
+v3.1.0):
$ ./hab4_pki_tree.sh
...