doc: fix misspellings in docs
Scan and fix misspellings missed during regular reviews. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
d58efe7724
commit
7760b941f9
3 changed files with 10 additions and 10 deletions
|
@ -402,11 +402,11 @@ where the ``boards`` directory hosts the board you are building for:
|
||||||
|
|
||||||
.
|
.
|
||||||
├── boards
|
├── boards
|
||||||
│ └── x86
|
│ └── x86
|
||||||
│ └── my_custom_board
|
│ └── my_custom_board
|
||||||
│ ├── doc
|
│ ├── doc
|
||||||
│ │ └── img
|
│ │ └── img
|
||||||
│ └── support
|
│ └── support
|
||||||
└── src
|
└── src
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -83,7 +83,7 @@ included in this model:
|
||||||
|
|
||||||
5. **Current date/time**. TLS certificate verification requires
|
5. **Current date/time**. TLS certificate verification requires
|
||||||
knowledge of the current date and time in order to determine if the
|
knowledge of the current date and time in order to determine if the
|
||||||
current time falls within the certificate’s current validity time.
|
current time falls within the certificate's current validity time.
|
||||||
Also, token based client authentication will generally require the
|
Also, token based client authentication will generally require the
|
||||||
client to sign a message containing a time window that the token is
|
client to sign a message containing a time window that the token is
|
||||||
valid. Certificate validation requires the device's notion of date and
|
valid. Certificate validation requires the device's notion of date and
|
||||||
|
@ -133,7 +133,7 @@ In addition to assets, the threat model also considers the locations
|
||||||
where data or assets are communicated between entities of the system.
|
where data or assets are communicated between entities of the system.
|
||||||
|
|
||||||
1. **Flash contents**. The flash device contains several regions. The
|
1. **Flash contents**. The flash device contains several regions. The
|
||||||
contents of flash can be modified programmatically by the SoC’s CPU.
|
contents of flash can be modified programmatically by the SoC's CPU.
|
||||||
|
|
||||||
a. **The bootloader**. As described in the Assets section, the
|
a. **The bootloader**. As described in the Assets section, the
|
||||||
bootloader is a small section of the flash device containing the
|
bootloader is a small section of the flash device containing the
|
||||||
|
@ -234,7 +234,7 @@ where data or assets are communicated between entities of the system.
|
||||||
complies with this restriction.
|
complies with this restriction.
|
||||||
|
|
||||||
iii. **Validity period**. The validity period of all presented
|
iii. **Validity period**. The validity period of all presented
|
||||||
certificates shall be checked against the device’s best
|
certificates shall be checked against the device's best
|
||||||
notion of the current time.
|
notion of the current time.
|
||||||
|
|
||||||
c. **Client authentication**. The client shall authenticate itself to
|
c. **Client authentication**. The client shall authenticate itself to
|
||||||
|
@ -257,7 +257,7 @@ where data or assets are communicated between entities of the system.
|
||||||
the MQTT CONNECT packet. However, the secret itself must not
|
the MQTT CONNECT packet. However, the secret itself must not
|
||||||
be transmitted in this packet. Instead, a token-based
|
be transmitted in this packet. Instead, a token-based
|
||||||
protocol, such as
|
protocol, such as
|
||||||
`RFC7519 <https://tools.ietf.org/html/rfc7519>`__\ ’s JSON Web
|
`RFC7519 <https://tools.ietf.org/html/rfc7519>`__\ 's JSON Web
|
||||||
Token (JWT) can be used. These tokens will generally have a
|
Token (JWT) can be used. These tokens will generally have a
|
||||||
small validity period (e.g. 1 hour), to prevent them from
|
small validity period (e.g. 1 hour), to prevent them from
|
||||||
being reused if they are intercepted. The token shall not be
|
being reused if they are intercepted. The token shall not be
|
||||||
|
|
|
@ -83,7 +83,7 @@ Here are the Kernel module shell commands:
|
||||||
Displays the system uptime in milliseconds
|
Displays the system uptime in milliseconds
|
||||||
|
|
||||||
``cycles``
|
``cycles``
|
||||||
Displays the current time (in cycles), as measured by the system’s hardware clock
|
Displays the current time (in cycles), as measured by the system's hardware clock
|
||||||
|
|
||||||
``threads``
|
``threads``
|
||||||
Displays information about the running threads (if
|
Displays information about the running threads (if
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue