Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libspdm: responder: Support PSK with ResponderContext
We currently advertise that we support Pre-Shared Key but does not provide ResponderContext for session key derivation. Let's update this to instead advertise Pre-Shared Key and provides ResponderContext for session key derivation The SPDM spec states that: the Responder is required to use ResponderContext if it can generate a nonce which we can, so let's adertise ResponderContext. This also allows the libspdm function libspdm_get_response_psk_finish() to work correctly. Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
- Loading branch information