jyao1 / openspdm

This openspdm is a sample implementation for the DMTF SPDM specification.
Other
20 stars 22 forks source link

need support encapsulated key_update initiated from a responder #114

Closed jyao1 closed 3 years ago

jyao1 commented 3 years ago

Once a session has been established, the Responder may wish to send a request asynchronously such as a KEY_UPDATE request but cannot due to the limitations of the physical bus or transport protocol. In such a scenario, the transport and/or physical layer is responsible for defining an alerting mechanism for the Requester. Upon receiving the alert, the Requester shall issue a GET_ENCAPSULATED_REQUEST to the Responder.

jyao1 commented 3 years ago

fixed