Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EDITORIAL] Update figures #66

Merged
merged 2 commits into from
Dec 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
DOCUMENT=draft-ietf-suit-firmware-encryption

.PHONY: all
all: $(DOCUMENT).xml

$(DOCUMENT).xml: $(DOCUMENT).md
kdrfc -ht3 $<

.PHONY: clean
clean:
$(RM) $(DOCUMENT).xml $(DOCUMENT).html $(DOCUMENT).txt
22 changes: 11 additions & 11 deletions draft-ietf-suit-firmware-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,14 @@ Note: It is assumed that the communication between the author and the distributi
+----------+
| Device | +----------+
| 1 |<--+ | Author |
| | | +----------+
| | | +----+-----+
+----------+ | |
| | Payload +
| | Manifest
| v
+----------+ | +--------------+
| Device | | Payload + Manifest | Distribution |
| 2 |<--+------------------------| System |
| 2 |<--+------------------------+ System |
| | | +--------------+
+----------+ |
|
Expand Down Expand Up @@ -737,14 +737,14 @@ remaining sectors in the slot.
| |
| |
| |
+-------+ +-------+
+---+---+ +---+---+
| | | |
| | | |
k--| E | k--| E |
k--+ E | k--+ E |
| | | |
+-------+ +-------+
+---+---+ +---+---+
| |
P1---⊕ P2---⊕
P1---⊕ P2---⊕
| |
| |
C1 C2
Expand Down Expand Up @@ -849,17 +849,17 @@ If the firmware image occupies the entire slot, it will contain 16 sectors, corr
to IVs ranging from 0 to 15.

~~~ aasvg
P1 P2
P1 P2
| |
IV---⊕ +--------⊕
IV---⊕ +--------⊕
| | |
| | |
+-------+ | +-------+
+---+---+ | +---+---+
| | | | |
| | | | |
k--| E | | k--| E |
k--+ E | | k--+ E |
| | | | |
+-------+ | +-------+
+---+---+ | +---+---+
| | |
+-----+ |
| |
Expand Down
Loading