mirror of
https://github.com/Infineon/eltt2.git
synced 2026-01-11 15:10:45 +00:00
README.md: Fix remark-lint warnings
Remark-lint emits some warnings about the README.md: - Warn when list item bullets are indented L31 + L32 - Warn for literal URLs in text L200 - Warn when shortcut reference links are used. L89 + L97 - Warn when references to undefined definitions are found L89 + L97 -> fix them, no visual changes. Signed-off-by: Peter Huewe <Peter.Huewe@infineon.com>
This commit is contained in:
10
README.md
10
README.md
@@ -28,8 +28,8 @@ A TPM 2.0 evaluation board can be ordered in the [Hitex Webshop](https://www.ehi
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
In order to execute ELTT2, you need to compile it first:
|
In order to execute ELTT2, you need to compile it first:
|
||||||
1. Switch to the directory with the ELTT2 source code
|
1. Switch to the directory with the ELTT2 source code
|
||||||
2. Compile the source code by typing the following command:
|
2. Compile the source code by typing the following command:
|
||||||
make
|
make
|
||||||
|
|
||||||
Due to hardware (and thus TPM) access restrictions for normal users, ELTT2 requires root (aka superuser or administrator) privileges. They can be obtained e.g. by using the 'sudo' command on Debian Linux derivates.
|
Due to hardware (and thus TPM) access restrictions for normal users, ELTT2 requires root (aka superuser or administrator) privileges. They can be obtained e.g. by using the 'sudo' command on Debian Linux derivates.
|
||||||
@@ -86,7 +86,7 @@ To get the TPM into the required state, call ELTT2 with the corresponding comman
|
|||||||
Additional information:
|
Additional information:
|
||||||
|
|
||||||
`-a`: <br>
|
`-a`: <br>
|
||||||
With the "-a" command you can hash given data with the SHA-1/256/384 hash algorithm. This hash sequence sends 3 commands [start, update, complete] to the TPM and allows to hash an arbitrary amount of data. For example, use the following command to hash the byte sequence {0x41, 0x62, 0x43, 0x64}: <br>
|
With the "-a" command you can hash given data with the SHA-1/256/384 hash algorithm. This hash sequence sends 3 commands \[start, update, complete\] to the TPM and allows to hash an arbitrary amount of data. For example, use the following command to hash the byte sequence {0x41, 0x62, 0x43, 0x64}: <br>
|
||||||
`./eltt2 -a 41624364` Hash given data with SHA-1 hash algorithm. <br>
|
`./eltt2 -a 41624364` Hash given data with SHA-1 hash algorithm. <br>
|
||||||
or <br>
|
or <br>
|
||||||
`./eltt2 -a sha1 41624364` Hash given data with SHA-1 hash algorithm. <br>
|
`./eltt2 -a sha1 41624364` Hash given data with SHA-1 hash algorithm. <br>
|
||||||
@@ -94,7 +94,7 @@ or <br>
|
|||||||
`./eltt2 -a sha384 41624364` Hash given data with SHA-384 hash algorithm. <br>
|
`./eltt2 -a sha384 41624364` Hash given data with SHA-384 hash algorithm. <br>
|
||||||
|
|
||||||
`-A`: <br>
|
`-A`: <br>
|
||||||
With the "-A" command you can hash given data with the SHA-256 hash algorithm. This hash sequence sends 3 commands [start, update, complete] to the TPM and allows to hash an arbitrary amount of data. For example, use the following command to hash the byte sequence {0x41, 0x62, 0x43, 0x64}: <br>
|
With the "-A" command you can hash given data with the SHA-256 hash algorithm. This hash sequence sends 3 commands \[start, update, complete\] to the TPM and allows to hash an arbitrary amount of data. For example, use the following command to hash the byte sequence {0x41, 0x62, 0x43, 0x64}: <br>
|
||||||
`./eltt2 -A 41624364`
|
`./eltt2 -A 41624364`
|
||||||
|
|
||||||
`-b`: <br>
|
`-b`: <br>
|
||||||
@@ -197,7 +197,7 @@ If you have any questions or problems, please read the section "FAQ and
|
|||||||
Troubleshooting" in this document.
|
Troubleshooting" in this document.
|
||||||
In case you still have questions, contact your local Infineon
|
In case you still have questions, contact your local Infineon
|
||||||
Representative.
|
Representative.
|
||||||
Further information is available at https://www.infineon.com/tpm.
|
Further information is available at <https://www.infineon.com/tpm>.
|
||||||
|
|
||||||
|
|
||||||
# 4. FAQ and Troubleshooting
|
# 4. FAQ and Troubleshooting
|
||||||
|
|||||||
Reference in New Issue
Block a user