Skip to content

Commit aca6699

Browse files
committed
Rename existing one to Standard All-Measurements Report Definition.
Signed-off-by: Jiewen Yao <[email protected]>
1 parent 19efa68 commit aca6699

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/standard_measurement_report.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ SPDM Requester and consumed by a Verifier while all agents are operating in prod
1313
particular, a production Verifier may only support a measurement report of this type and can point
1414
to this document to advertise that restriction to other agents.
1515

16-
## Standard Measurement Report Definition
16+
## Standard All-Measurements Report Definition
1717

18-
The standard measurement report is a byte buffer that consists of the L1/L2 transcript along with
18+
The standard all-measurements report is a byte buffer that consists of the L1/L2 transcript along with
1919
the signature over the transcript if the Responder supports signing. It is comprised of a single
2020
`GET_MEASUREMENTS` request and a single `MEASUREMENTS` response.
2121

@@ -31,28 +31,28 @@ request has the following properties:
3131
* For SPDM 1.3 and later, `NewMeasurementRequested` is not set.
3232
* This requests the current state of the Responder and not its future state.
3333

34-
## Rationale
34+
### Rationale
3535

36-
### Single Request and Response
36+
#### Single Request and Response
3737

3838
Capturing all measurements in a single response provides an atomic snapshot of the state of the
3939
Responder at a specific point in time. As such, a Verifier need not have to reason about the state
4040
of the Responder through multiple measurement requests and responses with a possibly unknown amount
4141
of time between each message.
4242

43-
### Byte Buffer
43+
#### Byte Buffer
4444

4545
A raw byte buffer allows the Verifier to verify the signature, if supported by the Responder, over
4646
the rest of the measurement report without any transformation of data.
4747

48-
### `RawBitStreamRequested`
48+
#### `RawBitStreamRequested`
4949

5050
In the interest of message size, `RawBitStreamRequested` is not set, indicating preference, when
5151
given the opportunity, for hashed measurements instead of raw measurements. In particular, certain
5252
raw measurements may only be examined for the purpose of debugging, whereas the hashed measurements
5353
are evaluated by the Verifier while the Responder is in production.
5454

55-
### `NewMeasurementRequested`
55+
#### `NewMeasurementRequested`
5656

5757
Presumably the Verifier evaluates the current state of the Responder and not its future state. As
5858
such `NewMeasurementRequested` is not set.

0 commit comments

Comments
 (0)