Need update export master secrete during key update.
Current code does not change export master secrete when key update.
We talked about this at the VF2F and it is considered implementation-defined behavior.
Will probably need a VDM to accomplish this since the specification will (soon) explicitly state that update and use of the Export Master Secret is implementation-defined. libspdm should be able to handle this flow.
@steven-bellock Can we fix this one after https://github.com/DMTF/libspdm/pull/1274 ?
This is still to-be-decided. Our options are
- Do nothing.
- Create a vendor-defined message that updates the export master secret.
- Provide an option to update the export master secret through
KEY_UPDATEand theUpdateAllKeys.
Ultimately I think we'll go with 1, but we can discuss it at the next meeting.