jyao1 / openspdm

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

Consider to separate requester and responder on SpdmPskHandshakeSecretHkdfExpandFunc, SpdmPskMasterSecretHkdfExpandFunc #149

Closed jyao1 closed 3 years ago

jyao1 commented 3 years ago

One entity may use different PSK for requester and responder.

jyao1 commented 3 years ago

If that is the case, the entity had better use PskHint.

Close it without fix. We can reopen if there is need.