Skip to content

Commit

Permalink
TAP 14: Clarify how the name convention can change
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Oct 6, 2022
1 parent 7907b91 commit 966a56d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tap14.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,9 @@ So, if the currently trusted root file is named 4.root.json and uses version
5.root.json first in 3, then 2, then 1. If this file is found, the
client will look for 6.root.json using the same process. To facilitate this, the
client should maintain functions to parse root files from previous spec
versions. If the client does not support the specification version of a root file, the
versions. Note that the library that supports a given spec version may also use
a different naming convention than VERSION.root.json to find the root metadata.
If the client does not support the specification version of a root file, the
client shall terminate the update and report the specification version mismatch.

When a client validates root and targets metadata, they may check for the
Expand Down

0 comments on commit 966a56d

Please sign in to comment.