@@ -13,9 +13,9 @@ SPDM Requester and consumed by a Verifier while all agents are operating in prod
1313particular, a production Verifier may only support a measurement report of this type and can point
1414to 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
1919the 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
3838Capturing all measurements in a single response provides an atomic snapshot of the state of the
3939Responder at a specific point in time. As such, a Verifier need not have to reason about the state
4040of the Responder through multiple measurement requests and responses with a possibly unknown amount
4141of time between each message.
4242
43- ### Byte Buffer
43+ #### Byte Buffer
4444
4545A raw byte buffer allows the Verifier to verify the signature, if supported by the Responder, over
4646the rest of the measurement report without any transformation of data.
4747
48- ### ` RawBitStreamRequested `
48+ #### ` RawBitStreamRequested `
4949
5050In the interest of message size, ` RawBitStreamRequested ` is not set, indicating preference, when
5151given the opportunity, for hashed measurements instead of raw measurements. In particular, certain
5252raw measurements may only be examined for the purpose of debugging, whereas the hashed measurements
5353are evaluated by the Verifier while the Responder is in production.
5454
55- ### ` NewMeasurementRequested `
55+ #### ` NewMeasurementRequested `
5656
5757Presumably the Verifier evaluates the current state of the Responder and not its future state. As
5858such ` NewMeasurementRequested ` is not set.
0 commit comments