jyao1 / openspdm

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

Enable multiple execution mode for requester EMU app - no_terminate, no_session_end, fast_psk, psk_only, non_psk_only, etc #171

Closed jyao1 closed 3 years ago

jyao1 commented 3 years ago

no_rsp_stop == do not stop server after communication no_session_end == do not send END_SESSION to server fast_psk = GET_VERSION, then PSK_EXCHANGE directly psk_exchange_only = only use PSK session key_exchange_only = only use KEY_EXCHANGE session

jyao1 commented 3 years ago

added