Post by ratagupt on Jun 20, 2022 16:58:09 GMT
Hi Team,
Having query related to SPDMGetSignedMeasurements action, As part of the response of this action, Redfish client get the SignedMeasurements through this property.
Description of this property says:
```
"SignedMeasurements": {
"description": "Base64 encoded cryptographic signed statement generated by the signer.",
"longDescription": "This property shall contain the cryptographic signed statement over the given nonce and measurement blocks corresponding to the requested measurement indices. If the SPDM version is 1.2, this value shall be a concatenation of SPDM 'VCA' and 'GET_MEASUREMENTS' requests and responses exchanged between the SPDM Requester and the SPDM Responder. If SPDM version is 1.0 or 1.1, this value shall be a concatenation of SPDM 'GET_MEASUREMENTS' requests and responses exchanged between the SPDM Requester and the SPDM Responder. The last 'MEASUREMENTS' response shall contain a signature generated over the 'L2' string by the SPDM Responder.",
"readonly": true,
"type": "string"
},
```
Our client is supporting version 1.1, so the value of this property will be a concatenation of SPDM 'GET_MEASUREMENTS' requests and responses exchanged between the SPDM Requester and the SPDM Responder and the last response will have the signature generated over L2 string.
How the redfish client will know the position of the signature in the string? Should we have signature in different property or size of the signature?
Having query related to SPDMGetSignedMeasurements action, As part of the response of this action, Redfish client get the SignedMeasurements through this property.
Description of this property says:
```
"SignedMeasurements": {
"description": "Base64 encoded cryptographic signed statement generated by the signer.",
"longDescription": "This property shall contain the cryptographic signed statement over the given nonce and measurement blocks corresponding to the requested measurement indices. If the SPDM version is 1.2, this value shall be a concatenation of SPDM 'VCA' and 'GET_MEASUREMENTS' requests and responses exchanged between the SPDM Requester and the SPDM Responder. If SPDM version is 1.0 or 1.1, this value shall be a concatenation of SPDM 'GET_MEASUREMENTS' requests and responses exchanged between the SPDM Requester and the SPDM Responder. The last 'MEASUREMENTS' response shall contain a signature generated over the 'L2' string by the SPDM Responder.",
"readonly": true,
"type": "string"
},
```
Our client is supporting version 1.1, so the value of this property will be a concatenation of SPDM 'GET_MEASUREMENTS' requests and responses exchanged between the SPDM Requester and the SPDM Responder and the last response will have the signature generated over L2 string.
How the redfish client will know the position of the signature in the string? Should we have signature in different property or size of the signature?